@charset "utf-8";
*{ margin:0px; border:0px; padding:0px;}
.lightBody{
	float:left;
	padding:20px;
	width:320px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:20px 0px 0px;
}
.lightFormH3{
	font-size:16px;
	color:#000;
	font-weight:bold;
	float:left;
	border-bottom:1px solid #999;
	width:100%;
	margin:0px 0px 15px;
}
.lightTextArea{
	width:315px;
	clear:both;
	float:left;
	color:#666;
	margin:0px 0px 15px 0px;
}
.lightTextArea p{
	float:left;
	width:100%;
	margin:0px 0px 3px 0px;
}
form{
	float:left;
	padding-bottom:20px;
}
.lightFormItems {
	float:left;
	clear:both;
	list-style:none;
	width:100%;
	padding:0px;
	margin:0px 0px 15px 0px;
}
.lightFormItems li{
	float:left;
	clear:both;
	width:100%;
	margin:0px 0px 2px 0px;
}
.lightFormItems li .label{
	width:120px;
	float:left;
	display:block;
	text-align:right;
	padding-right:10px;
}
.lightFormItems li input, .lightFormItems li textarea{
	float:left;
	width:180px;
	background:#F3F3F3;
	border:none;
	font-size:11px;
	padding:2px 4px;
}
.btnsArea{
	background:url(images/formBtnsBarBg.jpg) repeat-x left bottom;
	float:left;
	width:318px;
}
.btnsArea img.tip{ float:right;}
.btnsArea .formBtnsIn{
	background:url(images/formsBtnsBg.jpg) repeat-x;
	float:right;
	padding:0px 0px 0px;
}
.btnsArea .formBtnsIn a{
	float:left;
	padding:0px 10px;
	color:#FFF;
	display:block;
	text-decoration:none;
}
.btnsArea .formBtnsIn .sep{ float:left; margin-top:3px;}
.btnsArea .formBtnsIn a:hover{color:#000;}
#fancy_close{
	float:right;
	margin:-23px -10px 0px 0px;
	color:#666;
	text-decoration:none;
	background:url(images/lightCloseBtn.jpg) no-repeat 0px 4px;
	padding:0px 0px 0px 15px;
}
#fancy_close:hover{ text-decoration:underline;}
