fieldset
{
	position:	relative;
	padding:	60px;
	margin:		0px 0px 30px 0px;
	border:		1px solid #e3e3e3;
/*	background:	#f7f6f6;*/
}

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

div.subfieldset:after
{
	clear:			both;
}

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

input[type="radio"], input[type="checkbox"]
{
	margin:	0px 5px 5px 5px;
}

td input[type="text"], td input[type="date"], td input[type="password"], td input[type="datetime-local"], td select
{
	margin:	0px!important;
}

textarea
{
	position:relative;
	display:block;
	width:100%;
	padding: 10px 10px; 
	color:#666;
	font-size:14px;
	line-height:20px;
	outline:none;
	border:none;
	margin:0 0 15px;
	height:180px;
	border: 1px solid rgb(185, 193, 204);
}

textarea.inputtext
{
	height:			200px;
}

textarea.smalltext
{
	height:			100px;
}

textarea.verysmalltext
{
	height:			50px;
}

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

.alert
{
	color: 			#f44336;
}

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

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


.dispOff
{
	display:	none;
}

div#userbar
{
	background:		#010c1b;
	color:			#fff;
	margin-bottom:		15px;
	clear:			both;
}

div#logout
{
	float:			right;
}

div#logout a
{
	color:			#fff;
}

div#logout a:hover
{
	color:			#fff;
}

span.subtext {
        display: block;
        font-size: 0.85em;
        font-style: italic;
}

.input_radio {
	width: 50px;
	text-align: center;
}

.quota {
	text-align: right;
	width: 100px;
	font-size: 12px;
	color: #f44336;
}

.full {
	font-size:12px;
	color: #f44336;
	font-weight: bold;
}