﻿/* CSS Document */
/*body{
	margin: 0px;
	padding: 0px;
	color: #252525;
	background-color:#FFFFFF;
	font: 85% Arial,Tahoma,Verdana,sans-serif;
}  */
img
{
	border:none;
}
p,h1,h2,h3,h4,h5{
	margin:0px 0px 10px 0px;
	padding: 0px;
}
a
{
	color:#333;
	text-decoration:underline;
}
a:hover
{
	text-decoration:none;
}

h1{
	color:#FFF; 
	font-size:30px;
	font-weight:normal;
	text-decoration: none;
}
h2{
	font-size: 18px;
	color: #1C1C1C;	
	text-decoration: none;
}
.h2_hover:hover
{
	color: #1C1C1C;	
	text-decoration:underline;
}
h3{
	font-size: 14pt;
	color: #E05400;
	text-decoration: none;
}
h4{
	font-size: 12pt;
	color: #1C1C1C;
	text-decoration: none;
}
h5{
	font-size: 12pt;
	color:#ff9100;
	text-decoration: none;	
}

#header_gray_strip
{
	background-position: top;
	width:100%;
	height:3px;
	background:#969696;
}
#header_wrap{
	background-position: top;
	width: 100%;
	height:90px;
	margin: 0px auto 0px auto;
	overflow:hidden;
	background: -moz-linear-gradient(top, #e2e2e2 0%, #FFFFFF 30%);                            
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e2e2e2), color-stop(30%, #FFFFFF));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2e2e2', endColorstr='#FFFFFF');
}
#header_content{
	width:999px;
	margin: 0px auto 0px auto;
}
#header_logo{
	float:left;
	margin-top:10px;	
}
#header_qucik_links
{
	float:left;
	line-height:normal;
	background-repeat:no-repeat;
	height:26px;
	width:233px;	
	margin-top:-2px;
	margin-left:530px;

}
#header_qucik_links ul{
	margin:0;
	padding:0;
	list-style:none;
	margin-left:20px;
}
#header_qucik_links li{
	display:inline;		
	padding:0;	
}
#header_qucik_links a {
	float:left;	
	margin:0;	
	text-decoration:none;
	color: #FFFFFF;
	margin-top:4px;
	padding-right:10px;
	padding-left:10px;
	height:15px;	
	border-right-width: 1px;
	border-right-style: double;
	border-right-color: #FFFFFF;
}
#header_qucik_links a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}

#header_menu {
	float:left;
	width:690px;
	margin: 24px auto 0px 20px;
	font-family:Arial,Tahoma,Verdana,sans-serif;
	font-size: 10.5pt;
}
#header_menu ul{
	margin:0;
	padding:0px;
	list-style:none;
}
#header_menu li{
	float:left;
	display:inline;
	padding:0;
	margin-left:2px;
	margin-right:2px;
	font-weight:bold;
}
#header_menu a {
	float:left;
	margin:0;	
	text-decoration:none;
	color: #282828;
	height:25px;
}
#header_menu a:hover {
	background:#ababab;
	color: #FFFFFF;
	border-radius: 8px;
}
#header_menu a span {
	float:left;
	padding-top:4px;
	padding-left:5px;
	padding-right:5px;
}
#header_menu a:hover span {
	color:#FFFFFF;
}
.header_menu_active
{
	background:#ababab;
	color: #FFFFFF;
	border-radius: 8px;
	height:22px;
}
#signup_menu {	
	float:left;
	margin-top:18px;
	margin-left:-8px;
	font-weight:bold;
	font-family:Arial,Tahoma,Verdana,sans-serif;
	font-size: 12pt;
}

#signup_menu a {
	float:left;
	color:#FFFFFF;
	padding:8px;
	background:#d14836;
	text-decoration:none;
	border-radius:6px;
}
#signup_menu a:hover {
	background:#c53727;
	color: #FFFFFF;
	padding:8px;
}

#banner_wrap
{
	clear:both;
	float:left;
	background:#ffa304;
	background-position: top;
	width: 100%;
	height:212px;
	margin: 0px auto 0px auto;
	overflow:hidden;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
}

