#simplyForm fieldset
{
	display: block;
	margin: 0px;
	padding: 10px;
	background-color: #d5e1ee;
}

#simplyForm fieldset.submit
{
	border: none;
	background-color: transparent;
	text-align: center;
}

#simplyForm fieldset.radio
{
	width: 15em;
	margin: 1em 0 2em 0;
	background-color: #DDDDDD;
}

#simplyForm fieldset.radio label
{
	font-weight: normal;
}

#simplyForm fieldset.radio input
{
	clear: both;
	float: left;
	width: auto;
}

#simplyForm .text
{
	width: 200px;
	border: 0px solid;
	border-bottom: 1px dashed red;
	background-color: #EEEEEE;
	margin-right: 50px;
}

.caption
{	
	width: 100px;
	float: left;
}

.checkbox2
{	
	width: 200px;
	float: left;
}

.checkbox
{	
	width: 30px;
	float: left;
}
.checkboxcaption
{	
	width: 33%;
}

#simplyForm label
{
	display: block;
	margin-bottom: 1em;
	font-weight: bold;
}

#simplyForm select
{
	display: block;
	border: 2px solid;
}

#simplyForm input
{
	display: inline;
}
#simplyForm legend {
	font-weight: bold;
}




/* CLASSES */