
#modalForm
{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2000;
	width: 100%;
	display: none;
}
#modalForm .shad
{
	background: #000;
	width: 100%;
}
#modalForm .form
{
	position: absolute;
	z-index: 2001;
	padding: 20px;
	background: #fff;
	border: solid 1px #999999;
	width: 410px;
	top: 32%;
}

#modalForm .form h2
{
	margin: -19px -19px 10px -19px;
	padding: 5px 5px 5px 19px;
	font-size: 18px;
	font-weight: normal;
	color: #333333;
	background: #e7e7e7;
}
#modalForm .form h2 span
{
	display: inline;
	float: right;
	font-size: 14px;
	font-weight: bold;
	background: #b2b2b2;
	border: solid 1px #959595;
	padding: 3px 5px;
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer;
}

.add_review
{
	display: block;
	width: 140px;
	height: 31px;
	text-indent: -9999px;
	background: url(add_revi.gif);
	margin: 0px auto;
	cursor: pointer;
}

.add_form
{
	float: left;
}
.CAPTCHA
{
	width: 178px;
	height: 38px;
	overflow: hidden;
	margin: 0px auto 5px auto;
}
.CAPTCHA img
{
	margin: -1px 0 0 -1px;
}
.form_line
{
	display: block;
	clear: both;
}
.form_line .label
{
	display: inline;
	float: left;
	width: 180px;
	line-height: 30px;
	padding-bottom: 5px;
}
.form_line .form_item
{
	display: inline;
	float: left;
	padding-bottom: 5px;
}
.form_line .submitBtn
{
	display: inline;
	float: right;
}

.form_item input
{
	width: 220px;
	outline: none;
	border: none;
}
.form_item textarea
{
	border: none;
	width: 216px;
	outline: none;
}
.form_item .item_style
{
	border: solid 1px #a4a4a4;
	position: relative;
}
.form_item .item_style .lt,
.form_item .item_style .rt,
.form_item .item_style .lb,
.form_item .item_style .rb
{
	width: 5px;
	height: 5px;
	font-size: 1px;
	overflow: hidden;
	position: absolute;
}
.form_item .item_style .lt
{
	top: 0px;
	left: 0px;
	background: url(form_lt0.gif);
	margin: -1px 0 0 -1px;
}
.form_item .item_style .rt
{
	top: 0px;
	right: 0px;
	background: url(form_rt0.gif);
	margin: -1px -1px 0 0;
}
.form_item .item_style .lb
{
	bottom: 0px;
	left: 0px;
	background: url(form_lb0.gif);
	margin: 0 0 -1px -1px;
}
.form_item .item_style .rb
{
	bottom: 0px;
	right: 0px;
	background: url(form_rb0.gif);
	margin: 0 -1px -1px 0;
}