#banner_content{
	width:990px;
	margin: 0px auto 0px auto;
	background:#999;
}

#banner_text_conatiner
{
	clear:both;
	float:left;
	width:560px;
}
.bannerCounter
{
	border: 2px solid #f3f5f2;
	color:#7b7b7b;
	padding-left:2px;
	padding-right:2px;
	text-align:center;
	font-size:32px;
	border-radius:6px;
	background-color: #EDF0EC;
}
.baanerColon
{
	font-size:36px;
}
#plans_wrap
{
	clear:both;
	float:left;
	background:#f4f4f4;
	background-position: top;
	width: 100%;
	height:450px;
	margin: 0px auto 0px auto;
	overflow:hidden;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c6c6c6;
}
#plans_content{
	width:999px;
	margin: 0px auto 0px auto;
}

.plans_container
{
	float:left;
	height:410px;
	width:310px;
	border-radius: 10px;
	margin-left:10px;
	margin-right:11px;
	margin-top:20px;
	border: 1px solid #303030;
}
.plans_container_top
{	
	background:#303030;
	border-top-left-radius:6px;
	border-top-right-radius:6px;
	height:38px;
	
			
}
.plans_container_top div
{
	padding-top:10px;
	text-align:center;
	color:#FFFFFF;
	font-size:15px;
	font-weight:bold;
}
.plans_container_gradient
{
	height:372px;
	background:#FFF;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	background: -moz-linear-gradient(top, #FFFFFF 50%, #e2e2e2 100%);                            
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #FFFFFF), color-stop(100%, #e2e2e2));
	

}
.plans_container_gradient a
{
	background:#00a2ff;
	padding-left:15px;
	padding-right:15px;
	padding-top:5px;
	padding-bottom:5px;
	border-radius: 10px;
	color:#002947;
	text-decoration:none;
	font-size:14px;
}

.plans_container_gradient a:hover
{
	color:#FFFFFF;
}

#main_wrap{
	clear:both;
	background-position: top;
	width: 100%;
	margin: 0px auto 0px auto;
	overflow:hidden;
}
#main_content{
	width:999px;
	margin: 20px auto 0px auto;
	
}

.orange_box
{
	float:left;
	width:400px;
	height:120px;
	border-radius: 8px;
	background:#fd9e02;
	margin-bottom:20px;
	padding:10px;
}
}
.gray_box
{
	float:left;
	width:100%;
	background-position: top;
	margin: 0px auto 0px auto;		
	
	border-radius: 8px;
	background:#eceaea;
	background: -moz-linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%);                            
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5), color-stop(100%, #e5e5e5));
	margin-bottom:20px;
	padding:10px;
}


.ExistingTextBox{
	color:#5B5B5B;	
	font-size: 18pt;
	border: 1px solid #B5B5B5;
	
}
.blue_button
{
	
	background:#018dff;
	height:35px;
	font-size:11pt;
	color:#1C1C1C;
	padding-left:10px;
	padding-right:10px;
	padding-top:2px;
	padding-bottom:2px;
	text-decoration:none;
	font-weight:bold;
	border-radius: 6px;
}
.orange_small_button
{
	background:#fb9908;
	height:20px;
	font-size:12px;
	color:#1C1C1C;
	padding:8px;
	text-decoration:none;
	font-weight:bold;
	border-radius: 6px;
}
.button
{
	background:#fb9908;
	height:40px;
	font-size:10pt;
	color:#1C1C1C;
	padding:10px;
	text-decoration:none;
	font-weight:bold;
	border-radius: 6px;
}

.black_button
{
	background:#3a3b3f;
	height:40px;
	font-size:10pt;
	color:#B1B1B4;
	padding:10px;
	text-decoration:none;
	font-weight:bold;
	border-radius: 6px;
}

#footer_container_top{
	clear:both;
	float:left;
	background-position: top;
	background:#414143;	
	width: 100%;
	height:30px;
	margin: 20px auto 0px auto;
}

