/*  CSS Written By Shyam (Css Editor) */

body{
	margin:0px;
	padding:0px;
	background-color:#4da0db;
	font-family:  Arial, verdana, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	color: #666666;
}
ul, li, a, h1, h2, h3, h4, h5, h6, br, form, p, a, img {
	margin: 0px;
	padding:0px;
	border:0px;
	text-decoration: none;
	outline:none;
	
}

/*  CLEAR FIX  */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
/* CLOSE CLEAR FIX */
.main {
	width:100%;
	background:url(../images/body_bg.jpg) left top repeat-x;
	/*height: 1060px;*/
	/*float:left;*/
}

/*  Top Div starts here*/

.top_div{
	/*width:expression(((document.documentElement.clientWidth || document.body.clientWidth) < 980)? "980px" : "100%"); */
 	/*min-width:980px;*/
	width:950px;
	margin:0px auto; 
	/*background:url(../images/top_bg.jpg) no-repeat center center; */
}
.top_main {
	width:950px;
	margin:0px auto;
	/*height: 154px;*/
}
.live_support{
	width: 600px;
	height:55px;
	padding: 0px;
	float:left;
}
.share{
	width:230px;
	padding: 20px 0px 0px 170px;
	
	float:left;
	
}
.live{
	width:172px;
	padding-left:18px;
	height:55px;
	float:left;
}
.logo{
	width: 250px;
	padding: 15px 100px 5px 0px;
	float:left;
}
.logo_space{
	width:950px;
	height:15px;
	float:left;
}
.menu_div{
	width:600px;
	float:left;
}
/* menu starts Here*/
.menu{
	width: 100%;
	margin: 0px;
}
.menu ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}
.menu ul li{
	display:block;
	width: 92px;
	padding: 0px 4px 0px 4px;
	float:left;
	
}
.menu ul li a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	color:#ffffff;
	display:block;
	height:21px;
	padding: 4px 0px 0px 0px;
	text-align:center;
	background:url(../images/menu_hover.png) center center no-repeat;
	cursor:pointer;
}
.menu ul li a:hover{
	color: #fbff80;
	
}
.menu ul li a.current{
	color: #fbff80;
	
}
/*  menu Ends here*/

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
	position:absolute;
	margin:0px;
	top: 0px;
	border: 1px solid #1f498c; /*THEME CHANGE HERE*/
	border-width: 1px 1px 1px 1px;
	font:normal 11px Arial, Helvetica, sans-serif;
	line-height:18px;
	z-index:100;
	background-color: #d3e8f6;
	width: 120px;
	visibility: hidden;
}


.dropmenudiv_b a{
	width: auto;
	display: block;
	text-indent: 5px;
	border: 0 solid #3199dc; /*THEME CHANGE HERE*/
	border-bottom-width: 1px;
	padding: 2px 0;
	text-decoration : none;
	color: black;
}

* html .dropmenudiv_b a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
	background-color: #97d1f6;
}
/* ######### End of Style for Drop Down Menu ######### */

/*  Top Div ends here   */

/*  Middle div starts here   */
.middle_div{
	width: 950px;
	margin: 0px auto;
}
.middle_top{
	width:950px;
	background:url(../images/midle_top.png) no-repeat left top;
	height:10px;
	float:left;
}
.middle{
	width:934px;
	background-color:#ffffff;
	padding:0px 8px 0px 8px;
	float:left;
}

/*  Login Div Starts Here   */

