/* Form part starts */
input, textarea
{
	width:220px;
	padding:5px 10px;
	border:0px none;
	background:none;
	line-height:40px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	font-style:italic;
}
input
{
	height:40px;
	background:url(../../images/form-field-bg.gif) center no-repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	font-style:italic;
}
textarea
{
	margin-left:10px;
	height:110px;
	line-height:30px;
	width:306px;
	overflow:auto;
	background:url(../../images/form-textarea-bg.gif) center no-repeat;
}
.form-button
{
	margin:20px 10px 10px 5px;
	cursor:pointer;
	height:30px;
	line-height:25px;
}
.form-submit
{
	width:90px;
	background:url(../../images/form-submit.gif) top left no-repeat;
	/*margin-left:180px;*/
}
.form-reset
{
	width:75px;
	background:url(../../images/form-reset.gif) top left no-repeat;
}
.form-label
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-style:italic;
	font-weight:bold;
	text-indent:5px;
	display:block;
	color:#212121;
	line-height:20px;
}
#form-response
{
	height:40px;
	margin-bottom:10px;
	margin-top:20px;
}

#ajax-form
{
	height:400px;
}
.ajax-sending
{
	width:32px;
	height:32px;
	background:url(../../images/ajax-sending.gif) left top no-repeat;
}
.form-response-message
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	color:#FFFFFF;
}
.form-response-message span.msg
{
	background:url(../../images/form-msg-bg.gif) left top no-repeat;
	float:left;
	height:40px;
	line-height:40px;
}
.form-response-message span.lhs
{
	background:url(../../images/form-msg-lhs.gif) left top no-repeat;
	float:left;
	height:40px;
	width:15px;
}
.form-response-message span.rhs
{
	background:url(../../images/form-msg-rhs.gif) left top no-repeat;
	float:left;
	height:40px;
	width:15px;
}
.form-response-message .form-msg-bullet
{
	float:left;
	display:inline;
	height:40px;
	width:8px;
	padding-right:5px;
}