@charset "utf-8";
/**
 * CSS Form 
 * @author: Eliezer Benjamin Gonzales - benjamin@ispgraf.com
 * @version: 1.0
 * @date 14/11/2007 04:55:41
 * @copyright (c) 2007, ISPGRAF.SAC - http://www.ispgraf.com - All rights reserved.
 */ 

form{
	margin: 0px;
	padding: 0px;
	color:#555555;
	margin-top:5px;
	font-size:12px;

}

form hr{
	background:#E6E6E6;

}

fieldset{
	width:400px;
	/*border: 1px solid #EBEBEB;*/
	padding:5px;
	margin: 0 auto;
}
dl{
	margin:10px;
	margin-left:20px;
	/*border:1px solid #F00;*/
}
dl div dl{
	margin:0;
}

legend {
	text-align:center;
	padding:5px;
	font-weight:700;
	background-color: #888888;
	color:#F9F9F9;
	margin-bottom:10px;
}

input, label, select, file,textarea{
	float:left;
	margin-bottom:1px;
} 

label{
	width: 160px;
	padding-right: 5px;
	margin-top:3px;
}


input, textarea, select, file{
	color: #00336;
	border: 1px solid #8DC7D8;
	background-color: #F0F0F0;
	margin-top: 3px;
	padding:1px;
}

input img, textarea img, select img, file img{
	margin:0;
	padding:0px;
	float:none;
}


input, textarea{
	padding-left:2px;
}

.dijitDisabled{
	background:#CCC;
}
.readonly{ 
	background:#666;
}
input.readonly:hover{
	background:#666;
} 



input:hover, textarea:hover, select:hover, 
input:focus, textarea:focus, select:focus{
	background-color: #FBFBFB;
} 

input[type="submit"], input[type="reset"], input[type="botton"]{
	cursor:pointer;
	font-weight: bold;
	background-color: #DFDFDF;
	background-image:url(../img/cms/btn.gif);
	background-position: top left;
	padding:30px;
	/*width:100px;*/
	border:1px solid #EEEEEE;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-right:1px;
	padding:4px;
}

/**/
input[type="submit"]:hover, input[type="submit"]:focus,
input[type="reset"]:hover, input[type="reset"]:focus,
nput[type="botton"]:hover, input[type="reset"]:focus{
	background-position: bottom left;
}

/*Solo IE6*/
.botton{
	cursor:pointer;
	font-weight: bold;
	background-color: #CCDFDF;
}

form .frm_element {
	width:99%;
	overflow:hidden;
	clear:both;
	margin-top:1px;
} 

.frm_element .hint{
	float:left;
	margin:0;
	padding:0;
	margin-left:5px;
}
.frm_element ul, .frm_element li{
	padding:0;
	margin:0;
	list-style:none;
	color:#F00;
	margin-bottom:5px;
}  

.frm_element ul {
	margin-left:170px;
	background:url(/img/validation_advice_bg.gif);
	background-repeat:no-repeat;
}

.frm_element li{
	margin-left:12px;
}

/*radio buttons*/
dd{
	margin:0;
}
dd label{
	float:none;	
} 

dd .personalRadio{
	float: left;	
}
/*Fin radio buttons*/

form div ul, form div ul li{
	clear:both;
	color:#FF6600;
	margin:0px;
	padding:0px;
}
form div ul{
	padding-left:40px;
}


form img{
	float:left;
	margin-top:4px;
	margin-bottom:-8px;
	margin-left:5px;
	/*cursor:help;*/
	clear:none;
}

.form_buttons input{
	float:none;
	margin-top:15px;
	clear:both;
}
.form_buttons{ 
	 text-align:center;
	 clear:both;
}



/* Success, error & notice boxes for messages and errors. */
.messages ul, .messages li{ 
	 list-style:none;
	 margin:0px;
}
.messages li{ 
	margin-bottom:5px;
}
.messages img{
 float:left;
 margin-left:-25px;
 margin-right:5px;
}

.error,
.notice, 
.success    { padding: .8em; margin-bottom: 1em; border: 1px solid #ddd; padding-left:0px;}
.error      { background: #FBE3E4; color: #D12F19; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #817134; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #529214; border-color: #C6D880; }
.error a    { color: #D12F19; }
.notice a   { color: #817134; }
.success a  { color: #529214; }

.indicatorRequired{
	color:#F00;
}

#alert_img{
 float:left;
 margin-left:-15px;
 margin-right:5px;
} 