.login{
	width:205px;
	float:left;
}
/*.login_top{
	width:205px;
	background:url(../images/login_top.jpg) left top no-repeat;
	height:41px;
} */
.login_top{
	width:205px;
	background:url(../images/login_top.jpg) left top no-repeat;
	height:50px;
}
.user_login{
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #408fc8;
	text-transform:uppercase;
	background:url(../images/login_icon.png) 15px 12px no-repeat;
	/*padding: 12px 0px 10px 60px;*/
	padding: 18px 0px 10px 60px;
	line-height: 20px;
}
*html .user_login{
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #408fc8;
	text-transform:uppercase;
	background:url(../images/login_icon.png) left top no-repeat;
	padding: 5px 0px 10px 45px;
	margin: 6px 0px 0px 15px;
}
.login_middle{
	width:205px;
	background-color:#1c6ba4;
	/*height: 154px;*/
	height:85px;
	padding: 30px 0px;
}
.login_text{
	color:#ffffff;
	font-size:11px;
	line-height: 20px;
	padding-left: 5px;
	width: 60px;
	float:left;
}
.input_div{
	width: 135px;
	padding-left: 5px;
	float:left;
}
.input_div1{
	width: 80px;
	padding-left:55px;
	float:left;
}
.input_text{
	color:#666666;
	border: #1f498c solid 1px;
	font-size:11px;
	width: 120px;
}
.spac{
	height:5px;
	width:205px;
	float:left;
}
.spac1{
	height:10px;
	width:205px;
	float:left;
}
.login_bottom{
	background:url(../images/login_bottom.jpg) left top no-repeat;
	height:5px;
}

/*  Login Div Starts Here   */

.header_spacer{
	width:9px;
	height:200px;
	float:left;
}
.header{
	width:934px;
	height:200px;
	float:left;
}
.header_img{
	width:720px;
	height:200px;
	float:left;
}

.spacer_inner{
	height:10px;
	width:934px;
	float:left;
}

/*  Company Div Starts Here   */

.company{
	width:186px;
	padding-right: 1px;
	float:left;
}
.img{
	background:url(../images/image.jpg) no-repeat left top;
	width:186px;
	height:290px;
}
.company_icon{
	width:96px;
	padding: 27px  45px  6px  45px;
}
.company_head{
	width:64px;
	padding:5px 61px 4px 61px;
}
.start{
	width:100px;
	padding:5px 43px 4px 43px;
}
.company_text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#046488;
	line-height: 18px;
	font-weight:400;
	text-align:center;
	padding: 5px 18px 10px 18px;
	width:150px;
}
.clickhere{
	width:80px;
	padding:7px 53px 8px 53px;

}
.company1{
	width:186px;
	float:left;
}

/* Company Div Ends Here   */

/* Rates Div Starts Here   */

.rates{
	width:205px;
	float:left;
	
}
.rates_top{
	width:205px;
	background:url(../images/rates_top.jpg) left top no-repeat;
	height:41px;
}
.rates_bottom{
	background:url(../images/rates_bottom.jpg) left top no-repeat;
	height:5px;
}
.top{
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #092e49;
	text-transform:uppercase;
	text-align:center;
	padding-top: 12px;
	line-height: 20px;
	
}
.rates_middle{
	background:url(../images/rates_bg.jpg) left top repeat-x #509a07;
	height: 290px;
}
.rates_center{
	width:170px;
	padding: 0px 17px 0px 18px;
	height:290px;
}
.country{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#ffffff;
	width:115px;
	line-height: 20px;
	float:left;
}
.rates_text{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#ffffff;
	width:55px;
	line-height: 20px;
	float:left;
	text-align:right;
}
.scrolling_content{
	width:170px;
	height:230px;
}
.scrolling_up{
	width:170px;
	height: 24px;
}
.scrolling_text{
	color:#ffffff;
	font-size:11px;
}
#marqueecontainer{
	position:absolute;
	width:170px; /*marquee width */
	height: 230px; /*marquee height */
	overflow: hidden;
}
.scrolling_down{
	width:170px;
	height: 30px;
}
.country1{
	width:78px;
	height: 30px;
	float:left;
}
.rates_text1{
	width:92px;
	height:23px;
	padding-top:7px;
	float:left;
}

/* Rates Div  Ends Here   */

