@charset "utf-8";
/* CSS Document */

body
{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
	background:#ccc url(../images/body-bg.jpg) top;
}

img{ border:0; }

.body-lt
{
	background:url(../images/body-lt.png) repeat-y;
	width:18px;
}

.body-rt
{
	background:url(../images/body-rt.png) repeat-y;
	width:18px;
}

.content-bg
{
	background:url(../images/content-bg.jpg);
}

.content-bg-top
{
	background:#ccc url(../images/content-bg-top.jpg) repeat-x top;
}


.title-tel
{
	font-size:24px;
	font-family:"Times New Roman", Times, serif;
	text-align:center;
}

.right-sidebar-bg
{
	background:url(../images/right-sidebar-bg.jpg);
}

.right-sidebar-bg1
{
	background:url(../images/right-sidebar-bg1.jpg);
}

.txtbig
{
	font-size:16px;
}

.txtbigger
{
	font-size:23px;
	font-weight:bold;
	line-height:30px;
}

.form-box
{
	background:#fff;
	border:1px solid #ccc;
}

.form-box input
{
	width:408px;
	height:17px;
	border:1px solid #ccc;
	background:#fff;
}

.label
{
	font-weight:bold;
	text-align:right;
	padding:0 10px 0 0;
}

.captcha
{
	height:18px;
	width:80px;
	border:1px solid #ccc;
	text-align:center;
	margin:0 10px 0 0;
	float:right;
}

.captcha-input input
{
	width:80px;
	border:1px solid #ccc;
}

.border-top
{
	border-top:1px solid #000;
}

.footer
{
	font-size:11px;
	text-align:center;
}

.footer a
{
	text-decoration:underline;
	color:#000;
}

