/**********************************/
/*		Criador: Julio Cesar
/*		
/**********************************/

.body
{
	width:100%;
	text-align:center;
}

.bodyHolder
{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width:200px;
}

.formHolder
{
	position:relative;
	width:200px;
}

.passwordHolder
{
	border: 1px solid black;
	border-bottom: 0px;
	width: 100%;
}

.passwordText
{
	font-size: 20px;
	width: 95%;
	border: medium none transparent;
	text-align: center;
	padding:3px;
}

.imageLine
{
	border:1px solid black;
}

.imageLine img
{
	max-height:79px;
}

.captchaLine
{
	border:1px solid black;
	border-top:0px;
	border-bottom:0px;
	text-align:center;
	vertical-align:middle;
	background-color:white;
}

.captchaLink
{
	vertical-align:middle;
}

.captchaText
{
	font-size: 20px;
	width: 80%;
	border: medium none transparent;
	text-align: center;
	padding:3px;
}

.submitLine
{
	overflow:hidden;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft:  10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius:  10px;
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px; 
	
	border:1px solid #008EBD;
}

.submitButton
{
	border:0px;
	background-color:#ADEBFF;
	font-size:18px;
	font-weight:bold;
}

.fullWidth
{
	width:100%;
}