form {
	

}



form p.tip {

	color: #666;

	font-size: 12px;

}

fieldset {    
	margin: 0 0 .75em 0;

	border-top: 1px solid #999;	

}

fieldset.no-margin {
	margin-bottom: 0;    
}

fieldset.no-border {
	border: none;    
}



.field  {
	margin: .75em  0 0 0;
}


div.required label  {
	font-weight: bold;
}



legend {
	
	/* IE6 */
	_margin: 0 0 0 -7px
	

}


label {
    display: block; 
			
	cursor: pointer;	
	/* IE6 */
	_cursor: default;
}


label span {
	color: #666;
	
	font-weight: normal;
}

input, 
select, 
textarea {        
	padding: 4px 2px;

	background: #fff;
	
	/*font: inherit;    
	*/
	font: normal 13px/1.5em "Trebuchet MS", Arial, sans-serif;
	


}

input[type='text'], 
input[type='password'], 
textarea,
select {    
	border: 1px solid #999;
}


textarea {
		
	width: 90%;
	
}

input[type='text']:focus, 
input[type='password']:focus,
select:focus,
textarea:focus {    
	background: #fffed9;
	
	border: 1px solid #000;
}





/* applied to check and radio buttons */
input.reset {
	
	/* IE 6  and 7, see http://snook.ca/archives/html_and_css/targetting_ie7/ */
	*padding: 0;       	
	*background: transparent;   
	
	*border: none;
}





button,
input.button {
	
	padding: 2px 4px;
	
	color: #fff;	

	border: 2px solid #216882;
	
	cursor: pointer;
	
	background: #277c9c;

		
	font-weight: bold;
	
	line-height: 1.0em;
	margin-right: .75em;
}