HTML,BODY 
	{
	height:100%;
	}
BODY
	{
	padding:0; 
	margin:0; 
	border:0;
 	font:0.6em Verdana, Arial, Sans-serif;
	background: #B4C2CB;
	text-align:center;
}
a {
        text-decoration: underline;
        color:#0a57a4;
}
a:visited{
        text-decoration: underline;
        color:#0a57a4;
}
.smstable{
	width: 100%;
	border: solid 1px #B4C2CB;
}
.smstable td{
	border: solid 1px #eee;
	height: 30px;
}
.layout{
	width: 772px;
	background: #fff;
	border: solid 1px #DDE6EB;
	border-width: 3px;
}
.mid{
	background: url(images/top_bg.gif) repeat-x top left;
	padding: 0px;
	height: 250px;
        width: 100%;
}
.tdl{
	text-align:right;
	background: #DDE6EB;
	padding-right: 10px;
}
.tdr{
	text-align:left;	
}
.input{
	font: 90% Verdana, Arial, Sans-serif;
	padding: 3px;
}
.but{
	font: 90% Verdana, Arial, Sans-serif;
	background: #DDE6EB;
	border: outset 1px #B4C2CB;
	padding: 3px;
}
.smsfoot{
	background: #eee;
}
.header{
	text-align:left;
	padding: 0px 20px;
	color: #808080;
	border-bottom: solid 1px #B4C2CB;
	height: 100px;
	background: url(images/smsheader.jpg) no-repeat top right;
}
.footer{
	background: #DDE6EB;
	text-align:left;
	padding: 10px 20px;
	color: #808080;
	border-top: solid 1px #B4C2CB;
}
.msg{
	color: #CC0000;
	font-size: 110%;
	font-weight: bold;
}
.leftm{
	width: 20%;
	border-right: solid 1px #B4C2CB;
	padding: 0px;
	background: #DDE6EB;
	vertical-align: top;
}
.mitem{
	
	border: solid 1px #FFF;
}
.mitem td{
	border: solid 1px #FFF;
	background: #DDE6EB;	
	text-align: left;
	font-size: 110%;
}
.mitem a, .mitem a:visited{
	display:block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	color:#0a57a4;
	padding-left: 20px;
}
.mitem a:hover{
	background:#6192b1;
	color: #fff;
}
.mitem td.icon{	
	width: 30px;
	background: #6192b1 url(images/icon.gif) no-repeat center center;
	border-bottom: solid 1px #90bad4;
	border-right: solid 1px #6192b1;
}
