/* CSS Document */

html { min-height: 100%; margin-bottom: 1px; }

body
{ 
margin: 0px;
background-image: url(images/bg.jpg);
background-repeat: repeat-x
}

TABLE, TR, TD, P, DIV, SPAN, INPUT, SELECT, TEXTAREA {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	line-height: 17px;
}

TD.main_title {
	font: normal 30pt Times New Roman, Times, serif;
	color: #555555;
}

P.text_title {
	color: #0099ff;
	font-weight:bold;
	font-weight: normal;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1pt;
}

A.text_title {
	color: #0099ff;
	text-decoration: none;
	font-weight:bold;
	font-weight: normal;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1pt;
}

A.title:link, A.title:visited, A.title:active {
	font: normal 8pt Tahoma, Arial, Helvetica, sans-serif;
	color: #111111;
	text-decoration: none;
}
A.title:hover {
	text-decoration: underline;
}

#bodytitle {
	color: #a7d777;
	font-weight: normal;
	font-size: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 2pt;
	padding: 20px 0px 0px 0px;
}

#footer {
	width: 400px;
	margin: 20px 0;
	font: normal 8pt Tahoma, Arial, Helvetica, sans-serif;
	color: #999999;
	}
input,textarea {  
border:1px solid #e0e0df; 
-webkit-box-shadow:0 0 5px #e0e0df; 
-moz-box-shadow:0 0 5px #e0e0df; 
box-shadow:0 0 5px #e0e0df; 
line-height:20px; 
-webkit-border-radius:5px 0 5px 0; 
}

input:focus,textarea:focus {
	-webkit-box-shadow:0 0 10px #0cf; 
	-moz-box-shadow:0 0 10px #0cf; 
	box-shadow:0 0 10px #0cf;
}
input.error{
	-webkit-box-shadow:0 0 10px #f00; 
	-moz-box-shadow:0 0 10px #f00; 
	box-shadow:0 0 10px #f00;
}
.ie-shadow {
    display: none; /* don't show in non-ie browsers */
}
.topleft-livehelp{
	position:fixed;
	top:0;
	left:0;
	}	


.captcha {
	clear: both;
	overflow: hidden;
	background: #F2F2F2;
	text-align: center;
	max-width: 160px;
	height: 30px;
	position: relative;

}

#captcha-image{
	height: 30px;
	width: auto;
}

.captcha-refresh {
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	border-radius: 3px;
	padding: 2px 5px;
}

.captcha-refresh a, .captcha-refresh a:hover, .captcha-refresh a:focus, .captcha-refresh a:active {
	color: #333;
	border:none;
	outline:none;
	background-position: 0 0;
    background-repeat: no-repeat;
    display: inline-block;
    height: 14px;
    line-height: 14px;
    vertical-align: text-bottom;
    width: 14px;
	font-size: 16px;
}

#container {
	background-color: rgba(255,255,255,0.6);
	box-shadow: -1px 1px 6px rgba(0,0,0,0.15);
	border-radius: 8px;
  }
#container h1 {
	font-weight: 300;
	text-align: center;
	margin-bottom: 0.5em;
	color: #444f54;
  }
#container h2 {
	font-weight: 700;
	text-align: center;
	margin-bottom: 2em;
	color: #839fd6;
  }
#container .panel {
	padding: 30px 30px 20px;
	border-top: 1px solid rgba(80,80,80,0.1);
  }
#container .label {
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 1em;
	margin-top: 0.5em;
	margin-bottom: 1em;
	padding-left: 100px;
	cursor: pointer;
	font-weight: 600;
  }
#container .label:before,
#container .label:after {
	content: '';
	display: block;
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	transition: all 0.7s ease;
  }
#container .label:before {
	width: 60px;
	height: 18px;
	border-radius: 9px;
	background-color: #aaa;
	left: 0;
  }
#container .label:after {
	width: 30px;
	height: 30px;
	background-color: #ccc;
	border-radius: 50%;
	left: -5px;
  }
#container input[type=radio] {
	opacity: 0;
	display: none;
  }
#container .label.active:after {
	left: 35px;
  }
#container .label-good.active:before {
	background-color: #79a16d;
  }
#container .label-good.active:after {
	background-color: #6dbe56;
  }
#container .label-cheap.active:before {
	background-color: #6d7ea1;
  }
#container .label-cheap.active:after {
	background-color: #5574bd;
  }
#container .label-fast.active:before {
	background-color: #a26d74;
  }
#container .label-fast.active:after {
	background-color: #bd5562;
  }
  