@charset "utf-8";
body, input, select, textarea {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#3a3a3a;
}
body {
	background:url(../images/bg_page.jpg) no-repeat center top #ffffff;
	padding:0;
	margin:0;
}
#pageWrap {
	margin:0 auto;
	margin-top:45px;
	width:658px;
}
#header {
	/*background:url(../images/bg_top.jpg) no-repeat top #ebebeb;*/
	height:215px;
}
#form {
	/*background-color:#ebebeb;*/
	height:160px;
	padding:10px 40px;
}
.font_pink {
	color:#ff3399;
	font-weight:bold;
}
#fillForm {
	padding:10px 20px;
}
.fillForm_table {
	border-collapse:collapse;
}
.fillForm_table td {
	font-size:11px;
	padding:5px;
}
form {
	margin:0;
	display:inline;
}
.fillForm_table td input {
	background-color:#fff;
	border:1px solid #d1d1d1;
	font-size:11px;
	width:155px;
}
.btn_send {
	border:none;
    outline:none;
	width:99px!important;
	height:18px!important;
}

#demoZone {
	margin-top:25px;
}
