/**
 * * PANELS
 */
.error-panel{
	padding:5px;
	margin:5px 0px;
	border:1px solid #FED778;
	background-color:#FFECBF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.info-panel{
	padding:10px;
	margin:5px 0px;
	border:1px solid #3b8b03;
	background-color:#eafbdd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
form.loginform{
	margin:10px;
}
form.loginform label{
	display:block;
}
div.submit{
	
	margin:10px 0 0 0!important;
}
/**
 * * FORM ELEMENTS
 */
input.right{
	float:right!important;
	margin-right:-2px;
}
input.left {
	float:left!important;
}
input[type="text"],input[type="password"], select, textarea { 
	background: #F9FCFC url(../images/forms/input_bg.gif) repeat-x left top; 
	font-size:12pt;
	font-family:'Geneva','Georgia','Arial Pro';
	color: #41250d;
	line-height:14pt;
	_height:22px;
	width:100%;
	padding:3px 0px; 
	border: 1px solid #CCC; 
}
select{
	padding:1px 0px;
}

input[type="submit"],input[type="button"]{
	float:right!important;
	padding:3px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #3b8b03; 
	background:#3b8b03 url(../images/date-bg.png) repeat-x  left -5px;
	margin-right:-1px;
	margin-left:5px;
	cursor:pointer;
	color:#FFFFFF;
}
input[type="submit"]:hover,input[type="button"]:hover{
	background-image:none;
}


.button-spacer{
	float:left;
	width:5px;
	height:20px;
}
.button-spacer-right{
	float:right;
	width:5px;
	height:20px;
}
/** 
**  COLUMNS LAYOUT
**/
.form-content{
	display:block;
	color:#484848;
}
.form-content .action-content{
	margin-top:10px;
}
.form-content .form-attribute-title{
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding:0px 5px;
	margin:5px 0px;
	border: 1px solid #D1D4D5;
}
label { 
	display: block; 
	font-weight:normal;
	padding:2px 0px 0px 0px;
	cursor:pointer;
	text-align:left;
}
fieldset{
	padding:5px;
	border:1px solid #EDEDED;	
}


.form-col{
	float:left;
	width:48%;
	margin-right:2%;
	margin-bottom:2px;
}
.form-col span{
	display:block;
	padding:6px 0px 5px 0px;
}
.form-content .full{
	width:100%;
}
/** two pieces **/
.form-content .one-two{
	width:48%;
}
.form-content .one-two.last{
	width:50%;
}
/** three pieces **/
.form-content .one-three{
	width:31%;
}
.form-content .one-three.last{
	width:34%;
}
.form-content .two-three{
	width:64%;
}
.form-content .two-three.last{
	width:66%;
}
/** four pieces **/
.form-content .one-four{
	width:23%;
}
.form-content .one-four.last{
	width:25%;
}
/**five pieces **/
.form-content .one-five{
	width:18%;
}
.form-content .one-five.last{
	width:20%;
}
.form-content .two-five{
	width:38%;
}
.form-content .two-five.last{
	width:40%;
}
.form-content .three-five{
	width:58%;
}
.form-content .four-five{
	width:78%;
}
.form-content .four-five.last{
	width:80%;
}
/** ten pieces **/
.form-content .one-ten{
	width:8%;
}
.form-content .two-ten{
	width:18%;
}
.form-content .one-ten.last{
	width:10%;
}
.form-content .nine-ten{
	width:88%;
}
.form-content .last{
	margin-right:0;
}
