body {
	margin-top: 0px;
	background-image: url(../../img/webmail/Comcen/bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #84a9c6;
}
/*fonts*/


.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background-repeat: no-repeat;
	background-position: center center;
}

.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #333;
}

.heading-orange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #dc2007;
}


/* Text fields */
input,textarea,select{
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-border-radius:4px;
	font-size:1.1em;
	color:#666;
	margin-left:20px;
	padding:5px;
	font-family:"Lucida Grande","Helvetica
Neue",Helvetica,Arial,Verdana,sans-serif;
	z-index:100 !important;
	position:relative;
}
input{border:2px solid #ccc;background-color:#fff;}
input:focus,textarea:focus{border:2px solid #007dc2;background:#fff;}
input[type="radio"],input[type="checkbox"]{background:transparent
!important;border:0 !important;width:16px !important;}
input[type="radio"]{width:13px !important;}
button{outline:none;}
/* Textareas */
textarea{height:150px;padding:5px;border:2px solid
#ccc;font-size:1.1em;color:#666;background-color:#fff;}
/* Select fields */
select{border:2px solid #ccc;background:#fff;width:62%;padding:2px;}
select:focus{border:1px solid #999;background:#fff;}
/* required elements */

