@import url("http://www.lexisnexis.com/css/lexisBase.css");
@import url("reset.css");
@import url("type.css");

/* CSS Document */

body { margin:0; padding:0; }
#regForm { margin:0; }	
	#regForm label { display:block; font-weight:bold; font-size:11px; margin:6px 0 1px 0; white-space:nowrap; width:auto; color:#6d6f71;}
	#regForm label span { font-size:11px; color:#939598; font-weight:normal;}
	#regForm input { width:180px; color:#000; border:solid 1px #ababab; font-size:12px; #padding-bottom:2px; #margin-right:-15px;}
	#regForm select { width:187px; color:#000; border:solid 1px #ababab; font-size:12px; #margin-top:1px; }
	#regForm ul { display:block; float:left; margin:0; padding:0 0 10px 0px; width:100%; }
	#regForm li { margin:0px;}
	#regForm li.buttonArea { margin-left:0px;}
	#regForm li.buttonArea a { text-decoration:none;}
	#regForm li.buttonArea input { background: url(../images/btn_submit.gif) no-repeat left top; width:111px; height:53px; border:none; 
			text-indent:-9999em; #text-indent:0; font-size:0px; overflow:hidden; color:#ed1c24; cursor:pointer; margin:8px 0px 0 0; }
	#regForm li.buttonArea input:hover { background-position:left -70px; color:#ededed;}

	#regForm li.error label { color:#00aeef;}
	#regForm li.error input { background-color:#d9f3fd; border-color:#00aeef;}
	
/* Confirmation and Error message styles. */
	.confirm { padding:12px; border:solid 1px #bcbec0; width:550px; margin:20px 0 0 120px; text-align:center; display:block; background:#f5f5f6;}
		.confirm h2 { font-size:22px; font-family:Calibri, Arial; font-weight:normal; margin-bottom:5px; color:#000;}
		.confirm h3 { font-size:19px; font-family:Calibri, Arial; font-weight:normal;}
		
	.dberror { padding:12px; border:solid 1px #ed1c24; width:550px; margin:20px 0 0 120px; text-align:center; display:block; background:#feedee;}
		.dberror h2 { font-size:22px; font-family:Calibri, Arial; font-weight:normal; margin-bottom:5px; color:#000; width:400px;}
		.dberror h3 { font-size:19px; font-family:Calibri, Arial; font-weight:normal;}

	
/* WCS puts html comments above the doctype which puts IE into quirks mode, so these styles try to fix adjust for that. */
	#regForm input { #height:21px; #width:180px;}