/**
 * WARNING
 */
/*.warning {*/
/*    background: url("/images/iconWarning.png") no-repeat #FEC066 !important;*/
/*    background-size: contain !important;*/
/*    border: 1px solid red !important;*/
/*    padding: 5px 5px 5px 55px !important;*/
/*    position: relative !important;*/
/*    clear: both;*/
/*    color: #000000;*/
/*    min-height: 32px;*/

/*}*/

.warning{
    background-color: #FEC066 !important;
    background: url("/images/iconWarning.png") no-repeat scroll left center content-box padding-box;
    padding: 2px;
    background-size: contain;
    min-height: 16px;
    text-align: center;
}
.warning.noIcon {
    background: none repeat scroll 0 0 #FEC066 !important;
    padding: 2px !important;
}

.warning.noticeText{
    height: auto;
    text-align: center;
    line-height: 20px;
    font-weight: bold;
    color: red;
}
.error {
	color: red;
}
.errorInput {
	border: 2px solid red;
}
