body {
	margin: 0;
	padding: 0;
	background: #e6e9b0 url(/images/smsservice/bgMain.jpg) repeat-x;
}

img {
	border: 0;
}

#main {
	position: relative;
	width:920px;
	margin: auto;
	margin-top: 18px;
	margin-bottom: 20px;
	
}

#top {
	margin: 0px;
	padding: 0px;
	width: 920px;
	height: 206px;
	background: url(/images/smsservice/top.gif) no-repeat;
}

#contentHolder {
	clear: both;
	width: 876px;
	background: #FFFFFF;
	margin-left: 34px;
}


#form {
	float: left;
	width: 500px;
	height: 409px;
	margin-left: 25px;
}

#rightColumn {
	float: right;
	width: 323px;
	height: 444px;
	background: url(/images/smsservice/bgRigthCoulmn.gif) no-repeat;

	
}

#footer {
	clear: both;
	width: 851px;
	height: 31px;
	background: #dfdfdf;
	margin-left: 34px;
}

.menu {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

a.menu {color: #FFFFFF; text-decoration: none;}
a.menu:hover {color: #FFFFFF; text-decoration: underline;}

a.green {color: #a0c016; text-decoration: underline;}

a.white {color: #FFFFFF; text-decoration: none;}

.green16 {
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	color: #a0c016;
}

.listblack11 {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 17px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.listgrey11 {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #737373;
	line-height: 17px;
	padding-top: 5px;
	padding-bottom: 5px;
}

a.grey {color: #737373;  text-decoration: underline;}

.grey11 {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #737373;
	line-height: 17px;
}

.grey12 {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #737373;
	line-height: 19px;
}

.black11 {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.black17b {
	font-family: arial, helvetica, sans-serif;
	font-size: 17px;
	color: #000000;
	font-weight: bold;
}

a.black11 {
	color: #000000;
	text-decoration: underline;
}

.white10 {
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

.white11 {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 17px;
}

.white12 {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 17px;
}

.white17b {
	font-family: arial, helvetica, sans-serif;
	font-size: 17px;
	color: #FFFFFF;
	font-weight: bold;
}

.error11 {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: RED;
	font-weight: bold;
	line-height: 17px;
}

.formTxt {
	font-family: Trebuchet MS, Sans-Serif;
	font-size: 11px;
	color: #4d4d4d;
}

.loginformTxt {
	font-family: Trebuchet MS, Sans-Serif;
	font-size: 11px;
	color: #a0c016;
}

.input {
	font-family: Trebuchet MS, Sans-Serif;
	font-size: 12px;
	color: #737373;
	border: #a0c016 2px solid;
	background: #FFFFFF;
	width: 162px;
}

.inputX {
	font-family: Trebuchet MS, Sans-Serif;
	font-size: 12px;
	color: #737373;
	border: #a0c016 2px solid;
	background: #FFFFFF;
}

.formContainer {
    background: #e9e7d9;
    padding: 20px;
    margin-top: 10px;
}