/* CSS Document */
/*Styles used on pages with forms */

input, textarea, select, button, option
{
	font-family:Arial, helvetica,sans Sans-Serif;
	font-size:1em;
	border:1px solid #666666;
	background-color: #ffffff;
}

.formRow {
	padding-bottom:.5em;
}

.dataRow {
	clear:both;
	padding-bottom:.5em;
	width:100%;
}


label {
	font-weight: bolder;
	width: 155px;
	display: inline;
	text-align: right;
	padding-right: 1em;
	border: 1px solid;
	border-color:#CCCC66;
}

.formLabel {
	font-weight:bolder;
	width:150px;
	float:left;
	text-align:right;
	padding-right:1em;
}

.formHint {
	display:block;
	font-size:small;
	font-style:italic;
	padding-left:150px;
}

.smallbox {
	width:100px;
}

.mediumbox {
	width:200px;
}

.largebox {
	width:300px;
}

.verylargebox {
	width:450px;
}

.verysmallbox {
	width:60px;
}

.fieldHint {
	font-size:smaller;
	font-style:italic;
}

.buttonRow {
	clear:both;
	text-align:center;
	padding:1em;
}

.reqElem 
{
	border:1px solid red;
}

.smallText 
{
	font-size:smaller;
}

img {
	float: left;
	display:inline;
	margin-left:3em;
}


