@charset "utf-8";
/*@import url(font.css);*/
/* CSS Document */


/*****CLEAR*****/
.clear{clear: both;}
/*****HIDDEN*****/
.hidden{display: none;}

.align-left{text-align: left;}
.align-center{text-align: center;}
.align-right{text-align: right;}
.align-justify{text-align: justify;}

/********** DIV INFO **********/
.response{width: 80%; height: 44px; line-height: 40px; display: none; margin-left: 10%; float: left; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; position: fixed; bottom: 1%; z-index: 10000;}
    
.response .text{margin: 0 35px;}
.response-ok{border: 1px solid #9ADF8F; background: url(../images/icons/icon-ok.png) 8px 11px no-repeat #D5FFCE;}
.response-error{border: 1px solid #DF8F8F; background: url(../images/icons/icon-error.png) 8px 11px no-repeat #FFCECE;}
.response-info{border: 1px solid #A2B4EE; background: url(../images/icons/icon-info.png) 8px 11px no-repeat #DBE3FF;}
.response-attention{border: 1px solid #E6DB55; background: url(../images/icons/icon-attention.png) 8px 11px no-repeat #FFFBCC;}
/******************************************************/

