#main
{
	direction:rtl;
	width:1349px;
	height:100%;
	margin-top:-8px;
	margin-left:-8px;
	margin-bottom:-7px;
	background-color:#d7e0e4;
	font-family:Arial, Helvetica, sans-serif;
}
#bg{
	background:url('images/bg.png') no-repeat top center;
	width:100%;
	height:100%;
}
#bground{
	background:url('images/body-round.png') no-repeat top center;
	width:100%;
	height:100%;
}
#login_text{
	color:#3049a7;
	position:relative;
	padding-top:105px;
	padding-right:320px;
}
#login_image{
	width:24px;
	position:absolute;
	padding-top:-900px;
	padding-right:10px;
}
#content{
	width:100%;
	text-align:center;
	padding-top:35px;
	display:inline-block;
}
.headerBox
{
	background:url('images/box-top-large.png') no-repeat center top;
	color: #3049a7;
	height: 80px;
	text-align:center;
	vertical-align:text-bottom;
	line-height:43px;
	width:100%;
	margin-top:-2px;
	font-weight:bold;
	font-size:24px;
}
.Box
{
	display:inline-block;
	border:#c7d1d5 1px solid;
	background-color:#f8fafb;
	text-align:center;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
.mainBox
{
	width:1100px;
	padding-bottom:30px;
	margin-bottom:50px;
	height:100%;
	min-height:650px;
}
.iconBox
{
	background:#bec6d2;
	border:#21477e 1px solid;
	width:200px;;
	height:200px;
	margin:5px;
}
.iconText
{
	width:200px;
	color:#000;
	float:right;
	margin-top:135px;
	font-weight:bold;
	font-size:18px;	
}
.iconImage
{
	width:70px;
	height:20px;
	float:right;
	margin-top:10px;
	margin-right:30px;
}
.MainBoxes
{
}

#logo-link { 
		position: absolute; 
		top: 8px; 
		left: 890px; 
		width: 280px; 
		height: 87px; 
		background-color: transparent; 
		z-index:60000;
		}	
#logo-link1 { 
		position: absolute; 
		top: 48px; 
		left: 1040px; 
		width: 130px; 
		height: 87px; 
		background-color: transparent; 
		z-index:60000;
		}
		
.rounded-corners
{
		-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
}

input
{
}