/****************************************************************/
/*                          Form                                */
/****************************************************************/
.form_row, .form_row1, .form_row2 {
	display: block;
	width: 348px;
	height: 22px;
	margin-top: 3px;
}
.form_row1 {
	height: 79px;
}
.form_row2 {
	width: 300px;
	margin-left: 30px;
	margin-top: 5px;
}
.form_text, .form_text1, .form_text2 {
	width: 85px;
	height: 22px;
	text-align: right;
	font-weight: bold;
	padding-top: 3px;
	float: left;
}
.form_text1 {
	padding-top: 0px
}
.form_text2 {
	width: 70px;
}
#inputArea input[type="text"], #inputArea textarea {
    font-family: Arial, Tahoma,	Verdana, sans-serif;
	color: #000000;
	font-size: 12px;
    width: 250px;
	height: 18px;
	display: block;
    padding: 1px;
    border: solid 1px #CCCCCC;
}
#inputArea textarea {
	height: 75px;
}
.add_field  {
	margin-top: 5px;
	width: 225px;
	float: left;
}
.checkbox {
	float: left;
}
#send_clear {
	width: 216px;
	height: 25px;
	margin-top: 5px;
	padding-left: 134px;
	float: left;
}
#please {
	display: none;
	position: absolute;
	width: 150px;
	top: 20px;
	z-index: 100;
	color: #FF0000;
	font-weight: bold;
}



.send * {
	display: none;
}
.send span.hover {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 77px;
	height: 25px;
	background: url(../images/misc/send_clear.gif) 0px -30px no-repeat;
}
.send {
	position: relative;
	display: block;
	width: 77px;
	height: 25px;
	margin-right: 2px;
	background: url(../images/misc/send_clear.gif) 0px 0px no-repeat;
	float: left;
}
.clear * {
	display: none;
}
.clear span.hover {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 77px;
	height: 25px;
	background: url(../images/misc/send_clear.gif) -79px -30px no-repeat;
}
.clear {
	position: relative;
	display: block;
	width: 77px;
	height: 25px;
	margin-right: 2px;
	background: url(../images/misc/send_clear.gif) -79px 0px no-repeat;
	float: left;
}
#sent {
	margin-top: 75px;
	text-align: center;
}
#sent_mask {
	position: absolute;
	width: 215px;
	height: 321px;
	left: 0px;
	z-index: 1000;
	background-color: #FFFFFF;
}
#form_mask {
	position: absolute;
	width: 350px;
	height: 321px;
	left: 220px;
	z-index: 1000;
	background-color: #FFFFFF;
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	-khtml-opacity: 0.70;
	opacity: 0.70;
}