/* Reseller Div  Starts Here   */
.reseller_top{
	width:720px;
	float:left;
	
}
.reseller_left{
	width:5px;
	float:left;
	background:url(../images/reseller_left.jpg) left top no-repeat;
	height:30px;
}
.reseller_middle{
	width:710px;
	float:left;
	background:url(../images/reseller_middle.jpg) left top repeat-x;
	height:30px;
}
.reseller_header{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#ffffff;
	padding-left:5px;
	padding-top: 7px;
}
.reseller_right{
	width:5px;
	float:left;
	background:url(../images/reseller_right.jpg) left top no-repeat;
	height:30px;
}
.reseller_space{
	width:720px;
	height:11px;
	float:left;
}
.reseller_image{
	width:180px;
	height:80px;
	padding-right: 10px;
	float:left;
}
.reseller{
	width:720px;
	float:left;
	padding-top:5px;
}
.reseller_text1{
	width:530px;
	height:80px;
	float:left;
}
.reseller_text{
	font-size:11px;
	color: #666666;
	line-height: 18px;
	padding: 5px 10px 5px 10px;
}
.soft_download{
	width:170px;
	padding-right:13px;
	float:left;
}
.view_all{
	width:170px;
	padding-right:14px;
	float:left;
}
.helpdesk{
	width:170px;
	float:left;
}

.text{
	font-size:12px;
	color: #666666;
	line-height: 20px;
	padding: 5px 10px 5px 10px;
	text-align:justify;
	background-image:url(../images/transperent.gif);
}
.text1{
	font-size:12px;
	color: #666666;
	line-height: 20px;
	margin: 5px 10px 0px 10px;
	text-align:justify;
	background-image:url(../images/transperent.gif);
	border-bottom:dotted 1px  #d0d0d0;
}
.link{
	font-size:12px;
	color: #ed6405;
	line-height: 20px;
	background-image:url(../images/transperent.gif);
	text-decoration:none;
}
.link:hover{
	color:#666666;
}

/* Reseller Div  Ends Here   */

.middle_bottom{
	width:950px;
	background:url(../images/midle_bottom.png) no-repeat left top;
	height:10px;
	float:left;
}
.inner{
	width:100%;
	float:left;
	background:#ffffff;
}
.left_corner1{
 	width:213px;
	float:left;
}
.left_corner{
	width:205px;
	padding-left:8px;
	height: 200px;
	background-color:#ffffff;
	float:left;
}
.left_space{
	width:213px;
	height:10px;
	background-color:#ffffff;
	float:left;
}
.right_corner1{
 	width:737px;
	float:left;
}
.right_corner{
	width:720px;
	padding: 0px 8px 0px 9px;
	background-color:#ffffff;
	float:left;
}
.left_img{
	width:213px;
	height:10px;
	background:url(../images/bottom_left.png) no-repeat left top;
	float:left;
}
.right_img{
	width:737px;
	height:10px;
	background:url(../images/bottom_right.png) no-repeat left top;
	float:left;
}
.right_top{
	width:5px;
	height:30px;
	float:left;
}
.left_menumain{
	width:205px;
	padding-left:8px;
	background-color:#ffffff;
	float:left;
}
.left_header{
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #408fc8;
	text-transform:uppercase;
	padding: 12px 0px 10px 20px;
	line-height: 20px;
}

.left_menu{
	background-color:#1c6ba4;
	width:100%;
}
.left_menu ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
	padding-top: 10px;
	padding-bottom:10px;
}
.left_menu ul li{
	padding-bottom: 2px;
	
}
.left_menu ul li a{
	display:block;
	width:155px;
	margin: 0px 15px 0px 20px;
	padding: 5px 0px 5px 20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:#ffffff;
	background:url(../images/left_menu.png) left 8px no-repeat;
	border-bottom: 1px solid #6198bf;
	line-height: 20px;
	text-decoration:none;
}
*html .left_menu ul li{
	padding-bottom: 10px;
	
}
*html .left_menu ul li a{
	display:block;
	width:155px;
	margin: 0px 10px 0px 15px;
	padding: 0px 0px 0px 20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:#ffffff;
	background:url(../images/left_menu.png)  left 8px no-repeat;
	border-bottom: 1px solid #6198bf;
	height: 20px;
	text-decoration:none;
}
.left_menu ul li a:hover{
	color:#b4ddfa;
}
.left_menu ul li a.select{
	color:#b4ddfa;
}
.corporate{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 16px;
	color: #ed6405;
	padding: 0px 0px 0px 10px; 
}
.header1{
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 14px;
	color: #ed6405;
	line-height: 20px;
	padding: 0px 0px 10px 10px; 
}
.tabsul 
{
	margin:0px;
	padding:0px;
}
.tabsul ul
{
	margin:0px;
	padding:0px;
	list-style-type:none;
}
.tabsul li
{
	background: url(../images/arrow_li.jpg) no-repeat 20px 4px;
	list-style: none;
	display: block;
	padding: 0px 10px 10px 40px;
 
}
.arrowul 
{
	margin:0px;
	padding:0px;
}
.arrowul ul
{
	margin:0px;
	padding:0px;
	list-style-type:none;
}
.arrowul li
{
	background: url(../images/arrow_ul.jpg) no-repeat 25px 4px;
	list-style: none;
	display: block;
	padding: 0px 10px 5px 40px;
 
}
/*  Midlle Div ends here   */

