/**
 * * 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/input-bg.gif) repeat-x left top; 
	font-size:12pt;
	font-family:inherit;
	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 #950000; 
	background:#be0100 url(../images/btn-bg.jpg) repeat-x  left -5px;
	margin-right:-1px;
	margin-left:5px;
	cursor:pointer;
	color:#FFFFFF;
	font-size:12pt;
}
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-space{
	clear:left;
	margin-bottom:10px;
}
/**
 * *COLUMN LAYOUT
 */
.col-layout{
	float:left;
	width:100%;
}
.col-layout .col-spacer{
	float:left;
	width:100%;
	font-size:1pt;
	height:5px;
}

.col-layout .col{
	float:left;
	width:48%;
	margin-right:2%;
}

.col-layout .full{
	width:100%;
	margin-right:0px;
}
/** two-columns **/
.col-layout .one-two{
	width:49%;
	*width:48%;
}

/** three pieces **/
.col-layout .one-three{
	width:32%;
}
.col-layout .two-three{
	width:66%;
}
.col-layout .auto{
	width:auto!important;
}

/**4 pieces **/
.col-layout .one-four{
	width:23%;
}
.col-layout .one-four.last{
	width:25%;
}
.col-layout .three-four{
	width:73%;
}
/**5 pieces **/
.col-layout .one-five{
	width:18%;
}
.col-layout .one-five.last{
	width:20%;
}
.col-layout .two-five{
	width:38%;
}
.col-layout .two-five.last{
	width:40%;
}
.col-layout .three-five{
	width:58%;
}
.col-layout .four-five{
	width:78%;
}
.col-layout .four-five.last{
	width:80%;
}
/** 8 pieces **/
.col-layout .one-eight{
	width:10%;
}
.col-layout .one-eight.last{
	width:12%;
}
/** 10 pieces **/
.col-layout .one-ten{
	width:8%;
}
/** 10 pieces **/
.col-layout .one-ten{
	width:8%;
}

/** 10 pieces **/
.col-layout .one-ten{
	width:8%;
}
.col-layout .two-ten{
	width:18%;
}
.col-layout .one-ten.last{
	width:10%;
}
.col-layout .nine-ten{
	width:88%;
}
.col-layout span{
	line-height:18pt;
}
.col-layout .last{
	margin-right:0!important;
}
