html, body 
{
	margin: 0px;	
	color: #000000;	
	background-color: #ffffff;
  	font-family: Verdana, Tahoma;
	font-size: 14px;
	line-height: 2em;
	font-weight: normal; 

}

*{
	margin:0; 
	padding:0; 
	list-style: none;
} 

a img 
{
	border: 0;
}

a 
{
	color: #0071d0;
	text-decoration: underline;
}

a:hover
{
	color: #FFFFFF;
	background-color: #0071d0;
	text-decoration: none;
}

/*** body,header,banner *****/
#header {
	background: url("../images/header/menu_background.gif") repeat-x;
	height: 119px;
	text-align: right;
}

#container {
	width: 800px;
	margin: 0 auto;
}


#title {
	clear: both;
	overflow: hidden;
	height: 90px;
}

#title .logo {
	height: 90px;
	float: left;
	padding: 10px;
}

#title .motto{
	float: right;
	min-height: 80px;
	padding-top: 15px;
}
#banner {
	background-color: #ffffc3;
	border-bottom: 1px solid #D9D9AB;
	border-top: 1px solid #D9D9AB;
	padding: 10px 0px;
	min-height: 80px;
	
}


#content{
	padding-top:15px;
	padding-bottom:5px;
}
.message-panel {
	width:98%;
}

.message-panel .error {
	width:98%;
    color: #D8000C;
    background-color: #FFBABA;
	margin: 5px 20px 5px 15px;
	padding: 3px;
	border: 1px solid;
	position: relative;
}

.message-panel .warning {
	width:98%;
    color: #9F6000;
    background-color: #FEEFB3;
	border: 1px solid;
	margin: 5px 20px 5px 15px;
	padding: 3px;
	position: relative;
}

.message-panel .info {
	width:98%;
 	color: #00529B;
    background-color: #BDE5F8;
    border: 1px solid;
	margin: 5px 20px 5px 15px;
	padding: 3px;
	position: relative;
}
/** Django default **/
.errorlist{
    color: #D8000C;
    background-color: #FFBABA;
	margin: 0px;
	padding: 2px;
	border: 1px solid;
	position: relative;
}
/***** Main menu *********/
#header ul.menu {
	float: right;
	margin: 0;
}
#header ul.menu li {
	list-style: none;
	display: block;
	float: left;
	height: 29px;
	_width: 1px;
}

#header ul.menu .active, #header ul.menu a.active:hover {
	display: block;
	height: 29px;
	font-weight: bold;
	line-height: 24px;
	padding: 0 15px;
	color: #ffffff;
	background: url("../images/header/tab_active.gif") repeat-x;
}

#header ul.menu a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	height: 29px;
	font-weight: bold;
	line-height: 24px;
	padding: 0 15px;
}

#header ul.menu a:hover {
	background: url("../images/header/tab_hover.gif") repeat-x;
}

/***** footer ******/

#footer {
	font-size: 11px;
	background-color: #0D83DD;
	color: #FFF;
	text-align: center;
	border-top: 4px solid #fcda08;
	padding-top: 10px;
	clear: both;
	margin-top: 30px;
	min-height: 100px;
}
#footer a, #footer a:hover, #footer a:visited{
	color: #ffffff;
}
#footer a:hover{
	color: #ffffff;
	background-color: #0D83DD;
}

/*******  Text **********/
.blur{
	background-color: #ccc; /*shadow color*/
	color: inherit;
	margin-left: 4px;
	margin-top: 4px;
}
.shadow,
.content{
	position: relative;
	bottom: 2px;
	right: 2px;
}

.shadow{
	background-color: #999; /*shadow color*/
	color: inherit;
}

.content{
	background-color: #fff; /*background color of content*/
	color: #000; /*text color of content*/
	border: 1px solid  #999; /*border color*/
	padding: .5em 2ex;
}