/*  Footer Div Starts here   */
.footer{
	width: 950px;
	margin: 0px auto;
}
.footer_space{
	width:950px;
	height:10px;
	float:left;
}
.footer_header{
	width:950px;
	float:left;
	height:10px;
	background:url(../images/footer_top.png) left top no-repeat;
}
.footer_middle{
	width:950px;
	float:left;
	height:120px;
	background-color:#88c6f2;
}
.footer_center{
	width: 800px;
	padding:0px 75px 0px 75px;
	
}
.footer_main{
	width:199px;
	border-right: 1px solid  #042f4d;
	float:left;
	padding: 2px 0px 2px 0px;
	height:116px;
}
.footer_solutions{
	width: 95px;
	padding: 0px 84px 0px 20px;
	float:left;
}
.footer_text{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bolder;
	text-transform:uppercase;
	line-height: 20px;
	color:#222324;
}
.footer_link{
	width:165px;
	padding:0px 9px 0px 25px;
	float:left;
}
.footer_link ul{
	margin:0px;
	padding-left: 15px;
	list-style-type:none;
}
.footer_link ul li{
	margin:0px;
	color:#042f4d;
	list-style-type:square;
	font-size:11px;
	padding: 2px 0px 2px 0px ;
}
.footer_link ul li a{
	display:inline;
	font-family:Arial, Helvetica, sans-serif;
	color:#042f4d;
}
.footer_link ul li a:hover{
	text-decoration:underline;
}

.footer_copy{
	width:950px;
	float:left;
	padding: 2px 0px 2px 0px;
	background-color:#88c6f2;
}
.privacy{
	font-size: 11px;
	color:#042f4d;
	padding-left: 5px;
	text-align:center;
}
.sitemap{
	font-size: 11px;
	color:#042f4d;
}
.sitemap:hover{
	text-decoration:underline;
}
.footer_bottom{
	width:950px;
	float:left;
	height:10px;
	background:url(../images/footer_bottom.png) left top no-repeat;
}
/*  Footer Div Ends here   */
.resell_cont{
	width:720px;
	float:left;
	display:block;
}
.confloat{
	width:100%;
	display:block;
	float:left;
}
.contform{
	width:478px;
	border:1px solid #d9d9d9;
	background-color:#ededed;
	padding: 30px 120px;
	float:left;
	display:block;
	/*height:900px;*/
}
.contact_text{
	color:#565656;
	font:Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:12px;
	
}
.continfo{
	float:left;
	display:block;
	width:150px;
	padding-bottom:10px;
}
.contmid{
	float:left;
	display:block;
	width:28px;
	padding-bottom:10px;
}
.continput{
	float:left;
	display:block;
	width:300px;
	padding-bottom:10px;
}
.star {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ff0000;
	font-weight: normal;
}
.site {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #565656;
	font-weight: 500;
	line-height: 15px;
}
.inputtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #565656;
	text-decoration: none;
	font-weight: normal;
	border: 1px solid #bababa;
}
.siteul 
{
	margin:0px;
	padding:0px;
}
.siteul ul
{
	margin:0px;
	padding:0px;
	list-style-type:none;
}
.siteul ul li
{
	background: url(../images/arrow_li.jpg) no-repeat 20px 4px;
	list-style: none;
	display: block;
	padding: 0px 10px 10px 40px;
}
.siteul a
{
	font-weight:bold;
	font-size:12px;
	color:#666666;
	text-decoration:none;
}
.siteul a:hover{
	color:#ed6405;
}
.startown{
	width:205px;
	padding-left:8px;
	height: 150px;
	background-color:#ffffff;
	float:left;
}
.address{
	background-color:#1c6ba4;
	width:100%;
}
.address_text{
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #ffffff;
	padding: 5px 0px 10px 20px;
	line-height: 20px;
	
}

