@CHARSET "ISO-8859-1";

/*Generic Definitions*/
body, form{
	margin: 0;
	padding: 0;
	font-family: verdana;
	font-size: 12px;
}

h2{
	color: #459FFF;
	padding:0;
	margin:5px;
	font-size:18px;
}

img{
	border: 0;	
}

div{
	/*border: 1px solid #cccccc;*/
}

.left{
	float: left;	
}

.right {
	float: right;	
}

.clear{
	clear: both;	
}
/*End Generic Definitions*/

.label{
	clear: both;
	width: 85px;
	font: bold 12px verdana;
	color:  #3faaf4;
	float: left;
	padding-top: 3px;
}
div#container{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	overflow: visible;
}

div#logo{
	margin-top: 19px;
}

div#circle{
	position: relative;
	background: url(/images/login-bg-1.gif) repeat-x;
	right: 40px;
	width: 245px;
	margin-right: -40px;
}

div#logincont{
	padding-top: 7px;
	background: url(/images/login-bg-1.gif) repeat-x;
	height: 102px;
	width: 300px;
}

div#login{
	padding: 10px 15px;
	background: url(/images/login-bg-2.gif) no-repeat;
	width: 269px;
	height: 84px;
}

input#btnForm{
	background-color: #fbfbfb;
	border: 1px solid #e7e7e7;
	color: #ff8400;
	margin: 1px;
	font-size: 14px;
}

input#siteURL, input#btnLoad, .formBTN{
	background-color: #fbfbfb;
	border: 1px solid #e7e7e7;
	color: #5b5b5b;
	margin: 1px;
	font-size: 26px;
	margin: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	overflow: visible;
}

.formBTN{
	font-size: 16px;
	font-weight: bold;
}

input#siteURL{
	width: 420px;
}

input#username, input#password{
	background-color: #fbfbfb;
	border: 1px solid #e7e7e7;
	color: #5b5b5b;
	width: 170px;
	margin: 1px;
}

input#username:hover, input#password:hover{
	border: 1px solid #c9c9c9;
}


div#urlBar{
	text-align: center;
	padding: 10px;	
}


div#lg-small{
	margin-top: 5px;
	float: left;
	color: #84c9f8;
	font-size: 10px;
}

#sub-login{
	position: relative;
	right: 90px;
	width: 390px;
	color: #ff8400;
	font: bold 12px verdana;	
}


#rem{
	vertical-align: middle;
}

#login-go{
margin-right: 10px;	
}

div#index_content, div#content{
	clear: both;
	float: left;
	width: 690px;
}

div#content{
	background: white url(/images/content-bg-1.gif) no-repeat top left;
	min-height:350px;
	height: auto !important;
	height: 350px;
	padding: 20px;
	padding-right: 42px;
	width: 608px;
	color: #3faaf4;	
}

div#navigation, div#nav-login{
	float: right;
	width: 200px;
	padding-left: 0px;
	padding-top: 40px;
}
div#nav-login{
	padding-top: 0;	
}

div #whatiscont{
	width: 609px;
	height: 85px;
	background: url(/images/what-is.gif) no-repeat;
	padding-left: 25px;
	padding-top: 46px;
	color: #fff;
	font-weight: bold;
}

div#what-is-blogheat{
	width: 400px;
}

div #howiscont{
	width: 540px;
	height: 85px;
	background: url(/images/how-is.gif) no-repeat;
	padding-left: 95px;
	padding-top: 46px;
	color: #fff;
	font-weight: bold;
}

div#howdoiuse{
	clear: both;
	padding-top: 16px;
	margin-bottom: 20px;
}


div#step1, div#step2, div#step3{
	float: left;
	margin-right: 18px;
}

div#how-is-blogheat-diff{
	width: 360px;
}

div#footer{
	padding-top: 60px;
	clear: both;
	font: 12px tahoma;
	color: #3faaf4;	
	width: 100%;
	text-align: center;
}

/*Register Page*/
#registerT{
	width: 600px;
	margin: 20px;	
}

.TDlabel{
	width: 180px;
	padding: 4px;
	color: #3faaf4;
	font-size: 14px;
	font-weight: bold;
}

.TDfield{
	width: 300px;
	padding: 4px;
}

#reg-step1{
	width: 180px;
	height: 138px;
	background: url(/images/reg-step-1.gif) no-repeat;
}

#reg-step2{
	width: 180px;
	height: 98px;
	background: url(/images/reg-step-2.gif) no-repeat;
}
#reg-step3{
	width: 180px;
	height: 98px;
	/*background: url(/images/reg-step-3.gif) no-repeat;*/
}

.error{
	color: #ff0000;	
}
.styleIn{
	background-color: #fbfbfb;
	border: 1px solid #e7e7e7;
	color: #5b5b5b;
	width: 160px;
	margin: 1px;
	font-size: 14px;
}

.styleIn:hover{
	border: 1px solid #c9c9c9;
}

div#footer .sm{
	font-size: 10px;	
}
a.register:link, a.register:visited, a.register:active {
	color: #ffb05c;	
}
a.register:hover{
	color: #ff8400;
}

a.orange:link, a.orange:visited, a.orange:active {
	color: #ff8400;
	text-decoration: none;
}
a.orange:hover{
	color: #ff8400;
	text-decoration: none;
}

a.footer:link, a.footer:visited, a.footer:active {
	color: #3faaf4;
	text-decoration: none;
}

a.footer:hover{
	color: #ff8400;
	text-decoration: none;
}