#footer_container_bottom{
	clear:both;
	float:left;
	background-position: top;
	background:#646464;	
	width: 100%;
	height:60px;
	margin: 0px auto 0px auto;
}
#footer_content{
	width:999px;
	margin: 0px auto 0px auto;
	text-align:center;
}
.footer_links
{		
	width:999px;	
	margin: 0px auto 0px auto;
	line-height:normal;
	font-size:12px;
	text-align:center;
}
.footer_links ul{
	margin:0;
	padding:0;
	list-style:none;

}
.footer_links li{
	display:inline;		
	padding:0;	
}
.footer_links a {
	margin:0;	
	text-decoration:none;
	color: #bcbcbc;
	margin-top:4px;
	padding-right:12px;
	padding-left:12px;
	border-right-width: 1px;
	border-right-style: double;
	border-right-color: #bcbcbc;
}
.footer_links a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}


#plan_banner_wrap
{
	clear:both;
	float:left;
	background:#fda102;
	background-position: top;
	width: 100%;
	height:70px;
	margin: 0px auto 0px auto;
	overflow:hidden;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
}
#plan_banner_content{
	width:990px;
	margin: 0px auto 0px auto;
	background:#999;
}

#plan_banner_heading
{
	clear:both; 
	float:left;  
	height:40px; 
	color:#FFF; 
	font-size:34px; 
	margin-top:10px;
}
#plan_banner_text
{
	clear:both; 
	float:left; 
	height:38px;
	color:#FFF; 
	font-size:16px;"
}
#plan_banner_bar
{
	clear:both; 
	float:right;	
}
#plan_banner_bar span a
{
	float:left;
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	padding:10px;
	margin-right:10px;
	text-decoration:none;
	background:#00a2ff;
	border-bottom-left-radius:6px;
	border-bottom-right-radius:6px;


}

#plan_banner_bar span a:hover
{
	float:left;
	color:#FFFFFF;
	background:#fe9c01;
	text-decoration:none;
	border-bottom-left-radius:6px;
	border-bottom-right-radius:6px;

}

.plan_banner_bar_selected a
{
	float:left;
	color:#FFFFFF;
	background:#fe9c01;
	text-decoration:none;
	border-bottom-left-radius:6px;
	border-bottom-right-radius:6px;

}

.page_main
{
	 clear:both; 
	 float:left; 
	 width:999px;
	 margin-top:20px;
}
.seo_page_left
{
	 float:left;
	 margin-right:29px;
	 width:725px;	 
}
.seo_page_right
{
	 float:left; 
	 width:245px;	 	 
}
.page_left
{
	 float:left;
	 margin-right:29px;
	 width:720px;	 
}
.page_right
{
	 float:left; 
	 width:250px;	 	 
}
.page_bar_orange
{
	clear:both;
	float:left;
	width:670px;
	background:#ff9100;
	margin-bottom:15px;
	border-top-left-radius:6px;
	border-bottom-left-radius:6px;
	border: 2px solid #EF8A01;
	padding-left:10px;
	padding-top:3px;
	padding-bottom:3px;
	color:#FFF;
	font-size:20px;
}



.page_bar_gray
{
	float:left;
	background:#858585;
	margin-bottom:15px;
	border-top-right-radius:6px;
	border-bottom-right-radius:6px;
	border: 2px solid #6e6e6e;
	padding-left:10px;
	padding-right:10px;
	padding-top:3px;
	padding-bottom:3px;
	color:#FFF;
	font-size:20px;
}

.feature_service_box
{
	float:left;
	width:330px;
	margin-left:10px;
	margin-right:20px;
	min-height:100px;
	margin-bottom:10px;
}

.feature_service_opt_box
{
	clear:both;
	float:left;
	width:720px;
	margin-left:10px;
	margin-right:20px;
	min-height:90px;
	margin-bottom:10px;
	background:#fff0d9;
	border-radius:10px;
	
}

.feature_service_opt_box h4
 {
	 margin-top:10px; 
	 margin-left:10px; 
	 color:#4c4841;
	 font-size:18px;
	 
 }
 
.container1
{
	margin: 5px 10px;
    clear:both;
	float:left;
	width: 369px;
}

