/*===FORMS===*/

#customForm form {
	float: left;
	color:#333;
	margin: 0; 
	padding: 0;
	}

/*containers*/

#customForm form .centeringContainer {
	margin-left: auto; 
	margin-right: auto; 
	width: 530px;
	}

/*fieldsets*/

#customForm form fieldset {
	border: 1px solid #00305b;
	margin: 0 0 10px 0; 
	padding: 10px;
	display: block;	
	}

/*legends*/

#customForm form legend {
	font-size: 110%; 
	color: #00305b;
	font-weight: bold;
	margin: 0 0 0 0; 
	padding: 0 10px 0 10px;
	/*ie hack*/ _margin: 0 0 10px 0; 
	}

/*labels*/

#customForm form label {
	float: left; 
	width: 200px;
	}
	
#customForm form label.small {
	float: left; 
	height: 25px;
	padding-top: 3px;
	width: 80px;
	}
#customForm form label.xsmall {
	float: left; 
	height: 25px;
	padding-top: 3px;
	width: 50px;
	}
	
/*inputs, selects, text areas*/

#customForm form input,
#customForm form select,
#customForm form textarea {
	float: left; 
	font-size: 90%;
	margin: 2px 5px 2px 0;
	width: 200px;
	}
	
#customForm form input.small {
	width: 94px;
	}
#customForm form input#oneLine {
	margin-right: 100px;
	}
	
#customForm form input.xsmall {
	width: 24px;
	}
	
#customForm form input.button {
	float: right; 
	width: auto;
	}
	
/*text*/
	
#customForm form em {
	color: #00b1ab; 
	font-weight:bold;
	float: left;
	}
	
#customForm form em.description {
	color: #666;
	float: left; 
	font-style:normal;
	width: 120px;
	}
