/* CSS Document */



fieldset {
	margin: 10px;
	padding: 1em;
	border: 1px solid #eee;
	background: #fff;
}

label {
	float: left;
	width: 15em;
	font-weight: bold;
	
}

.altLayout  {
	margin: 0px;
	padding: 0em;
	border: none;
	background: none;
}

.altLayout label {
	width: auto;
	display: block;
	float: none;
	margin-bottom: 1em;
}

.chkbxLayout  {
	margin: 0;
	padding: 0em;
	border: none;
	background: #eee;
}

.chkbxLayout label {
	float: left;
	width: 25em;
	font-weight: normal;
	padding-left: 1em;
}

.chkbxLayout p {
	font-weight: bold;
}


input {
	width: 30em;
	padding: 0.2em;
	border-top: 2px solid #ccc;
	border-left: 2px solid #ccc;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background-color: #fff;

}

select {
	width: 15em;
	padding: 0.05em;
	background-color: #fff;
	border-top: 2px solid #eee;
	border-left: 2px solid #eee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

option {
	padding: 0.2em;
	background-color: #eee;

}

textarea {
	width: 98%;
	height: 5em;
	padding: 0.2em;
	border-top: 2px solid #eee;
	border-left: 2px solid #eee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #fff;
}

table textarea {
	width: 150px;
	height: 40px;
	padding: 1px;
	border-top: 2px solid #eee;
	border-left: 2px solid #eee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #fff;
	font-size: 10px;
}

.radio {
	width: 10px;
	margin-right: 0.5em;
	margin-left: 0.5em;
	border: none;
	background: none;	
}

.submit {
	text-align: center;
}

.submit input {
	width: 10em;	
}

.button {
	margin-top: 5px;
	width: 10em;
	background: url(../images/table-head-back.gif) repeat-x bottom #fff;
	border-top: 3px solid #eee;
	border-left: 3px solid #eee;
	border-right: 2px solid #DDEEDD;
	border-bottom: 2px solid #DDEEDD;
	background-color: #fff;
	font-weight:bold;
	color: #066;
}

