body {
	margin: 0px;
	background-image: url(images/bg_main.jpg);
	background-repeat: repeat-x;
}
.quick-bg {
	background-image: url(images/quick_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.quick-bg1 {
	background-image: url(images/quick_bg1.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}


.input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#575757;
	background-image: url(images/input_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border:1px solid #ebebeb;
	width:163px;
	height:17px;
	line-height:17px;
	padding-left:10px;
	padding-top:2px;
}
.input2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#575757;
	background-image: url(images/input_bg2.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border:1px solid #ebebeb;
	width:163px;
	height:96px;
	line-height:17px;
	padding-left:10px;
	padding-top:2px;
}
.content-bg {
	background-image: url(images/contant_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.arial21-blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #438fb1;
}
.arial16-blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #438fb1;
}
.arial12-grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5e5e5e;
	line-height:18px;
}
.footer-bg {
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.arial12-wht {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
a.arial12-wht:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}
.arial12-blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #438fb1;
	text-decoration: none;
}
a.arial12-blue:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #438fb1;
	text-decoration: underline;
}
.red
{color:#FF0000;}
#commentform textarea {
padding:2px;
width:50%;
}