﻿div.form
{
	margin:5px;
	border:solid 0px #ececec;

}

table.form
{
	width: 100%;
	border-width: 0px;
	margin: 0px;
	text-align: left;
}

table.form td, th
{
	padding: 2px 5px;
	vertical-align:baseline;
}

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:300px;
}

table.form textarea.textbox
{
	width:300px;
	font-family:Tahoma, Arial, Verdana;
	font-size:12px;
	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:#e1e1e1;
	height:25px;
}

div.FormError
{
	text-align:center;
	vertical-align:middle;
	line-height:30px;
	font-size:17px;
	font-style:italic;
	min-height:300px;
	color:Red;
}

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;
}

div.actionStrip
{
	padding:7px 5px 7px 20px;
	background-color:#f7fab9;
	border-top:solid 1px white;
	margin-top:5px;
}

div.actionStrip a
{
	background-image:url(../Images/ActionLinkArrow_bg.png);
	background-repeat:no-repeat;
	padding:0px 3px 10px 20px;
	line-height:18px;
	text-decoration:none;
}

div.actionStrip a:hover
{
	text-decoration:underline;
}

div.lifeCycleInfo
{
	padding:3px;
	float:left;
	font-style:italic;	
}