/* Changed Css on 15/4/10*/
.change1{
	width: 720px;
	float:left;
}
.left_change{
	width: 460px;
	float:left;
	padding-right:10px;
}
.left_top{
	width:460px;
	float:left;
}
.left_cornerch{
	width:5px;
	background:url(../images/reseller_left.jpg) left top no-repeat;
	height:30px;
	float:left;
	
}
.middle_ch{
	width: 450px;
	background:url(../images/reseller_middle.jpg) left top repeat-x;
	height:30px;
	float:left;
}
.reseller_text2{
	width:460px;
	/*height:80px;*/
	float:left;
}
.right_cornerch{
	width:5px;
	background:url(../images/reseller_right.jpg) left top no-repeat;
	height:30px;
	float:left;
}
.right_change{
	width: 250px;
	float:left;
}
.right_top{
	width:250px;
	float:left;
}
.paylef_corch{
	width:5px;
	background:url(../images/reseller_left.jpg) left top no-repeat;
	height:30px;
	float:left;
}
.paymid_ch{
	width: 240px;
	background:url(../images/reseller_middle.jpg) left top repeat-x;
	height:30px;
	float:left;
}
.payrigh_cornerch{
	width:5px;
	background:url(../images/reseller_right.jpg) left top no-repeat;
	height:30px;
	float:left;
}
.pay_form{
	width: 238px;
	padding: 5px 0px 5px 10px;
	float:left;
	border: solid 1px #1c6ba4;
	border-top:none;
	background:url(../images/symbol.jpg) right 6px no-repeat;
}
.pay_form1{
	width: 228px;
	padding: 5px 10px;
	float:left;
	border: solid 1px #1c6ba4;
	
}
.input_text1{
	color:#666666;
	border: #1f498c solid 1px;
	font-size:12px;
	width: 140px;
}
.input_text2{
	color:#666666;
	border: #1f498c solid 1px;
	font-size:12px;
	width: 135px;
}
.cance1{
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 13px;
	color: #e45133;
	line-height: 20px;
	padding: 20px 20px 20px 20px; 
}

.billink{
	font-size: 13px;
	color: #e45133;
	text-decoration:underline;
}
.reseller_textdiv{
	font-size:12px;
	color: #666666;
	line-height: 18px;
	padding: 5px 10px 5px 10px;
	text-align:justify;
}

/* Contact Us Css */

.main_contact{
	width:800px;
	padding: 10px 75px;
	float:left;
}
.main_conttop1{
	width:800px;
	height:41px;
	float:left;
	background:url(../images/contacttop.jpg) left top no-repeat;
}
.main_conttop2{
	width: 798px;
    /*background:url(../images/maintop1bg.jpg) left top repeat-x #e6e885;*/
	float:left;
	border-left: solid 1px #1c6ba4;
	border-right: solid 1px #1c6ba4;
	border-bottom: groove 10px #022c41;
}
.main_conttop3{
	width: 798px;
   /* background:url(../images/maintop2.jpg) left top repeat-x #e3f2fa;*/
	float:left;
	border-left: solid 1px #1c6ba4;
	border-right: solid 1px #1c6ba4;
	border-bottom: groove 10px #b86904;
}
.main_conttop4{
	width:800px;
	height:5px;
	float:left;
	background:url(../images/maintop5.jpg) left top no-repeat;
}
.main_conttop5{
	width:800px;
	float:left;
	text-align:center;
	padding: 20px 0px;
}
.contleft_corner1{
 	width:300px;
	float:left;
	padding-right: 10px;
}

