/* - - - Custom Theme - - - */


/* Borders */

.elsform .info{
	border-bottom:1px dotted #CCCCCC;
}
.elsform .section{
	border-top:1px dotted #CCCCCC;
}


/* Typography */
.elsform .info h2{
	font-size:160%;
	font-family:inherit;
	font-weight:;
	font-style:;
	color:#000000;
}

.elsform .section p{
	font-size:85%;
	font-family:inherit;
	font-weight:;
	font-style:;
	color:#444444;
}	
.elsform label.desc{
	font-size:95%;
	font-family:inherit;
	font-weight:;
	font-style:;
	color:#424242;
	padding: 3px 0;
}
.elsform li div, .elsform li span, .elsform li div label, .elsform li span label{
	font-family:inherit;
	color:#424242;
}
.elsform label.choice{
	font-size:100%;
	font-family:inherit;
	font-weight:;
	font-style:;
	color:#424242;
}
.elsform input.text, .elsform textarea.textarea, .elsform select.select{
	font-size:100%;
	font-family:inherit;
	font-weight:;
	font-style:;
	color:#666666;
}



