.content .block {
	width:90%;
	color:#000000;
	float:left;
	margin:40px 0 0 0;
	font-size:14px;
}

.content .block select {	
	font:13px Arial, Helvetica, sans-serif;
	height:20px;
	border:1px solid #7f9db9;
	margin:0 0 0 28px;
}

.content .block textarea {	
	width:300px;
	height:150px;
	border:1px solid #7f9db9;
	margin:0 0 0 31px;
	font:13px Arial, Helvetica, sans-serif;
	padding:2px;
}

.content .block .leftS {
	float:left;
}

.content .block input {
	color:#9ba9b6;
	font:14px Arial, Helvetica, sans-serif;
	width:200px;
	height:18px;
	border:1px solid #7f9db9;
	margin:0 10px 0 5px;
	padding:2px 2px 0 2px;
}

.content .block .button {
	color:#000000;
	border:1px solid #7f9db9;
	width:86px;
	height:25px;
}


.content .last2 {
	width:450px;
	margin:60px 0 40px 0;
	text-align:center;
}

