.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 #0068c9;
	background-color:#a4d3ff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

div.bg-table{
	border:2px solid #D1D4D5;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding:10px;
	background-color:#FFFFFF;
}



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:10pt font-family:Tahoma,Arial,Helvetica,sans-serif;
	_height:22px;
	width:100%;
	font-size:11px;
	padding:3px 0px; 
	border: 1px solid #CCC; 
}
select{
	padding:1px 0px;
}
.form-button{
	height:24px;
	padding:1px 5px;
	float:left;
	border: 1px solid #CCC; 
	background-color:#FFFFFF;
	margin:0 0px;
}
.form-button:hover{
	border-top:1px solid #EDEDED!important;
	border-left:1px solid #EDEDED!important;
	border-right:1px solid #D1D4D5!important;
	border-bottom:1px solid #D1D4D5!important;
}
.button-spacer{
	float:left;
	width:5px;
	height:20px;
}
.button-spacer-right{
	float:right;
	width:5px;
	height:20px;
}

.form-content{
	display:block;
	color:#484848;
}

.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:bold;
	padding:6px 0px 5px 0px;
	cursor:pointer;
	text-align:left;
}
fieldset{
	padding:5px;
	border:1px solid #EDEDED;	
}


.form-col{
	float:left;
	width:48%;
	margin-right:2%;
}
.form-col span{
	display:block;
	padding:6px 0px 5px 0px;
}
.form-content .full{
	width:100%;
}

.form-content .one-two{
	width:48%;
}
.form-content .one-two.last{
	width:50%;
}

.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%;
}

.form-content .one-four{
	width:23%;
}
.form-content .one-four.last{
	width:25%;
}

.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%;
}

.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;
}

.form-content{
	text-align:left;
}
.form-content .action-content{
	margin-top:10px;
}
/** DIALOG FORMS **/
.mini-dialog .body{
	padding:5px;
}
.mini-dialog input[type="text"],.mini-dialog input[type="password"],.mini-dialog  select,.mini-dialog  textarea { 
	background-color: #FFFFFF; 
	font-size:11px;
	border: 1px solid #CCC; 
	padding:3px 0px; 
	width:100%;
}
#cms_toolbar{
	margin-bottom:10px;
}

ul.form-col-table{
	padding:1px;
	border:1px solid #D1D4D5;
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
}
ul.form-col-table li.header{
	background:#CCCCCC url(../images/datatable/toolbar.gif) repeat-x left top;
	padding:5px 2px;
	text-align:left;
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
}
ul.form-col-table li{
	margin:2px 0px;
}
ul.form-col-table li span{
	display:inline-block;
	margin:4px 0 0 2px;
}
.options-header{
	background-color:#CCCCCC!important;
	padding:2px;
}

/** ADD & DELETE LINKS **/
a.delrowselect,a.delrowrelation{
	background: transparent url(../images/icons/16x16/delete.png) no-repeat left top;
	cursor:pointer;
	float:right;
	margin:3px 5px 0 0;
	width:16px;
	height:16px;
	text-decoration:none;
}
a.delrowselect:hover,a.delrowrelation:hover,a.addrowselect:hover, a.addrowrelation:hover{
	text-decoration:none;
}
a.addrowselect, a.addrowrelation{
	background: transparent url(../images/icons/16x16/add.png) no-repeat left top;
	padding: 0 0 5px 20px;
	cursor:pointer;
	float:right;
	margin:5px 5px 0 0;
	border:1px solid #FFFFFF;
	text-decoration:none;
}


/** CMS EMBED **/
.cms_embed_node{
	position:relative;
	border:2px dashed #CCCCCC;
	margin-bottom:5px;
}
.cms_embed_editlink{
	position:absolute;
	top:5px;
	right:5px;
}


