

/*
NOTIFICATION
*/	
span.errorTxt { 
	font-size:99%;
	color:red;
}
span.noticeTxt{ 
	font-size:99%;
	color:#444444;
}
.infoBOx, .successBOx, .warningBOx, .errorBOx, .validationBOx {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
	width:99%;
}
.infoBOx {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('images/info.png');
}
.successBOx {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('images/success.png');
}
.warningBOx {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('images/warning.png');
}
.errorBOx {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('images/error.png');
}
.validationBOx {
    color: #D63301;
    background-color: #FFCCBA;
    background-image: url('images/validation.png');
}



/*TEXT ALIGN*/
.tcenter {
 text-align:center;
}
.tleft {
 text-align:left;
}
.tright {
 text-align:right;
}
.ttop {
 vertical-align:top;
}
.tmid {
 vertical-align:middle;
}
.tbase {
 vertical-align:baseline;
}


/* FLOATING */
.ftright{
 float:right !important;
}
.ftleft{
 float:left !important;
}



/*FORM */
input[type=text],textarea,select{font-size:1em; color:#000;border:1px solid #bbbbbb;padding:4px; width:99%; font-family: Arial, Helvetica, sans-serif;  }
input[type=submit]{padding-left:5px;}
input:focus,textarea:focus{color:#000;border:1px solid #999999;background-color:#f9f9f9; }
.errors{font-size:1em;color:red}
label{font-size:1em;color:#000;}
.srt_exp{font-size:0.8em;color:#999999}
.strqrd{font-size:1.1em;color:#900}
.tabsection { display:block; margin-top:10px; clear:both; }
.tabname { display:block;background-color:#f6f6f6; width:130px; padding:5px 5px 5px 8px; border-top:1px solid #cfcfcf; border-left:1px solid #cfcfcf; border-right:1px solid #cfcfcf; text-align:left; font-weight:bold; float:left;}
.tabnamesl {  border-top:0px !important; }






