@charset "utf-8";
/* CSS Document */

.w350{width:350px;}
.w580{width:580px;}

input.cTxt{
	height:14px;
	border:solid 1px #13b6ce;
	padding:2px;
	margin-bottom:4px;
	margin-left:10px;
	font:bold 10px/14px Verdana, Arial, Helvetica, sans-serif;
	color:#535353;
}
select.cTxt{
	height:22px;
	border:solid 1px #13b6ce;
	padding:2px;
	margin-bottom:4px;
	margin-left:10px;
	font:bold 10px/14px Verdana, Arial, Helvetica, sans-serif;
	color:#535353;
}
textarea.cTxt{
	border:solid 1px #13b6ce;
	padding:2px;
	margin-bottom:4px;
	margin-left:10px;
	font:bold 10px/14px Verdana, Arial, Helvetica, sans-serif;
	color:#535353;
}
input.submit{
	border:none;
	background:url(images/submitbg.gif) no-repeat 0 0;
	height:25px;
	width:90px;
	font:bold 14px Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	cursor:pointer;
}

.cFormError{background-image:url('images/bg-gray-red-white-1.gif');background-repeat:no-repeat;background-color:#FFF;margin:0;padding:0;line-height:18px;color:#F20000; margin-bottom:10px;}
.cFormError a {font-weight:bold}
.cFormError-in {padding:10px 19px 4px 89px;background:url('images/alert.gif') no-repeat 15px 14px}
.cFormErrorbg{padding:9px 0px 0px 0px; background-image:url('images/bg-gray-red-white-2.gif'); background-repeat:no-repeat; background-position:right top}
.cFormErrorrb{background-image:url('images/bg-gray-red-white-3.gif');background-repeat:no-repeat; width:9px; float:right}
.cFormErrorlb{background-image:url('images/bg-gray-red-white-4.gif');background-repeat:no-repeat; height:9px; line-height:9px}
.cFormError h2{	font-size:18px;	color:#F20000;	font-weight:normal;margin:0px 0px 10px 0px;}
.cFormInfo{	background-image:url('images/bg-gray-red-white-1.gif');background-repeat:no-repeat;background-color:#FFF;margin:0;padding:0;line-height:18px;color:#F20000;}
.cFormInfo-in {padding:10px 19px 4px 89px;background:url('images/info.png') no-repeat 15px 14px}
.cFormInfobg{padding:9px 0px 0px 0px; background-image:url('images/bg-gray-red-white-2.gif'); background-repeat:no-repeat; background-position:right top}
.cFormInforb{background-image:url('images/bg-gray-red-white-3.gif'); background-repeat:no-repeat; width:9px; float:right}
.cFormInfolb{background-image:url('images/bg-gray-red-white-4.gif'); background-repeat:no-repeat; height:9px; line-height:9px}
.cFormInfo h2{	font-size:18px;	color:#F20000;	font-weight:normal;	margin:0px 0px 10px 0px;}

