div#pagetype div#superFormDiv{

}
div#pagetype div#superFormDiv input{
	display:inline-block !important;
}

div#pagetype div#superFormDiv {
	margin-left:10px;
}
div#pagetype div#superFormDiv td {
	padding:4px;
}
/*
div#pagetype div#superFormDiv td:first-child:not(:only-child){
	padding-right:5px;
}
div#pagetype div#superFormDiv td:last-child:not(:only-child){
	padding-left:5px;
}
div#pagetype div#superFormDiv td:not(:only-child):not(:first-child):not(:last-child){
	padding-left:5px;
	padding-right:5px;
}
*/

div#pagetype div#superFormDiv #tdLightColor table tbody tr td table
{
	width:auto;
}

div#pagetype div#superFormDiv #tdLightColor table tbody tr td table tbody tr td
{
	*width:auto;
}

div#pagetype div#superFormDiv .required
{
	font-size:11pt;
	font-stlye:italic;
}

@media only screen and (min-width:461px){
	div#pagetype div#superFormDiv input[type="text"], textarea{
		width:auto !important;
	}
}

@media only screen and (max-width:460px){
	div#pagetype div#superFormDiv input[type="text"], textarea{
		width:100% !important;
	}
}

div#pagetype div#superFormDiv input[type="radio"], input[type="checkbox"]{
	margin:0px 5px 8px 5px;
}


div#pagetype div#superFormDiv select{
	width: auto !important;
}


div#pagetype div#superFormDiv span.fieldName{
	line-height:1.65em;
}

div#pagetype div#superFormDiv #verificationCode{
	padding-top:10px;
}
