#MailForm input[type="text"]
{
	float: left;
	background: url(../images/input-bg.png) no-repeat left bottom;
	color: #000;
	font-weight: bold;
	margin-bottom: 11px;
	background-color: #C0C0C0;
}
#Mailform #message
{
	width: 272px;
	height: 380px;
	float: left;
	border: none;
	background: url(../images/textarea-bg.png) no-repeat left top;
	padding: 6px 0 6px 6px;
	margin-top: 4px;
}

#MailForm label{
	float:left;
	/*background:url(../images/input-bg.png) left bottom no-repeat;*/
	color:#000;
	font-weight:bold;
	margin-bottom:11px;
}

#MailForm label input,#MailForm label textarea{
	width:272px;
	float:left;
	border:none;
	background:url(../images/blank.png);
	padding:6px 0 6px 6px;
	margin-top:4px;
}

#MailForm label textarea{
	height:380px;
}

#MailForm .text{
	background:url(../images/textarea-bg.png) bottom left no-repeat;
}

#MailForm .btns a{
	margin-right:22px;
}
/*==========================================*/