@charset "utf-8";
/* CSS Document */

html, body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	background:#FFFFFF url(images/bg.png) 0 0 repeat;
}

a {
	font:12px tahoma;
	color:#00CC00;
	text-decoration:none;
}

a:hover {
	color:#0066FF;
	text-decoration:underline;
}


.clear {
	clear:both;
}

#container {
	width:100%
}

#body {
	width:750px;
}

#header {
	width:750px;
	height:90px;
	text-align:left;
}

.logo {
	background:url(images/logo.png) 0 0 no-repeat;
	width:155px;
	height:80px;
	cursor:pointer;
	float:left;
}

.buttonsA {
	width:200px;
	height:30px;
	float:right;
	margin:40px 20px 0 0;
}

.buttonsB {
	width:450px;
	height:30px;
	float:right;
	margin:40px 20px 0 0;
}

.signup {
	background:url(images/button-signup.png) 0 0 no-repeat;
	width:95px;
	height:28px;
	float:left;
	cursor:pointer;
}

.login {
	background:url(images/button-login.png) 0 0 no-repeat;
	width:95px;
	height:28px;
	float:right;
	cursor:pointer;	
}

#admin {
	cursor:pointer;
}

.admin-menu {
	float:left;
	display:none;
	font:normal 8px tahoma;
	padding:0 10px;
}

.login-box {
	background:url(images/login-box.png) 0 0 no-repeat;
	width:279px;
	height:268px;
	position:relative;
	z-index:1000;
	float:right;
	top:5px;
	display:none;
}

.loginbox-ttl {
	background:url(images/box-ttl.png) 0 0 no-repeat;	
	width:145px;
	height:45px;
	float:left;
}

.close {
	background:url(images/close.png) 0 0 no-repeat;
	width:32px;
	height:45px;
	float:right;
	cursor:pointer;
}

.loginfield {
	width:228px;
	height:55px;
	margin:10px 0;
	text-align:left;
	font:bold 11px arial, tahoma;
	text-transform:uppercase;
	color:#FFFFFF;
}

.textbox {
	font:bold 15px Arial, Helvetica, sans-serif;
	background:url(images/textbox.png) bottom right no-repeat;
	border:0;
	width:223px;
	height:26px;
	padding-top:10px;
	padding-left:5px;
}

.textboxA {
	font:bold 15px Arial, Helvetica, sans-serif;
	border:1px solid #777777;
	background-color:#222222;
	width:223px;
	height:26px;
	padding-top:10px;
	padding-left:5px;
	color:#CCCCCC;
}

.submitbt {
	background:url(images/submit.png) 0 0 no-repeat;
	border:0;
	width:65px;
	height:34px;
	float:right;
	cursor:pointer;
}


.site-body {
	font:11px tahoma, arial;
	color:#AAAAAA;
	width:750px;
}

.body-color {
	background-color:#282828;
}

#footer {
	width:750px;
	font:10px tahoma,arial;
	color:#999999;
	margin:5px 0;
	margin-bottom:40px;
}

#footer a{
	color:#494A4A;
	text-decoration:none;
}

#footer a:hover{
	color:#38C716;
}

.textA {
	font:normal 11px tahoma,  Arial, Helvetica, sans-serif;
	color:#999999;
}

.freesms {
	background:url(images/sms.png) 0 0 no-repeat;
	width:253px;
	text-align:center;
	padding-top:140px;
	float:left;
}

.feature {
	width:100%;
	font:normal 15pt Georgia, "Times New Roman", Times, serif;
	color:#555555;
	text-align:left;
}

.features {
	width:350px;
	float:right;
	font:normal 15pt Georgia, "Times New Roman", Times, serif;
	color:#555555;
	display:none;
}

.features strong, .feature strong {
	font:bold 2em Arial, Helvetica, sans-serif;
	color:#48C22B;
}

.error {
	font:normal 16px Georgia, "Times New Roman", Times, serif;
	color:#990000;
}

.register {
	background:url(images/button-register.png) 0 0 no-repeat;
	width:95px;
	height:28px;
	float:left;
	cursor:pointer;
}

.loginbt {
	background:url(images/submit.png) 0 0 no-repeat;
	border:0;
	width:65px;
	height:34px;
	cursor:pointer;
}

.sendsms {
	background:url(images/button-sendsms.png) 0 0 no-repeat;
	width:95px;
	height:28px;
	float:left;
	cursor:pointer;	
	margin-right:10px;
}

.mysms {
	background:url(images/button-mysms.png) 0 0 no-repeat;
	width:95px;
	height:28px;
	float:left;
	cursor:pointer;
	margin-right:10px;		
}

.account {
	background:url(images/button-account.png) 0 0 no-repeat;
	width:95px;
	height:28px;
	float:left;
	cursor:pointer;	
	margin-right:10px;	
}

.logout {
	background:url(images/button-logout.png) 0 0 no-repeat;
	width:95px;
	height:28px;
	float:left;
	cursor:pointer;	
	margin-right:10px;	
}

.th {
	font:bold 12px Georgia, "Times New Roman", Times, serif;
	color:#999999;
	background-color:#333333;
	padding:2px;
}

.normal {
	font:normal 11px tahoma;
	color:#CCCCCC;
	padding:1px 0;
}

#paging {
	font:bold 11px tahoma, arial;
	color:#48C22B;
	text-decoration:none;
}

#paging a{
	font:normal 11px tahoma, arial;
	color:#999999;
	text-decoration:none;
}

#paging a:hover{
	color:#FF7F00;
	text-decoration:underline;
}



