/* FORM STYLESHEETS */

#col_leftcontent {
	float: left;
	}


#col_rightcontent {
	float: right;
	}
 
 /* FORM CONTAINER */ 
 
#LoginContainer {
	background-color: #eee;
	padding: 03px 05px 03px 05px;
	} 
 
 
#usrLog {
	float: right;
	width: 240px;
	background-color: #fff;
	background-image: url('../images/smlForm_bg01.jpg');
	background-repeat: no-repeat;
	margin: 0px 0px 0px 10px;
	padding: 10px 10px 05px 15px;
	}
 
 /* FORM STYLESHEETS */

formform { 
  width: 170px;
  color: #666; 
  font: 10px syntax, arial, arial, helvetica, san-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 20px;
  padding: 05px;
 }
 

#formform cr {
	margin: 0;
	padding: 0;
	font-size: 90%;
	}
 
 
 #formform cc {
	color: #333;
	font-weight: normal !important;
	
	}
	
	
#formform #realname, #formform #email, #formform #url,
#formform #address, #formform #city, #formform #state, #formform #zip,
#formform #phone, #formform #fax, #formform #formbox, #formform #password,
#formform #new_password, #formform #new_password2 {
	width: 220px;
	border: 1px solid #ccc;
	padding: 2px;
	font-size: 110%;
	color: #444;
	margin-bottom: 05px;
	}
 

#formform dl dd.chbox {
	margin: 0 0 3px 00px;
	padding: 0;
	}

 
#login { 
  position: absolute;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  font: 10px syntax, arial, arial, helvetica, san-serif;
  font-style: normal;
  font-weight: normal;
  left: 170px;
  height: 14px;
  margin-right: 6px; 
  }
 
 #checker { 
  position: absolute;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  left: 170px;
  }
 
#panelLogin {
	background-color: #990000;
	}

#submit {
	margin: 0px auto;
	width: 100px;
	padding: 01px;
	text-align: center;
	font: 10px syntax, arial, arial, helvetica, san-serif;
  	font-style: normal;
	}

#submitContainer {
	font: 10px syntax, arial, arial, helvetica, san-serif;
	line-height: 14px;
  	font-style: normal;
	margin: 10px 01px 10px 01px;
	padding: 05px 0px 20px 0px;
	clear: both;
	}
	


/* LIST VIEWS UNORDERED LISTS */


#navcontainer li#active { background: url("images/gdcl_navbg02.gif") repeat-x; }
#navcontainer a:hover { background: url("images/gdcl_navbg02.gif") repeat-x; }



