#testForm {
	font-size:1em;
}

#testForm label {
	width:10em;
	line-height:1em;
	float:left;
	margin-right:0.1em;
	text-align:right;
}
#testForm fieldset {
	width:25em;
	border:solid 1px #666;
}
#testForm legend {
	color:#666;
	background:inherit;
}
#testForm input, #testForm select, #testForm textarea {
	margin:0 0 0.5em 0.2em;
	width:11em;
	padding:0;
	font-family: Verdana, sans-serif;
	font-size:100%;
}
#testForm .noresize {
	width:auto;
}
#testForm .submit {
	margin-left:10.1em;
}







.width {
	width:60%;
	min-width:350px;
}

.maincontent {
	border:1px solid #F60;
	padding:5px;
}

* html .minwidth {
	padding-left:350px;
}

* html .container {
	margin-left:-350px;
	position:relative;
}

/*\*/
* html .minwidth, * html .container, * html .maincontent, * html .layout  {
	height:1px;
}
/**/

.rule {
	width:350px;
	background:#F60;
	color:#fff;
	margin:1em 0 2em 0;
	text-align: center;
}

