





form {
	margin: 10px 15px;
	padding: 0;
	border: 1px solid #C0C0C0;
	text-align:center;

}

form img {
        
	margin: 5px;
}

form legend {
	margin: 5px;
}

label {
	display: block;
	margin: 5px 0;
}

input {
	padding: 2px;
	font: normal 1em 'trebuchet MS', verdana, sans-serif;
	color: #000;
}




textarea {
	width: 260px;
	padding: 2px;
	font: normal 1em 'trebuchet MS', verdana, sans-serif;
	height: 70px;
	display: block;
	color: #000;
	background-color: #ffffff;
}

#PrequestAddForm {
	margin:10px;
	margin-right: 10px;
	
}

#PrequestAddForm textarea{
	
	float: left;
	
}
#PrequestAddForm label {
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: left; 
	
}
#PrequestAddForm div {
	margin: 4px;
	padding:2px;
	
}
#PrequestAddForm div.required {
	margin: 4px;
	padding:3px;
	border: 1px solid white;
}
#PrequestAddForm div.input{
	margin: 4px;
	padding:3px;
	border: 1px solid white;
}
#PrequestAddForm div.textarea{
	margin: 4px;
	padding:3px;
	border: none;
}

#PrequestAddForm div.submit input {
	
	background-color: transparent;
	border: 1px solid white;
}
#PrequestAddForm FIELDSET {
	
	
	border: none;
}
	#PrequestAddForm {
	
background-color: #E4E4E4;
text-align: left;	
	
}
#PrequestAddForm textarea{
	
	float: left;
	
}
#PrequestAddForm label {
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: left; 
	
}
#requestform div {
	margin: 4px;
	padding:2px;
	
}
#requestform div.required {
	margin: 4px;
	padding:7px;
	border: 1px solid white;
	
}
#requestform div.optional {
	margin: 4px;
	padding:7px;
	border: 1px solid white;
}
#requestform div.submit input {
	
	background-color: transparent;
	border: 1px solid white;
}
#requestform FIELDSET {
	
	
	border: none;
}