/*** Standard form CSS ***/

.form-standard {
	margin-bottom: 1em;
}

div#presideform fieldset {
	border: 0;
	background: #EEE;
	border-top: 3px solid #686E7E;
	padding: .5em 11px .95em 11px !important;
}

div#presideform fieldset fieldset{
	border:0;
	background:0;
	padding:0 !important;
	margin:0;
}

.form-standard.filter {
	border: 0;
	border-top: 3px solid #686E7E
}

.form-standard fieldset{
	border: 0;	
}
.form-standard fieldset legend{
	display: none;	
}

.form-standard fieldset ol,
div#presideform form fieldset ol {
	margin:0;
	padding:0;
	list-style:none;
}

.form-standard fieldset ol li,
div#presideform form fieldset ol li {
	display:block;
	padding: .55em 1em;	
	clear:left;
}

#form_filter fieldset select.input-select-total {
	width: auto
}

.form-standard fieldset p {
	padding: .55em 0;
	margin-bottom: 0
}

.form-standard fieldset ol li p{
	
	margin:0;
	padding:.55em 0;
	border:0;
	background:none	
}

.form-standard fieldset ol li span.form-standard-error {
	display:block;
	clear:both;
	color:#C00;
	padding-bottom:.4em	
}

div#presideform em {
	color:#c00;
}

.form-standard fieldset p.button {
	text-align: center;
	padding: .6em 1em;
}

.form-standard fieldset p.button input.form-standard-button {
	padding: 2px 0 4px 0;
	width: 62px;
	height: 22px;
	background: transparent url(/graphics/btn_gray.png) no-repeat;
	border: 0;
	color: #FFF;
	font-size: .9em;	
}
.form-standard fieldset p.button input.form-standard-button-long {
	padding: 2px 0 4px 0;
	width: 120px;
	height: 22px;
	background: transparent url(/graphics/btn_gray-long.png) no-repeat;
	border: 0;
	color: #FFF;
	font-size: .9em;	
}
.form-standard fieldset input.form-standard-button,
div#presideform fieldset input.button,
div#presideform fieldset input.submit {
	background-color: #676F7C;
	border: 0;
	color: #FFF;
	padding: .25em 7px;
}
	
.form-standard fieldset label,
div#presideform fieldset label {
	width: 15em;
	float: left;
}

div#presideform fieldset h4 {
	width: 9.95em;
	float: left;
	margin-top: .3em;
}

div#presideform fieldset fieldset h4{
	font-weight:normal;
	width:auto;
	float:none;
}

div#presideform fieldset fieldset ul,
div#presideform fieldset fieldset ol{
	margin:0;
	padding:0;
	list-style:none;
}

.form-standard fieldset label em.form-standard-required {
	color:#C00
}

.form-standard input.form-standard-text,
.form-standard input.form-standard-password,
.form-standard input.text,
.form-standard textarea,
div#presideform .inputtext,
div#presideform .select
{
	width: 305px;
	height: 34px;
	padding: 0 10px;
	border: 0;
	font-size: 12px;
	background: url(/graphics/icms/form-input-small.gif) no-repeat 0 3px;
}
.form-standard select {
	width: 325px;
	height: 34px;
	padding: 4px 10px 10px 10px;
	border: 0;
	background: url(/graphics/icms/form-input-small.gif) no-repeat 0 0;	
}

.form-standard select {
	margin: 5px 0 5px;
}
div#presideform textarea {
	width:19.75em !important;
	height: 9.7em !important;
	overflow: auto;
	border-color:#A7A6AA
}


.form-standard.filter input#total_item {
	width: 50px
}

/*** form standard for side panel ***/

.style-panel .form-standard input.form-standard-text,
.style-panel .form-standard input.form-standard-password,
.style-panel .form-standard input.text,
.style-panel .form-standard select,
.style-panel .form-standard textarea,
.style-panel div#presideform .inputtext,
.style-panel div#presideform textarea{
		width:13em;
	}

.style-panel .form-standard, .style-panel .form-standard fieldset{
	padding:0;
	margin:0;
}

.style-panel .form-standard{
	border:none;
}

/* AddThis bug fix */
/** http://www.addthis.com/forum/viewtopic.php?f=5&t=22612&p=82481 **/
#atffc { display: none !important; }