.contact_main{
	width:300px;
	background-color:#ffffff;
	float:left;
}
.contact_main1{
	width:250px;
	background-color:#ffffff;
	float:left;
}
.contact_top{
	width:300px;
	/*background:url(../images/contacttop.jpg) left top no-repeat;*/
	height:41px;
	float:left;
}
.contact_top1{
	width:250px;
	/*background:url(../images/contacttop.jpg) left top no-repeat;*/
	height:41px;
	float:left;
}
.mid_cont{
	width:280px;
	padding: 3px 10px 5px 10px;
	float:left;
}
.mid_cont1{
	width:228px;
	padding: 3px 10px 5px 10px;
	float:left;
}
.mid_cont2{
	width:230px;
	padding: 40px 10px 40px 10px;
	float:left;
}
.person_head{
	display:block;
	font-size: 12px;
	color:#000000;
	font-weight:bold;
	padding: 5px 0px 0px 0px;
	line-height: 20px;
}
.sales{
	font-weight:normal;
}
.call{
	display:block;
	font-size: 12px;
	color:#000000;
	background:url(../images/phone.jpg) left center no-repeat;
	padding: 10px 0px 5px 30px;
	line-height: 20px;
}
.im{
	display:block;
	color:#000000;
	font-size:12px;
	padding: 5px 0px 5px 0px;
}
.contact_bottom{
	width:300px;
	background:url(../images/contbottom.jpg) left top no-repeat;
	height:5px;
	float:left;
}
.emaillink{
	color:#000000;
	text-decoration:underline;
	font-weight:normal;
}
.emaillink:hover{
	text-decoration:none;
}
.left_header1{
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #408fc8;
	text-transform:uppercase;
	padding: 12px 0px 10px 10px;
	line-height: 20px;
}
.emaillink1{
	color:#000000;
	text-decoration:none;
	font-weight:normal;
}
.emaillink1:hover{
	text-decoration:underline;
}

#input_text{
	color:#666666;
	border: #1f498c solid 1px;
	font-size:11px;
	width: 120px;
}
#p{
	color:#666666;
	border: #1f498c solid 1px;
	font-size:11px;
	width: 120px;
}
.pay1{
	width: 248px;
	padding: 5px 0px 5px 0px;
	float:left;
	border: solid 1px #1c6ba4;
	border-top:none;
	background:url(../images/symbol.jpg) right 6px no-repeat;
}
.paypal{
	width: 220px;
	padding: 5px 26px 5px 2px;
	float:left;
	
}
.pay_text{
	color:#666666;
	font-size:12px;
	width: 220px;
	float:left;
	padding: 3px 0px;
	display:block;
}
.paypal2{
	width: 248px;
	padding: 5px 0px;
	float:left;
	
}
.rates1{
	width:205px;
	float:left;
	padding-right: 9px;
}
.rates_middle1{
	width:205px;
	padding: 10px 0px;
	background:url(../images/rates_bg.jpg) left top repeat-x #509a07;
	float:left;
}
.rates_bottom1{
	width:205px;
	background:url(../images/rates_bottom.jpg) left top no-repeat;
	height:5px;
	float:left;
}
.rates_space{
	width:205px;
	height:10px;
	float:left;
}
.reseller_image1{
	width:460px;
	/*height:80px;*/
	float:left;
	padding-top:5px;
}

.company_main{
	width:934px;
	float:left;
}
.spac_text{
	font-size:12px;
	color:#fff;
	font-weight:bold;
	padding: 3px 0px 3px 5px;
	width:200px;
	float:left;
	line-height: 16px;
}
.header_main{
	width:934px;
	float:left;
}
.rates_main{
	width:934px;
	float:left;
}
.login_mv{
	color:#ffffff;
	font-size:11px;
	line-height: 20px;
	padding-left: 5px;
	width: 80px;
	float:left;
}
.input_porta{
	width: 115px;
	padding-left: 5px;
	float:left;
}