.price-table{
	background: #fcfce1;
	font-size:14px;
	padding: 20px;
	border:solid 1px #39F;
}
.price-table .title{
	color:#666666;
	font-weight: bold;
	
}
table.product-table{
	background: #fcfce1;
	font-size:16px;
	border:solid #39F;
	border-width:1px 0 0 1px;

}
.product-table td{
	border:#39F solid;
	border-width: 0 1px 1px 0;
	
}
.highlight{
	color: #000;
}
.subnote {
	font-size: 12px;
	color: #000;
	text-indent: 10pt;
	padding-left: 10px;
}
.blur .shadow .content ul strong  {
	color: #F00;
}
a.highlight-link  {
	font-weight: bold;
	font-size: x-large;
	text-decoration:underline;
}
a:hover.highlight-link {
	font-weight: bold;
	font-size: x-large;
}

.home-feature-note {
	font-size: 12px;
}
.subtitle {
	font-size: large;
	font-weight: bold;
	line-height: 1.5;
}
h3{
	font-size: large;
	font-weight: bold;
	line-height: 1.5;

}
.hosting-error{
	background: url("../images/error.png")  no-repeat; 
	padding-left:65px;
	font-size: 16px;	
	min-height:65px;
	_height:65px;
	
}
.hosting-msg{
	background: url("../images/tick.png")  no-repeat;
	padding-left:65px;
	font-size: 16px;	
	min-height:65px;
	_height:65px;
}
.hosting-warning{
	background: url("../images/warning.png")  no-repeat;
	padding-left:65px;
	font-size: 16px;	
	min-height:65px;
	_height:65px;
}
.hosting-waiting{
	padding-left:65px;
	font-size: 16px;	
	min-height:65px;
	_height:65px;
}
.hosting-input label{
	font-size:16px;
	text-align:left;
}
.htitle{
	font-size:14px;
	text-align:left;
	font-weight: bold;
	color: #000;
}
.hosting-input input[type=text]{
	font-size:18px;
	height:22px;
	width:200px;
}
/**clone above for stupid IE **/
.hosting-input-ie{
	font-size:18px;
	height:22px;
	width:200px;
}
.hosting-btn{
	width:135px;
	height:40px;
	border:0px none;
	font-size: 20px;
	cursor:pointer;
	background: url('../images/login-btn-bk.png') no-repeat;
}
.hinput{
	-moz-border-radius-topleft:7px;
	-moz-border-radius-topright:7px;
	-webkit-border-top-left-radius:7px;
	-webkit-border-top-right-radius:7px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	-khtml-border-radius-bottomright: 7px;
	-khtml-border-radius-bottomleft: 7px;
	-khtml-border-radius-topright: 5px;
	-khtml-border-radius-topleft: 5px;
	background:#eaf3fe none repeat scroll 0 0;
	border:1px solid #aed2ee;
	text-align:left;
	margin:3px;
	padding:5px;
	display: table;
	overflow: hidden;
	width:660px;
}
.ginput{
	-moz-border-radius-topleft:7px;
	-moz-border-radius-topright:7px;
	-webkit-border-top-left-radius:7px;
	-webkit-border-top-right-radius:7px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	-khtml-border-radius-bottomright: 7px;
	-khtml-border-radius-bottomleft: 7px;
	-khtml-border-radius-topright: 5px;
	-khtml-border-radius-topleft: 5px;
	background:#eaf3fe none repeat scroll 0 0;
	border:1px solid #aed2ee;
	text-align:left;
	margin:3px;
	padding:5px;
	display: table;
	overflow: hidden;
	width:660px;
}
.download-div{
	-moz-border-radius-topleft:7px;
	-moz-border-radius-topright:7px;
	-webkit-border-top-left-radius:7px;
	-webkit-border-top-right-radius:7px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	-khtml-border-radius-bottomright: 7px;
	-khtml-border-radius-bottomleft: 7px;
	-khtml-border-radius-topright: 5px;
	-khtml-border-radius-topleft: 5px;
	background:#eaf3fe none repeat scroll 0 0;
	border:1px solid #aed2ee;
	text-align:left;
	margin:3px;
	padding:5px;
	display: table;
	overflow: hidden;
	width:660px;
}