.form-titles
{
	margin-right:10px;
	padding-top:5px;
	width:150px;
	height:35px;
	float:left;
	text-align:right;
}
.txt-area
{
	margin-bottom:15px;
	height:100px;
	float:left;
	font-size:13px;
	overflow:auto;
}
.txt-field, .txt-area
{
	margin-right:10px;
	padding:4px;
	width:250px;
	float:left;
	border:1px solid #A9A3A1;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	float:left;
	background:none;
}
.submit-btn
{
	height:28px;
	width:90px;
	line-height:28px;
	text-align:center;
	/*padding:2px 4px;*/
	border:1px solid #BBB6B4;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	background:#BBB6B4;
	color:#524A48;
	cursor:pointer;
}
.submit-btn:hover
{
	border:#BD1A8D;
	background:#BD1A8D;
	color:#FFF;
}
.err-indicator
{
	margin:5px;
	font-size:15px;
	color:#F00;
}
.err-msg
{
	/*color:#FFF;*/
	top:4px;
	position:relative;
}
.clr-left
{
	clear:left;
}