/*****************************
* Form Field Styles 
*****************************/

input { 
	font-size: 80%;
}

select {  
	font-size: 80%; 
}

option {  
	font-size: 100%;
	color: #000; 
}

submit {  
	font-size: 90%; 
}

radio {  
	font-size: 50%; 
}

fieldset {
	margin: 2em;
	padding: 1em;
	position: relative;
	border: 2px solid #000;	
	background: #F2F7FF;
	text-align: center;
}

legend {
	font-weight: bold;
	color: #1D4A97;
	/* The following rules are aplied only to IE */
	_position: absolute; 
	_left: 10px; 
	_top: -5px;
}

.smallButton {
  width: 10px; height: 10px;
}

