/***** Main Layout ****/
#container {
  	width: 100%;
  	height: 100%;
  	text-align: center;/* IE fix to center the page */
}

#content {
  	width: 100%;
  	margin: 0 auto;/* center the page in Firefox */
  	text-align: left;
	padding: 20px;
}

.div-content
{
border:1px solid #aaaaaa;
-moz-border-radius:10px;
-khtml-border-radius:10px;
-webkit-border-radius:10px; 
border-radius: 10px;

}
.successbox, .warningbox, .errormsgbox {border: 2px solid;margin: 10px 0px;padding:15px 10px 15px 70px;background-repeat: no-repeat;background-position: 10px center;width:600px;margin-left:auto;margin-right:auto;-moz-border-radius:10px;-khtml-border-radius:10px;-webkit-border-radius:10px; border-radius: 10px;}
.successbox {color: #4F8A10;background-color:#EDFCED;background-image:url('../img/icons/success.png');}
.warningbox {color: #5c5f01;background-color:#FAF9C9;background-image: url('../img/icons/warning.png');}
.errormsgbox {color: #D8000C;background-color:#FDD5CE;background-image: url('../img/icons/error.png');}
/* ################################################################################################## */

