﻿body
{
	margin: 0px;
	font-family:Tahoma;
	font-size:13px;
}

h1, h2, h3
{
	margin:0px 0px 15px 0px;
	border:0px;
}

h1
{
	font-size:16px;
}

h2
{
	font-size:14px;
}

h3
{
	font-size:15px;
}

p
{
	margin: 0px 0px 23px 0px;
	line-height:140%;
	text-align:justify;
}

ul
{
	margin-bottom:23px;
	margin-left:0px;
	padding-left:16px;
}

ul li
{
	line-height:140%;
	margin-bottom:10px;
}

.left
{
	float:left;
}

.right
{
	float:right;
}

.button_ok
{
	background-color:#67A54B;
	color:#ffffff;
	font-weight:bold;
	padding:1px;
}

.ad
{
	margin-bottom:23px;
	overflow:hidden;
}

.ad .b
{
    border:1px solid #000000;
}

.ad .t
{
    border:1px solid #dddddd;
}

.ad .ad_title 
{
    font-family:Arial;
    font-size:10px;
    color:#888888;
    text-align:right;
}

a:link, a:visited, a:hover
{
	text-decoration:none;
	color:#003366;
}

.errorbox
{
    background-image:url(/img/warning.gif);
    background-repeat:no-repeat;
    padding-left:40px;
    padding-top:10px;
    padding-right:10px;
    padding-bottom:10px;
    background-color:#FFD9D9; 
    border:1px solid #FF6F6F;
    margin-bottom:20px;
}
.infobox
{
    background-color:#F2F5FE;
    border:1px solid #DBE3FF;
    background-image:url(/img/info.gif);
    background-repeat:no-repeat;
    padding-left:40px;
    padding-top:10px;
    padding-right:10px;
    padding-bottom:10px;
    margin-bottom:20px;
}


.validation_error
{
	font-size:11px;
	font-weight:normal;
}

.inputtext, .inputselect
{
	font-size:13px;
	padding:1px;
}

.subtext
{
	color:#999999;
}

#top_ad
{
    width:770px;
    margin:0px auto;
    margin-top:8px;
}


#head, #content, #bottom
{
	width:797px; /* 470 + 20 + 302 = 787 */
	overflow:hidden;
}

#head, #content
{
	margin:0px auto 15px auto;
}

#bottom
{
	border-top:1px solid #cccccc;
	margin:30px auto 150px auto;
	padding-top:3px;
	text-align:center;
	color:#aaaaaa;
	font-size:12px;
}

#bottom .right a
{
    margin-left:14px;
}

/* head */

#head
{
    border-bottom:1px solid #cccccc;
    margin-top:20px;
}

#head #head_left 
{
	margin-top:10px;
}
#head #head_left a
{
	color:#003366;
	font-size:30px;
	font-weight:bold;
	text-decoration:none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

}

#head .head_right 
{
	margin-top:20px;
	color:#888888;
}

#head .head_right a
{
	margin-left:14px;
	
}

/* content */
#content
{
    
}

#content_left
{
    width:470px;
    float:left;
}

#content_right
{
    width:302px;
    margin-left:25px;
    float:left;
}

/* register box */
#content #registerbox
{
    margin-left:50px;
}

#content #registerbox a
{
    font-size:17px;
    font-weight:bold;
}

#content #registerbox span
{
    color:#888888;
    margin-left:35px;
    margin-right:35px;
}

#content #registerbox .button_ok
{
	font-size:15px;
	width:150px;

}

.sub_form_links
{
    margin-top:20px;
    font-size:11px;
}

/* form */

.form_content_space
{
	margin-bottom:10px;
}

.form_content_space2
{
	margin-bottom:20px;
}

.form_heading
{
	padding:2px;
	background-color:#eeeeee;
	color:#666666;
	margin-bottom:10px;
	font-size:12px;
}

.form_content
{
	overflow:hidden;
	font-size:12px;
}

.form_content .half
{
	width:229px;
	
}

.form_content .half1
{
	margin-right:10px;
}

.form_content .inputtext_half
{
	width:221px;
}

.form_content .inputtext_full
{
	width:460px;
}

.form_content .inputtext_full_multiline
{
	height:100px;
}

.form_content .inputselect_full
{
	width:468px;
}

.form_content .button_ok
{
	float:right;
	font-size:12px;
	padding:0px 10px 0px 10px;
}

/* sign in */
#content #signinform .inputtext
{
	margin-bottom:5px;
	width:460px;
}




/* sign up */
.signup_form .securitycodebox_heading
{
	font-weight:bold;
	font-size:11px;
}

.signup_form .securitycodebox
{
	border:1px solid #cccccc;
	padding:5px;
	width:210px;
}



/* send sms */
.sendsms_form
{

}



