


form {
	margin: 0;
}
textarea,select,option,input {
	/*font: bold 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	border:1px solid #000;
	background-color: #BFCFFF;
	width: 200px;;*/
}


.formValid {
	clear: both;
	margin: 10px 0 10px 0;
	padding: 8px;
	background: #f4f4f4;
	color: #900;
	border-bottom: 1px solid #ccc;
	font-weight:bold;
	text-align:center;
}
.confirmLeft,.confirmRight {
	float:left;
	display: block;
	font-size:1.4em;
	margin-bottom:5px;
}
.confirmLeft {
	text-align:right;
	margin-right:20px;
	width: 200px;
	font-weight:bold;
}
br {
	clear:left;
}
span.required {
	color: #F00;
}
.step1Container, .step2Container, .step3Container {
	width:450px;
	margin:auto;
	text-align:right;
}
div.step1Form, .step2Form, .step3Form {
		text-align:left;
		background: #F7F7F7;
		border:1px solid #3B5998;
		border-right:0;
		border-left:0;
		padding:5px;
		width:400px;
		margin:auto;
		margin-top:10px;
}
div.step1Form input, .step2Form input, .step3Form input {
		float:right;
		width:50px;
}
div.step1Container input, .step2Container input, .step3Container input, textarea, select,option {
		margin:5px;
		width:100px;
		background-color:#009ca3;
		border:1px solid #D9DFEA;
		color:#FFF;
		float:none;
}
input[type=checkbox] {
	background-color: transparent;
	border:0;
}
select,option,textarea {
		width: 200px;
}
	input.left {
		float:left;
	}
	.bold {
		font-weight: bold;
	}
	table tr td {
		vertical-align:middle;
	}

table#list, table#list2 {
	margin:auto;
	margin-top: 10px;
	border:1px solid #00487d;
}
table#list td,, table#list2 td {
	padding: 3px;
}
.theader td {
 cursor: pointer;
 background-color: #009ca3;
 color: #FFF;
 font-weight: bold;
 text-align:center;
}
div.filter {
	margin: 10px;
	padding: 5px;
	color: #FFF;
	font-weight: bold;
	background-color: #00487D;
	display:inline;
}
#one {
	text-align: left;
	padding : 3px;
	position: absolute;
	top:0; left:0;
	width:200px; height:50px;
	background: #AABBCC;
	color: #000000;
	border: 2px solid #667788;
	display: none; font-size: x-small;
}