form {
}
fieldset {
	margin: 1.5em 0 0 0;
	padding: 10px;
	border: 1px solid #666666;
} 
legend {  
	margin-left: 1em;
	color:#D3DC45;
	font-size: 14px;
	font-weight: bold; 
} 

label {  
	float: left;
	width: 10em;  
	margin-right: 1em; 
}
input, #myInput {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	padding: 4px;
	border: 1px solid #666666;
}
#submit {
	background-image: url(../images/submit.jpg);
	height: 29px;
	width: 72px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
}
#sendemail {
	background-image: url(../images/send.jpg);
	height: 29px;
	width: 72px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
}
#update {
	background-image: url(../images/update.jpg);
	height: 29px;
	width: 72px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
}
#view {
	background-image: url(../images/view.jpg);
	height: 29px;
	width: 72px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
}
#browse {
	background-image: url(../images/browse.jpg);
	height: 29px;
	width: 72px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
}
#myRadio {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
br {
	clear: left;
}
