form
{
	padding: 		0px;
	margin:			0px;
}

fieldset
{
	padding:		60px;
	margin: 		0px 0px 30px 0px;
	border-left:		none;
	border-right:		none;
	border:			1px solid #e3e3e3;
	background:		#f9f9f9;
	position:		relative;
}

@media (max-width: 990px) {
	fieldset
	{
		padding:		20px;
	}
}

div.subfieldset
{
	clear:			both;
	margin-bottom: 		30px;
}

div.subfieldset:last-child
{
	margin-bottom: 		0px;
}

div.subfieldset:after
{
	clear:			both;
}

form span
{
/*	display: 		block;*/
	text-align:		left;
}

form span.sup
{
	display:		inline;
}

span.needit
{
	display: 		inline;
	color: 			#a94442;
}

label
{
	color:			#3f3f3f;
	font-size:		1.0em;
	font-weight:		800;
}

td label
{
	margin-bottom:		0px!important;
}

.button.full-width,
button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width {
	width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center; }


input[type="text"],
input[type="date"],
input[type="password"],
input[type="email"],
textarea, select {
	border: 1px solid rgb(185, 193, 204);
        color: #666;
        height: 43px;
        margin-bottom: 10px;
        padding: 8px 10px;
        width: 100%;
        font-size: 10pt;
        background: #fff;
	vertical-align:middle;	
}


td input[type="text"], td select
{
	margin-bottom: 0px;
}

input[type="text"]:focus,
input[type="date"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus,
select:focus {
		border: 1px solid #aaa;
		color: #444;
		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
		box-shadow:  0 0 3px rgba(0,0,0,.2); }

textarea.inputtext
{
	height:			500px;
}

textarea.smalltext
{
	height:			100px;
}

textarea.verysmalltext
{
	height:			50px;
}

span.unfilled input.inputtext,span.unfilled select,span.unfilled textarea 
{
	border: 		1px solid #a94442;
}

span.unfilled label,blockquote.unfilled label
{
	font-weight:		bold;
	color: 			#a94442;
}

option.category
{
	font-weight:		bold;
	background-color:	#dd4433;
	color:			#fff;
}

option.subcat
{
	padding-left:		25px;
}



input[type="radio"],input[type="checkbox"]
{
	margin-right:	4px;
}

input:disabled+label
{
	color:	#aeaeae!important;
}

div.radio_block
{
	display:	block-inline;
	margin-bottom:	10px;
}

.dispOff
{
	display:	none;
}

.dispOn
{
	display:	block;
}

fieldset .table-striped>tbody>tr:nth-of-type(odd) {
        background-color: #fff;
}

td.radio_in
{
	width:	50px;
}

