@charset "utf-8";

body {
	margin:0 auto;
	margin:0;
	padding:0;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	width:100%;
	background: url(../images/center-form.png) repeat-y;
}
.text-form {
	padding:50px 0;
	text-align:center;	
	color:#e7f6ff;
	width:265px;
	height:100%;
}
.error {
	text-align:center;	
	color:#e7f6ff;
	background: url(../images/center-form.png) repeat-y;
	width:265px;
	height:100%;
}
.label {
	color:#e9e9e8;
	width:114px;
	border-bottom:1px solid #e9e9e8;
	font-size:9px;
	padding:0 4px 0 0;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;

}
#dform_ss_kind, #dform_ss_name,  #dform_ss_email, #dform_ss_org {
	background: #e9e9e8;
	border:none;
	color:#375485;
	width:116px;
	padding:0 2px 0 0;
	height:12px;
	font-size:9px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;

	
}
#dform_ss_phone {
	background: #e9e9e8;
	border:none;
	width:117px;
	height:12px;
	padding:0;
	font-size:9px;
	color:#375485;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#dform_ss {
	background: url(../images/center-form.png) repeat-y;
	margin:0;
	padding:0;
	height:124px;
	width:265px;

}

.dform_ss {
	margin:7px 0 7px 12px;
	border:1px solid #e9e9e8;
	border-right:none;
}
.submit {
	padding:0;
	margin:0 0 0 78px;
	text-align:center;
	font-size:10px;
	color:#345081;
	cursor:pointer;
	border:none;
	width:102px;
	height:17px;
	background: url(../images/bot-form-2.gif) no-repeat;

}









