/* CSS Document */
@charset "UTF-8";
/* CSS Document */
input, textarea {
	border: 1px solid #252525; 
	background-color:#f4f2ed;
	color:#252525; 
}
textarea{
	height:112px;
	width:114px;
	line-height:16px;
	font-family:Monaco,Verdana,Courier New,monospaced;
	font-size:11px;
	color:#252525;
	padding: 0 2px;	
}
div.row {
	width: 240px;
	clear: both;
	padding-top: 4px;
	height:20px;	
}
div.row span.label {
	font-size:11px;
	float: left;
	width: 112px;
	line-height:16px;
	height:20px;
	text-align: right;
	margin:0px;
	padding:0px 0px 0 0;
}
div.row span.formw {
	float: right;
	width: 120px;
	text-align: left;
	height:20px;	
} 
div.row span.formtext {
	float: right;
	width: 120px;
	text-align: left;
	height:112px;	
}
input{
	height:16px;
	line-height:16px;
	font-family:Monaco,Verdana,Courier New,monospaced;
	font-size:11px;
	color:#252525;
} 
div.row span.formw textarea,
div.row span.formw input.boxes{
	width: 116px;
	padding-left:2px;
} 

.buttons {
font-size: 11px;
margin-right: 0px;
margin-top: 4px;
padding-bottom: 2px;
}
input.send,
input.reset{
border: none;
cursor:pointer;
height:20px;
text-align:center;
background-position: 0 0;
}
input.send{
width:44px;
background:transparent url(../images/input_send.png) no-repeat scroll 0 0;
}
input.reset{
width:52px;
background:transparent url(../images/input_reset.png) no-repeat scroll 0 0;
}
input.send:hover,
input.reset:hover{
color:black;
background-position: 0 100%;
}
div.spacer {
	clear: both;
}

