@charset "utf-8";
/* CSS Document */

form{
    background: #FFFFFF;
    padding: 1%;
    width: 90%;
    font: small Verdana, Arial, Helvetica, sans-serif;
    color: #000000;
	background-image:url(img/formbg.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}

fieldset{
	border: 1px solid #CCC;
}

fieldset.trFS{
	border: 1px solid transparent;
}

legend{
	font-size:medium;
	font-weight:bold;
	color:#333333;
}

.simple{
	margin-top:1em;
	margin-bottom:1em;
	border-bottom:1px dotted #CCC;
}


.warn{
	margin-top:1em;
	margin-bottom:1em;
	border-bottom:1px dotted #CCC;
	background-image:url(img/star.png);
	background-position:top left;
	background-repeat:no-repeat;
}

label{
	width:30%;
	float: left;
	text-align: right;
	margin: 5px 5px 5px 0;
	display: block;
}

label .conditionWarning{
	display:block;
	font-size:85%;
	font-weight:bold;
}

input,textarea{
    color: #333;
    border: 1px solid #CCC;
    padding-right: 5px;
    padding-left: 5px;
	margin: 5px 0 5px 0;
	font: small Verdana, Arial, Helvetica, sans-serif;
	background-color:#EEE;
}

textarea{
	height:500px;
}

input:focus,textarea:focus{
	color: #000;
    border: 1px solid #666;
	background-color:#FFF;
}


.clearBothF{
	clear:both;
}

form.cleanForm{
	background:none;
	border:none;
	padding:0;
	margin:0;
}

form.cleanForm input{
	border-top:1px solid #CCC;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	border-left:none;
	background-image:none;
	font-size:medium;
	color:#666666;
}

form.cleanForm label{
	float:left;
}

.formLeft{
	width:25%;
	float:left;
	overflow:scroll;
	height:300px;
}

.formRight{
	width:70%;
	float:right;
	clear_both;
}

form.plain{
	background: #FFFFFF;
    padding: 1%;
    color: #000000;
}


.plain fieldset{
	border:none;
}

.plain legend{
	font-size:normal;
	font-weight:normal;
	color:#333333;
}

.plain label{
	display: block;
}

.plain input,textarea{
	color: #000000;
    padding:0;
	margin:0;
}