.container2
{
	margin: 0px 5px 20px 20px;
    clear:both;
	float:left;
	width: 330px;
}

.container-asp-placeholder
{
	margin: 5px 10px;
    clear:both;
	float:left;
	width: 100%;
}

.container-asp-placeholder2
{
	/*margin: 5px 10px;*/
	margin: 5px 10px 5px 0;
    clear:both;
	float:left;
	width: 100%;
}

.container-asp-placeholder-affiliate {
    clear: both;
    float: left;
    width: 100%;
    height:100%;
}
.label
{
	float:left;
	width:135px;
	margin-right:10px;
}

.label_lt_gray
{
	float:left;
	width:135px;
	margin-right:10px;
    font-size:14px;
    color: #464646;
}
.label_lt_gray_rt
{
	float:right;
	width:225px;
	margin-right:10px;
    font-size:14px;
    color: #464646;
}

.object
{
	float:left;
	width:138px;
	margin-right:10px;
}
.opt
{	
	float:left;
	width:5px;
	color:#900;
	font-size:18px;
	margin-right:10px;
}
.error
{
	clear:both;
	float:left;
	width:44px;
	color:#900;
	margin-left:260px;
	font-size:12px;
}

.TextBox 
{
	font-family:  Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	border: 1px solid #999999;
    text-indent: 1px; 
    padding: 2px;
	border-radius:3px;

}
.TextBox2
{
    font: 85% Arial,Tahoma,Verdana,sans-serif;
    font-size: 12px;
	border: 1px solid #999999;
    text-indent: 1px; 
    padding: 2px;
	border-radius:3px;
    margin-bottom:3px;
    text-transform:capitalize;
}

.TextBox2_NoCap
{
    font: 85% Arial,Tahoma,Verdana,sans-serif;
    font-size: 12px;
	border: 1px solid #999999;
    text-indent: 1px; 
    padding: 2px;
	border-radius:3px;
    margin-bottom:3px;
}

.TextBox3
{
    font: 85% Arial,Tahoma,Verdana,sans-serif;
    font-size: 12px;
    color: #4d4d4d;
	border: 1px solid #e2e2e2;
    text-indent: 1px; 
    padding: 2px;
	border-radius:3px;
    margin-bottom:3px;

}

.TextBox4 {
	-webkit-appearance: none;  
	-moz-appearance: none; 
    padding: 2px 0 2px 6px;
    margin: 2px 0 2px 0px;
	text-indent: 1px; 
    font-size: 14px;
	color: #464646;
	border-radius: 3px;
	box-shadow: inset 0 0 2px rgba(126, 126, 126, 0.50);
    border-left-style: none !important;
    border-left-color: inherit !important;
    border-left-width: 0 !important;
    border-right-style: none !important;
    border-right-color: inherit !important;
    border-right-width: 0 !important;
    border-top-style: none !important;
    border-top-color: inherit !important;
    border-top-width: 0 !important;
    border-bottom-style: none !important;
    border-bottom-color: inherit !important;
    border-bottom-width: 0 !important;
}

.TextBox5 {
	-webkit-appearance: none;  
	-moz-appearance: none; 
    padding: 2px 0 2px 6px;
    margin: 2px 0 2px 0px;
	text-indent: 1px; 
    font-size: 12px;
	color: #464646;
	border-radius: 3px;
	box-shadow: inset 0 0 2px rgba(126, 126, 126, 0.50);
    border-left-style: none !important;
    border-left-color: inherit !important;
    border-left-width: 0 !important;
    border-right-style: none !important;
    border-right-color: inherit !important;
    border-right-width: 0 !important;
    border-top-style: none !important;
    border-top-color: inherit !important;
    border-top-width: 0 !important;
    border-bottom-style: none !important;
    border-bottom-color: inherit !important;
    border-bottom-width: 0 !important;
}

.TextBox2_GreyTXT
{
    font: 85% Arial,Tahoma,Verdana,sans-serif;
    font-size: 14px;
    color: #464646;
	border: 1px solid #999999;
    text-indent: 1px; 
    padding: 2px;
	border-radius:3px;
    margin-bottom:3px;
    text-transform:capitalize;
}

