/* CSS Document */

/*  contactus page  */
#contactform .top-msg
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
color:#fff;
font-weight:normal;
padding:20px 20px 20px 20px;
margin:10px 20px 0px 20px;
background-color:#e88685;
border:#d86456 solid 2px;
border-radius:5px;
line-height:20px;
}

#sub-content p
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
line-height:20px;
color:#666;
font-weight:normal;
text-align:justify;
padding:20px 0px 0px 0px;
}

.left-contactpage
{
	float:left;
	width:550px;
	height:auto;
}
.con-list
{
	margin-left:35px;
	margin-top:30px;
}
.con-list li
{
	height:64px;
	margin-bottom:30px;
	list-style:none;
}
 .skype
{
	background:url(../images/skype-bg.jpg) no-repeat;
	
	
}
.skype #list-tab
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#003366;
	padding-left:80px;
	line-height:62px;
}
 .list-top-title
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#003366;
	padding-left:80px;
	line-height:40px;
	
}
.list-mailid a
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#000;
	padding-left:80px;
	line-height:5px;
}
.list-mailid a:hover
{
	text-decoration:none;
	color:#04a17b;
}
.support
{
	background:url(../images/support-bg.jpg) no-repeat;
}
.general
{
	background:url(../images/general-bg.jpg) no-repeat;
}
.billing
{
	background:url(../images/billing-bg.jpg) no-repeat;
}
.abuse
{
	background:url(../images/abuse-bg.jpg) no-repeat;
}
#right-contactpage
{
	width:500px;
	height:auto;
	float:right;
	margin-top:30px;
	margin-right:45px;
}
#right-contactpage #contactform
{
	width:430px;
	height:580px;
	background-color:#f8f7f7;
	border:#e0dede solid 2px;
}
.group-title
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:40px;
	padding-left:35px;
	color:#666666;
}
.styleone
{
	color:#F00;
}
.entry-group-contactpage
{
	margin-bottom:60px;
}
.txtbx
{
	width:363px;
	height:30px;
	border:#dfdede solid 1px;
	margin-left:33px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#666666;
	-moz-box-shadow:    inset 0 0 2px #cccccc;
  	-webkit-box-shadow: inset 0 0 2px #cccccc;
   	box-shadow:         inset 0 0 2px #cccccc;
}
#txtarea
{
	width:363px;
	height:90px;
	border:#dfdede solid 1px;
	margin-left:33px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#666666;
    -moz-box-shadow:    inset 0 0 2px #cccccc;
    -webkit-box-shadow: inset 0 0 2px #cccccc;
    box-shadow:         inset 0 0 2px #cccccc;
}
.txtbox
{
	margin-left:33px;
	height:30px;
	width:363px;
	border:#dfdede solid 1px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#666666;
	-moz-box-shadow:    inset 0 0 2px #cccccc;
    -webkit-box-shadow: inset 0 0 2px #cccccc;
    box-shadow:         inset 0 0 2px #cccccc;
}
.button
{
	margin-left:33px;
	height:30px;
	margin-top:20px;
	border:#cccaca solid 1px;
	border-radius:5px;
	padding-left:10px;
	padding-right:10px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#666666;
}
