/*created from ch for the forms on stoxasmos web*/
#left {
	padding-top: 2px;
	padding-left:10px;
	width: 100px;
	float: left;
}
#required{
	color: red;
	padding-left: 5px;
	width:15px;
}

#caption {
	text-align: left;
	font-style: normal;
	float: left;
}

input.captionLong {
	width: 200px;
}

#right{
	padding: 2px 0px 0px 0px;
	float: left;
}
#field {
	padding-left: 10px;
	
	}
input{
	text-align: left;
	border: 1px solid;
	color:#000000;
}
#field input.submit{
	text-align: center;
	background-color: #CFCFCF;
	border-bottom-width: 2px;
	border-color: Black;
	clear: both;
}
#field textarea{
	width: 200px;
}
#field input.textfield {
	width: 200px
}

#row {
	width: 500px;
	float: left;
}
