div.col { float: left; }
div.width-10 { width: 10%; }
div.width-30 { width: 30%; }
div.width-40 { width: 40%; }
div.width-45 { width: 45%; }
div.width-50 { width: 50%; }
div.width-55 { width: 55%; }
div.width-60 { width: 60%; }
div.width-70 { width: 70%; }
div.width-100{ width: 100%; }

.nopadding {
    padding: 0px !important;
}

/* MIWOSOFT END */
.icon-48-miwoevents {
	background-image: url(../images/toolbar.png);
	padding-left:260px!important;
	line-height:50px;
}

.hide { 
	display: none;
	visibility: hidden;
}


/** general **/
table.adminlist {
	border-spacing: 1px;
}

table.admintable span.hasTip {
    padding-right: 18px;
    background: url(../images/icon-14-tooltip.png) no-repeat 100% 55%;
}


.pane-sliders {
    margin: 8px 0 0 !important;
}

table.admintable td.key2 {
    background-color:#F6F6F6;
    border-bottom:1px solid #E9E9E9;
    border-right:1px solid #E9E9E9;
    color:#666666;
    font-weight:bold;
    text-align:left;
    padding-left: 5px;
    vertical-align: middle;
    height: 22px;
    width:180px;
}

table.admintable td.value2 {
    padding-left: 7px;
}

table.admintable td label {
	clear: none;
	min-width: 40px;
	margin : 3px 2px;
}

/*form#adminForm fieldset.adminform {
	background-color: white;
}*/

table.admintable {
	background-color: white;
    width: 100%;
}

div.current fieldset.miwoevents_recurring_setting input, 
div.current fieldset.miwoevents_recurring_setting img {
	float: none ;
}

.img_preview {
	max-width: 65px ;
	max-height: 65px;
	float: left ;
	margin-left: 20px ;
	vertical-align: top;  
}

table.admintable td label {
	clear: none ;
	min-width: 40px;
	margin : 3px 2px ;
	display: inline-block; 
}

.form-horizontal label.control-label {
	text-align: left;
}

.form-horizontal div.controls label {	
	clear: none ;
	min-width: 40px;
	display: inline-block; 
}
.clearfloat {
	float: none ;
}

#recurring_end_date_img {
	float: right ;
}

#recurring_end_date {
	float: none ;
}

table.adminlist td.text_center, table.adminlist th.text_center {
	text-align: center ;
}

table.adminlist td.text_left, table.adminlist th.text_left {
	text-align: left ;
}

table.adminlist td.text_right, table.adminlist th.text_right {
	text-align: right ;
}
.captcha_err	{
	padding: 10px 10px 10px 33px !important;
	margin-bottom: 15px !important;
	background: #FFD1D1 url('../images/warning.png') 10px center no-repeat !important;
	border: 1px solid #F8ACAC !important;
	color: #555555 !important;
	-webkit-border-radius: 5px 5px 5px 5px !important;
	-moz-border-radius: 5px 5px 5px 5px !important;
	-khtml-border-radius: 5px 5px 5px 5px !important;
	border-radius: 5px 5px 5px 5px !important;
}