﻿@charset "utf-8";
/* CSS Document */

.help_wrapper{
	background:url(../img/quickrechargeback.jpg) top right no-repeat;
	overflow:auto;
	margin-top:40px;
}

.track_wrapper{
	background:url(../img/complaint.jpg) top -20px right no-repeat;
	height: 420PX;
    margin-top: 40px;
    position: relative;
    width: 1000px;
	overflow:auto;
	
}

.help_desk_form{
	width:409px;
	height:auto;
	background:#FFF;
    opacity: 0.8; /* other browsers  and IE9+ */
	filter: alpha(opacity=80); /* IE6+ */
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80); /* IE6+ */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)"; /* this works in IE8 only */
	position: relative;
	padding:10px;
	top: 0;
	/*border:#e03339 1px solid;*/
	overflow:auto;
	margin:50px 0 20px 20px ;
	border-radius: 5px;	
}

.help_title{
	background:#e03339;
	line-height:30px;
	height:30px;
	text-align:center;
	color:#FFF;
	border-radius:5px;
	margin-bottom:10px;
}

.track{
	background:#e03339;
	line-height:30px;
	height:30px;
	text-align:center;
	color:#FFF;
	border-radius:5px;
	margin-bottom:10px;
}

.help_fild{
	margin:10px 0;
	width:409px;
	float:left !important;
}

.help_label{
	float:left;
	width:125px;
	height:33px;
	line-height:33px;
	padding:0 0 0 5px;
	margin:0;
}

.dot{
	float:left;
	height:33px;
	font-size:14px;
	line-height:33px;
}

.help_input_text{
	float:right;
	margin:0 0 0 10px;
	width:265px;
	height:31px;
}

.help_input_textarea{
	float:left;
	margin:0 0 0 10px;
	width:265px;
}

.form {
	height: 40px;
	background: #6d5f53;
	line-height: 40px;
	font-size: 18px;
	position: relative;
	margin:0px;
	padding:0px 30px;
	overflow: visible;
	text-align: right;
	float:right;
	
}
.form a {
	text-decoration: none;
	color: #fff;
}
.form a:hover {
	color: #df955a;
}

#track{
	display:none;
	font-size:15px;
	text-align:justify;
	padding:0;
	margin:0;
}

.track_form{
	width:450px;
	height:auto;
	position: relative;
	padding:10px;
	top: 0;
	border:#e03339 1px solid;
	overflow:auto;
	margin:20px;
	
	
	background:rgba(255,255,255,0.8);
	border-radius:5px;
	
	
}

.track_fild{
	height:70px;
	margin:10px auto;
	overflow:hidden;
}

.track_label{
	float:left;
	width:420px;
	height:33px;
	font-size:14px;
	line-height:33px;
	padding:0 0 0 5px;
	margin:0;
}

.quickrecharge_submitbtn
{
background: #e03339;
border: 1px solid #e03339;
color: #FFFFFF;
font-size: 14px;
margin: 10px 0;
padding: 5px;
float: right;
cursor: pointer;
height: 30px;
width: 200px;
border-radius: 30px;
text-align: center;
}

.quickrecharge_paybtn
{
background: #e03339;
border: 1px solid #e03339;
color: #FFFFFF;
font-size: 14px;
margin: 10px 0;
padding: 5px;
float: right;
cursor: pointer;
height: 30px;
width: 100px;
border-radius: 5px;
text-align: center;
}