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


/*p {
font-size: 1em;
color:#666666;
font-family:"Arial Unicode MS", Arial, "Arial Black";


}

/* Form attributes 

#formInput {
	margin: 20px 0px 0px 0px;}






form p {
font-size: 1em ;
margin: 5px 0px 5px 10px;
}

form h3 {
	font-size: 1em !important;
	font-weight:normal;
	margin: 0px 10px 5px 10px !important;
	padding: 0px;
}

*/

.formLeft {
	float: left;
	width: 280px;
	margin: 10px 0px 0px 0px;

	}
	
.formRight {
	width: 300px;
	margin: 10px 0px 0px 290px;

	}

fieldset {
border: 1px solid #cfcfcf;
margin: 0px 0px 5px 0px;
padding: 5px 5px 5px 5px;
}

legend {
font-family: Georgia, "Times New Roman", Times, serif;
color:#003366;
font-size:1em;
font-weight:normal;
padding: 0px 15px 5px 3px;
}

label {
font-size: 0.9em;
font-weight:normal;
margin: 0px 0px 0px 10px;
padding: 0px 0px 0px 0px;
width: 100px;
float: left;
}
	.extendLabel {width: 170px!important; }
	.extendLabel1 {width: 140px!important; }
	.extendLabel2 {width: 280px!important; }

input.txt, .drop, .drop1, textarea.txt1, input.txt2{
	font-size: 0.9em;
	color:#464646;
	border: 1px solid #cfcfcf;
	background-color:#E7E7E7;
	padding: 1px 0px 1px 5px;}

input.txt {width: 160px;}
input.txt2 {width: 50px;}


textarea.txt1 {
	width: 260px;
	margin: 5px 0px 0px 10px;
		font-size: 0.9em;
	}

.drop {
	width: 160px;
	background-color:#FFFFFF;}
	
	.drop1 {
	width: 140px;
	background-color:#FFFFFF;}
	
	input.txt:hover, input.txt:focus,
	input.txt2:hover, input.txt2:focus,
	.drop:hover, .drop.focus,
	.drop1:hover, .drop1.focus,
	textarea.txt1:hover, textarea.txt1:focus,
	input.hilite {
	border: 1px solid #666666;
	background-color:#ffffff;
	}	 


.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

	.adminTxt {
		padding: 5px;
		font-size: 0.7em;
		margin: 5px 10px 5px 10px;
		border: 1px solid #cfcfcf;
		color: #666666;
		background-color:#FAFAFA;}

input.btn {
margin: 20px 10px 10px 10px;
}