﻿div.form
{
	margin:5px;
	border:solid 0px #ececec;
	margin-left:0px;
}

table.form
{
	width: 100%;
	border-width: 0px;
	margin: 0px;
	text-align: left;
}

table.form td, th
{
	padding: 2px 5px;
	vertical-align:baseline;
	font-size:1.2em;
}

table.form th
{
	text-align: right;
	font-weight:normal;
	width: 35%;
	color:#675645;
	vertical-align:baseline;
}

table.form td.label
{
	text-align: right;
	font-weight:normal;
	width: 35%;
	color:#675645;
	vertical-align:baseline;
}

table.form th.multiline
{
	vertical-align:top;
}

table.form hr
{
	color:#aaaaaa; 
	background: #aaaaaa; 
	border: 0;
	Height:1px;
	margin-left:1px;
	width:250px;
}

table.form input.textbox
{
	width:250px;
}

table.form textarea.textbox
{
	width:250px;
	font-family:Tahoma, Arial, Verdana;
	line-height:17px;
}

table.form select.droplist
{
	width:150px;
}

div.form fieldset
{
	border-width:0px;
}

div.form fieldset.legend
{
	padding:5px 3px 7px 3px;
	font-weight:bold;
	color:Green;
}

div.buttons div
{
	
}

div.buttons
{
	border-top:solid 1px white;
	margin:10px 0px 0 0px;
	padding:10px;
	text-align:right;
	/*background-color:#FFF;*/
	height:36px;
}

div.buttonssmall
{
	border-top:solid 1px white;
	margin:10px 0px 0 0px;
	padding:10px;
	text-align:right;
	/*background-color:#FFF;*/
	height:22px;
}

div.buttons2
{
	border-top:solid 1px white;
	margin:10px 0px 0 0px;
	padding:10px;
	text-align:right;
	height:45px;
}

div.FormError
{
	text-align:center;
	vertical-align:middle;
	line-height:30px;
	font-size:17px;
	font-style:italic;
	min-height:300px;
	color:Red;
}

div.warning2
{
    padding:10px 10px;
	background-color:#f7fab9;
	border-top:solid 2px #d0d0d0;
	border-bottom:solid 2px #d0d0d0;
	margin-top:5px;
	margin-bottom:5px;
	color:Red;
	text-align:center;
	font-size:1.6em;
	font-weight:bolder;
}

div.warning
{
	padding:10px;
	background-color:#f7fab9;
	border:solid 1px #d0d0d0;
	margin-top:5px;
	color:Red;
	text-align:center;
	font-size:1.1em;
}

div.buttons a.delete
{
	margin-right:10px;
}


div.groupSplitter fieldset
{
	border-width:0px;
	border-top:solid 1px black;
	padding:0px;
}

div.groupSplitter legend
{
	padding:5px 5px 5px 5px;
	margin-bottom:10px;
	font-weight:normal;
	border-bottom-style:none;
	font-size:12px;
}

input.label
{
	
	border:none 1px #e1e1e1;
	border-style:hidden; 
	background-color:#EEEEEE;
	width:250px;
	margin-right:5px;
}

span.mandatoryFieldStar
{
    color:Red;
    font-size:1.2em;
}

.watermark
{
	border:solid 1px #DDDDDD;
	padding:2px 4px;
	width: 250px;
	color:#aaaaaa;
	font-style:italic;
	background-color:#FFFFFF;
	border-color:expression(document.activeElement == this ? '#C9AA9A':'#DDDDDD');
}
input.watermark
{
	vertical-align:middle;
}
.watermark:focus
{
	border-color:#C9AA9A;
}
.watermark:hover
{
	border-color:#999999;
	border-color:expression(document.activeElement == this ? '#C9AA9A':'#999999');
}

span.validator
{
    font-size:1.2em;
}