.ui-field-contain{
	margin-top:0px;
	margin-bottom:5px;
}


.successbox, .warningbox, .errormsgbox {
 font-weight:bold;
 border: 2px solid;
 margin: 10px 0px;
 padding:15px 10px 15px 70px;
 background-repeat: no-repeat;
 background-position: 10px center;
 wwidth:600px;
 width:100%;
}
.successbox {
 color: #4F8A10;
 background-color:#EDFCED;
 background-image:url('../img/success.png');
}
.warningbox {
 color: #FF5A01;
 background-color:#FAF9C9;
 background-image: url('../img/warning.png');
}
.errormsgbox {
 color: #D8000C;
 background-color:#FDD5CE;
 background-image: url('../img/error.png');
}
.messagemsgbox{
 font-weight:bold;
 border: 2px solid;
 margin: 10px 0px;
 padding:15px 10px 15px 10px;
 background-repeat: no-repeat;
 background-position: 10px center;

}
.messagemsgbox {
 color: blue;
 background-color:#DFDFFF;

}
