/* ---- Stylesheet for the BACKOFFICE / CMS elements----- */
/* ---- version 1.1 --------------------------------*/


fieldset td, h3, .inputBtn2, input, .inputBtn3, .orderBtn {
	font-family: "Comic Sans MS", Verdana, sans-serif;
}
fieldset table{
	width:100%;
}
fieldset{
	font-family: "Comic Sans MS", Verdana, sans-serif;
	font-size:0.8em;
	padding-left:20px;
	padding-right:50px;	
}
fieldset legend{
	font-family: "Comic Sans MS", Verdana, sans-serif;
	font-weight:bold;	
}
.sm_picture{ float:left }
img{border-width:0px;}

.inputBtn2{
    float: left;
	width:140px;
	height:25px;
	font-size:13px;
	font-weight:500;
}
.formInput{
	width:85%;
}

input{
	font-size:1em;
}

.inputBtn3{
	width:60px;
	height:25px;
	font-size:12px;
}

.orderBtn{
	height:25px;
	font-size:14px;
	font-weight:bold;
	padding-bottom:10px;
}

.admin_toolbar {
	margin: 10px 10px 0 0;
}

.editor{
    float: left;
	padding:8px 20px 20px 20px;
	float:left;
	height: auto;
    width: auto;
	background-color:#FFFFFF;
}

.editor fieldset{
	width: 500px;
	font-size: 1em;
}

.editor textarea {
	font-size: 1em;
	width: 95%;
	margin: 0 0 10px 0;
	font-family: "Comic Sans MS", Arial;
}
.editor input {
	margin: 0 0 10px 0;
}
.editor input:hover, 
.editor input:focus,
.editor textarea:hover,
.editor textarea:focus  {
	background-color: #FFFF66;
}

.editor {}

.edit_delete{
	float: right;
	
}
.edit_delete_right{
	text-align:right;
	float: right;
	clear: both;
	width: 300px;
	padding: 15px 0 0 0;
}

.cms_guide_pic	{
	float: left;
	border: 1px solid #cccccc;
	margin: 30px 0 0 0;
}


.iText{
	font-size:1.2em;
	font-weight:bold;
	color:#006600;
}
.informationText{
	font-size:10px;
}
.notification{
	font-size:1em; 
	color:#ff582b; 
	font-weight:bold;
}