.TextBox3_GreyTXT
{
    font: 85% Arial,Tahoma,Verdana,sans-serif;
    font-size: 14px;
    color: #464646;
	border: 1px solid #999999;
    text-indent: 1px; 
    padding: 2px;
	border-radius:3px;
    margin-bottom:3px;
}

.TextBox4_GreyTXT {
    font: 85% Arial,Tahoma,Verdana,sans-serif;
    font-size: 1.8rem;
    color: #464646;
    border: 1px solid #999999;
    text-indent: 1px;
    padding: 2px;
    border-radius: 3px;
    margin-bottom: 3px;
    text-transform: capitalize;
}

.TextBox5_GreyTXT {
    font: 85% Arial,Tahoma,Verdana,sans-serif;
    font-size: 14px;
    color: #464646;
    border: 1px solid #999999;
    text-indent: 1px;
    padding: 2px;
    border-radius: 3px;
    margin-bottom: 3px;
    text-transform: capitalize;
    width:25%;
    min-width:135px;
}
.TextBoxError {
	font-family:  Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	border: 1px solid #993300;
	color: inherit;
	background-color: #EEEEEE;
	border-radius:6px;
}

.ComboBox {
	font-family:  Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	border: 1px solid #999999;
	width: auto;
	border-radius:3px;
   -webkit-appearance: none;  /*Removes default chrome and safari style*/
   -moz-appearance: none;  /*Removes default style Firefox*/
}

.ComboBoxError {
	font-family:  Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	border: 1px solid #FF0000;
	color: #666666;
	background-color: #EEEEEE;
	width: auto;
}

.ComboBox2 {
	border-style: none !important;
    border-color: inherit !important;
    border-width: 0 !important;
    -webkit-appearance: none;  
	-moz-appearance: none; 
    margin-bottom: 5px;
	background: #FFFFFF url(../images/select-arrow_bk.png) no-repeat 96% center;
	text-indent: 1px; 
	text-overflow: ""; 
    font-size: 14px;
	color: #1C1C1C;
	border-radius: 3px;
	padding: 2px;
	box-shadow: inset 0 0 2px rgba(126, 126, 126, 0.50);
}

.ComboBox3 {
    -webkit-appearance: none;  
	-moz-appearance: none; 
    border: 1px solid #999999;
    margin-bottom: 3px;
	background: #FFFFFF url(../images/select-arrow_bk.png) no-repeat 96% center;
	text-indent: 1px; 
	text-overflow: ""; 
    font-size: 14px;
	color: #1C1C1C;
	border-radius: 3px;
}

.ComboBox3_GreyTXT {
    -webkit-appearance: none;  
	-moz-appearance: none; 
    border: 1px solid #999999;
    margin-bottom: 3px;
	background: #FFFFFF url(../images/select-arrow_bk.png) no-repeat 96% center;
	text-indent: 1px; 
	text-overflow:inherit; 
    font-size: 14px;
	color: #464646;
	border-radius: 3px;
    padding-left:3%;
}

.ComboBox3_GreyTXT_12pxfont {
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #999999;
    margin-bottom: 3px;
    background: #FFFFFF url(../images/select-arrow_bk.png) no-repeat 96% center;
    text-indent: 1px;
    text-overflow: inherit;
    font-size: 12px;
    color: #464646;
    border-radius: 3px;
    padding-left: 3%;
}

.ComboBox4 {
    -webkit-appearance: none;  
	-moz-appearance: none; 
    border: 1px solid #e2e2e2;
    margin-bottom: 3px;
	background: #FFFFFF url(../images/select-arrow_bk.png) no-repeat 96% center;
	text-indent: 1px; 
	text-overflow: ""; 
    font-size: 14px;
	color: #4d4d4d;
	border-radius: 3px;
}

.ComboBox5 {
    -webkit-appearance: none;  
	-moz-appearance: none; 
    border: 1px solid #e2e2e2;
    margin-bottom: 3px;
	background: #FFFFFF url(../images/select-arrow_bk.png) no-repeat 96% center;
	text-indent: 1px; 
	text-overflow: ""; 
    font-size: 12px;
	color: #4d4d4d;
	border-radius: 3px;
}


