/* CSS Document */
body{
	background-image:url(../images/back_cad.jpg);
	background-repeat:no-repeat;
	background-attachment: fixed;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top:0px;
}
input{
	border:1px solid #EDDA8F;
	background-color:#F4F4F4;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	height:16px;
	/*width:100%;*/
}	
.input{
	border:1px solid #EDDA8F;
	background-color:#F4F4F4;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	height:15px;
}	
textarea{
	border:1px solid #EDDA8F;
	background-color:#F4F4F4;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;	
	overflow:auto;
}
select{
	border:1px solid #EDDA8F;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	height:18px;
	background-color:#F4F4F4;
}
fieldset{
	border:1px solid #EDDA8F;
	width:90%;
	
}
legend{
	text-transform:uppercase;
	font-weight:bold;
	color:#666666;
}	
.fieldset{
	border:3px solid #FFFFFF;
	background-image:url(../images/BACKLOGIN.gif);
	background-repeat:no-repeat;
	width:300px;
	height:300px;
}			
.legend{
	text-align:center;
	text-transform:uppercase;
	color:#333333;
	font-weight:bold;
}	
.submit{
	background-color:#FFFFFF;
	border:1px solid #333333;
	text-transform:uppercase;
	font-weight:bold;
	font-family:verdana;
	height:16px;
}	
.radio{
	height:auto;
}
div{
	float:left;
}	
.div{
	margin-left:300px;
}	
a:link, a:visited, a:active{
	text-decoration:none;
	color:#006633;
	font-weight:bold;
}
a:hover{
	color:#990000;
	text-decoration:none;
	font-weight:bold;
}