/* CSS Document */


#formContainer {
	width: 420px;
	line-height: 2.3em;
	font-size: 12px;
}


	
input {
float:right;
}

input.text {
	height: 20px;
	width: 200px;
	border-color: #666666;
	border-width: 1px;
	border-style: solid;
	padding:2px;
}
.lineheightcheckbox {
	line-height:1.2em;
}

input.text2 {	
	height: 20px;
	width: 62px;
	border-color: #999999;
	border-width: 1px;
	border-style: solid;
	padding:2px;
}
textarea {
	height: 100px;
	width: 415px;
	border-color: #999999;
	border-width: 1px;
	border-style: solid;
	padding:2px;
}
/*input[type="radio"], input[type="checkbox"]*/
.inputrightmargin {

margin-right:100px}
.nofloat {
float:none;
}
.heading1 {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
}

