/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


.hidden{
	display: none;
}

.login-box-content p{
	line-height: 18px;
}

.clearbr{
	clear: both;
	display: block;
	height: 1px;
	width: 1px;
	position: relative;
	top: -1px;
	overflow: hidden;	
}

body{
	background: #090712 url(../img/login_page_bg.jpg) top center no-repeat;
	text-align: center;
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.container{
	position: relative;
	width: 500px;
	text-align: left;
	margin: 0 auto;	
}

#header{
	height: 157px;
}

#header .logo{
	padding-top: 55px;
	padding-left: 155px;
}

#welcome{
	background: #2c2851 url(../img/login_page_header_bg.jpg) top left no-repeat;
	width: 500px;
	height: 46px;
	padding-top: 18px;
}

#content{
	background: #ededed;
	border-left: 1px solid #c3c3c3;
	border-right: 1px solid #c3c3c3;	
	width: 498px;
}

.login-box-content{
	padding-top: 20px;
	padding-left: 17px;
}

.login-box-content input.textinput{
	padding: 10px;
	width: 439px;
	border: 1px solid #cacaca;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #858484;
	font-size: 13px;
	margin-bottom: 15px;
	margin-top: 5px;
}

.login-box-content input.textinput:focus{
	border-color: #a2a2a2;
}

.login-box-content p{
	margin: 0;
}

.login-box-content input.check{
}

.login-box-content span{
	color: #787878;
	position: relative;
	top: 1px;
	left: 3px;	
}

.login-box-content input.sign-in{
	margin: 10px 10px 0 0; 
	float: left;
}

a.sign-up{
	display: block;
	text-indent: -9999px;
	width: 194px;
	height: 42px;
	overflow: hidden;
	background: url(../img/chooseplan.jpg) top left no-repeat;
	float: left;
	margin: 10px 0 0 0 
}

a.sign-up{
	display: block;
	text-indent: -9999px;
	width: 194px;
	height: 42px;
	overflow: hidden;
	background: url(../img/chooseplan.jpg) top left no-repeat;
	float: left;
	margin: 10px 0 0 0 
}

a.support-us{
	display: block;
	text-indent: -9999px;
	width: 194px;
	height: 42px;
	overflow: hidden;
	background: url(../img/supportbutton.png) top left no-repeat;
	float: left;
	margin: 10px 0 0 0 
}

a.sign-up:hover{
	background-position: bottom;
}

input.getpass{
	display: block;
	text-indent: -9999px;
	width: 194px;
	height: 42px;
	overflow: hidden;
	background: url(../img/getpassword.jpg) top left no-repeat;
	float: left;
	margin: 10px 0 0 0;
	border: 0px solid #fff;
	cursor: pointer;
}

input.getpass:hover{
	background-position: bottom;
}

input.continue{
	display: block;
	text-indent: -9999px;
	width: 194px;
	height: 42px;
	overflow: hidden;
	background: url(../img/continue.jpg) top left no-repeat;
	float: left;
	margin: 10px 0 0 0;
	border: 0px solid #fff;
	cursor: pointer;
}

input.continue:hover{
	background-position: bottom;
}


input.sign-up{
	display: block;
	text-indent: -9999px;
	width: 194px;
	height: 42px;
	overflow: hidden;
	/*background: url(../img/chooseplan.jpg) top left no-repeat;*/
	background: url(../img/sign_up.jpg) top left no-repeat;
	float: left;
	margin: 10px 0 0 0;
	border: 0px solid #fff;
	cursor: pointer;
}


input.support-us{
	display: block;
	text-indent: -9999px;
	width: 200px;
	height: 42px;
	overflow: hidden;
	/*background: url(../img/chooseplan.jpg) top left no-repeat;*/
	background: url(../img/supportbutton.png) top left no-repeat;
	float: left;
	margin: 10px 0 0 0;
	border: 0px solid #fff;
	cursor: pointer;
}

input.sign-up:hover{
	background-position: bottom;
}



a.continue{
	display: block;
	text-indent: -9999px;
	width: 194px;
	height: 42px;
	overflow: hidden;
	background: url(../img/continue.jpg) top left no-repeat;
	float: left;
	margin: 10px 0 0 0 
}

a.continue:hover{
	background-position: bottom;
}

label{
	font-size: 14px;
	color: #a2a2a2;
}

#footer{
	background: url(../img/login_page_footer.jpg) top left no-repeat;
	text-align: center;
	color: #e5e5e5;
	font-size: 11px;
	padding: 30px 0 0 0;	
}

#register{
	position: relative;

}

#register span{
	display: block;
}

#register span.ajax_loader{
	background: url('../img/ajax-loader.gif') no-repeat;
	width: 200px;
	height: 30px;
	float: left;
	margin-top: 12px;
	text-indent: 35px;
	display: none;
}

#tariffs{
	position: relative;

}

#tariffs span{
	display: block;
}

#tariffs span.ajax_loader{
	background: url('../img/ajax-loader.gif') no-repeat;
	width: 200px;
	height: 30px;
	float: left;
	margin-top: 12px;
	text-indent: 35px;
	display: none;
}



#tariffs table{
text-align: center;
border-bottom: 1px solid #c6c6c6;
border-right: 1px solid #c6c6c6;
margin-bottom: 10px;
color:#333;
}

#tariffs table td{

padding: 5px;
text-align: left;
border-top: 1px solid #c6c6c6;
border-left: 1px solid #c6c6c6;
color:#333;

}

#tariffs table th{
padding: 5px;
border-top: 1px solid #c6c6c6;
border-left: 1px solid #c6c6c6;
color:#333;
} 

#tariffs table label{

color: #333;
} 





h3.thanksyo{
	color: #342f60;
	font-weight: bold;
	font-size: 1.95em;
	padding: 0 0 15px 0;
}


.details{
    padding-top: 15px;
}

.details span{
    color: #342f60;
	font-weight: bold;
	font-size: 1.2em;
}
