@charset "utf-8";
/* CSS Document */

div#custom_form {
	
border: 1px solid #a3a3a3;
width: 200px;
  margin: -45px 0 0 2px;
  background: #e0e0e0;
  padding: 3px;
}
h3 {
	
	text-align: left;
	padding: 5px;
	color: #fff;
	background: #aaa;
	
}
div#custom_form table {
	border:none;
	width:100%
}
div#custom_form table tr td {
	margin:0;
	padding:0;
	border:0;
}
div#custom_form table tr td p {
		
  font-weight: bold;
  margin: 3px 0px;
  padding: 5px 0 0 5px;
}
input[type="submit"] {
	color: #000;
}
.inputField{color: #555;margin: 0px 0;padding:3px 8px;width:125px;line-height:15px;
1px solid #D6D6D6;
  color: #555;
  background: #F4F4F4;

}
.selectField {
	width:190px;
	margin-bottom: 10px;
}