.inpfield {

	font-family:  Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	border: 1px solid #999999;
	width: auto;
}

.rate_header
{
	clear:both;
	float:left;
	width:720px;
	background:#ff9c00;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	border: 1px solid #ff9c00;
	padding-top:10px;
	padding-bottom:10px;
}
.rate_alpha
{
	clear:both;
	float:left;
	width:700px;
	height:20px;
	font-size:16px;
	font-weight:bold;
	margin-left:15px;
}
.rate_alpha_sel
{
	background-color: #BFBFBF;
	border-radius:5px;
	border: 1px solid #999;
	
}
.rate_alpha a
{
	color:#FFF;
	text-decoration:none;
	margin-left:1px;
	padding:5px;
	
}

.rate_alpha a:hover
{
	text-decoration:underline;
}


.rate_row
{
	clear:both;
	float:left;
	background:#fffaf6;
	width:700px;
	height:20px;
	font-size:16px;
	font-weight:bold;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #ff9c00;
	border-bottom-color: #ff9c00;
	border-left-color: #ff9c00;
	padding:10px;
}

.rate_row span
{
	float:left;
	margin-right:10px;
}

.rate_data
{
	clear:both;
	float:left;
	width:700px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #ff9c00;
	border-bottom-color: #ff9c00;
	border-left-color: #ff9c00;
	padding:10px;
}

.rate_data span
{
	float:left;
	margin-right:10px;
}

.login_container
{
	clear:both;
	float:left;
	width:340px;
	border-radius:6px;
	background-color:#F4F4F4;
	border: 1px solid #CCC;	
	margin-left:300px;
	margin-top:20px;
	margin-bottom:20px;
}


.index_fetaure_box
{
	float:left;
	width:245px;
	height:110px;
	background:#EEEEEE;
	margin-right:10px;
	margin-bottom:10px;
	border-radius:6px;
	border: 1px solid #CCC;
	background: -moz-linear-gradient(top, #e2e2e2 0%, #FFFFFF 100%);                            
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e2e2e2), color-stop(30%, #FFFFFF));	
	
}
.index_fetaure_image
{
	clear:both;
	float:left;
	height:50px;
	width:70px;
	text-align:center;
	margin-top:8px;
}
.index_fetaure_heading
{
	float:left;
	font-size:16px;
	font-weight:bold;
	color:#484848;
	padding-top:35px;
	padding-left:3px;
}
.index_fetaure_heading:hover
{
	text-decoration:underline;
}
.index_fetaure_text
{
	clear:both;
	float:left;
	padding:8px;
	font-size:12px;
}
.success
{
	clear:both;
	float:left;
	color:#000;
	padding:10px;
	font-size:14px;
	background-color: #D5FFD5;
	border: 1px solid #A4FFA4;
	border-radius:6px;
}
.pink_box
{
	clear:both;
	float:left;
	padding:10px;
	background-color: #fffaf4;
	border: 1px solid #EEEEEE;
	border-radius:6px;
	width:225px;
}
.error_box
{
	clear:both;
	float:left;
	color:#900;
	margin-bottom:20px;
	margin-top:10px;
	border-radius:6px;
	width:720px;
	padding:10px;
	font-size:12px;
	background-color: #FFD9D9;
	border: 1px solid #900;
}

.red_text {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #FF0000;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
}
.success_box
{
	clear:both;
	float:left;
	color:#030;
	margin-bottom:20px;
	margin-top:10px;
	border-radius:6px;
	width:720px;
	padding:10px;
	font-size:12px;
	background-color: #D2FFD2;
	border: 1px solid #82FF82;
}

.light_blue_button
{
	clear:both;
	float:left;
	padding:8px;
	background:#00a2ff;
	border-radius:6px;
	font-size:14px;
	color:#FFFFFF;
	text-decoration:none;	
}


.light_blue_button :hover
{
	text-decoration:underline;	
}