html, body {
	margin: 0;
	padding: 0;
	font-family: arial, verdana;
	color: #717171;
	font-size: 11px;
	background: #cad56d;
}

#chat {
	background: #ffffff;
	height: 100%;
	min-height: 400px;
}

h1 {
	margin: 0 0 10px 0;
	color: #828282;
	font-size: 20px;
	font-weight: normal;
}
h2 {
	margin: 10px 0 10px 0;
	color: #828282;
	font-size: 13px;
	font-weight: bold;
	
}
h3 {
	margin: 5px 0 5px 0;
	color: #828282;
	font-size: 16px;
	font-weight: normal;
}

p {
	margin: 0;
}

img {
	border: 0;
}

a {
	color: #a5b228;
}
a:hover {
	color: #cbdb2b;
}

hr {
	height: 1px;
	font-size: 1px;
	color: #e4e4e4;
	background: #e4e4e4;
	border: 0;
	margin: 10px 0 10px 0;
}

ul, li {
	list-style: square;
	margin: 0;
	padding: 0;
	list-style-position: inside;
}

.clearer {
	height: 0;
	font-size: 0;
	clear: both;
}

#container {
	background: #fff url('../gfx/body_bg.jpg') repeat-x;
	padding: 20px 0 20px 0;
}

#contentContainer {
	width: 930px;
	margin: auto;
}

table.full {
	width: 540px;
	vertical-align: top;
}
tr.full {
	width: 100%;
	vertical-align: top;
}
td.half {
	width: 50%;
	vertical-align: top;
}
td.service {
	vertical-align: top;
}

#topbar {
	height: 40px;
	background: url('../gfx/topbar_bg.jpg') repeat-x;
	color: #b3b3b3;
	font-size: 10px;
}
#topbarContent {
	height: 31px;
	width: 920px;
	margin: auto;
	line-height: 31px;
}

#createBox {
	width: 430px;
	height: 390px;
	float: right;
	background: url('../gfx/frontpage_create_account.gif') no-repeat;
	margin: 8px 15px 20px 20px;
	#margin: 3px 15px 20px 20px;
}

#createBoxUk {
	width: 430px;
	height: 390px;
	float: right;
	background: url('../gfx/uk/frontpage_create_account.gif') no-repeat;
	margin: 8px 15px 20px 20px;
	#margin: 3px 15px 20px 20px;
}

#createBoxDown {
	width: 915px;
	height: 62px;
	float: right;
	background: url('../gfx/frontpage_bg_sponsor.jpg') no-repeat;
	margin: -35px 15px 0px 0px;
	#margin: -35px 15px 0px 0px;
}

#createBoxlink {
	width: 430px;
	height: 150px;
	float: right;
	margin: 0 0 20px 20px;
}

#createBox img {
	margin-top: 25px;
	margin-left: 12px;
	float: left;
}

#createBoxlinkUk {
	width: 430px;
	height: 150px;
	float: right;
	margin: 0 0 20px 20px;
}

#createBoxUk img {
	margin-top: 25px;
	margin-left: 12px;
	float: left;
}

.serviceNav {
	float: right;
	color: #fff;
}
.serviceNav a {
	color: #fff;
	text-decoration: none;
}
.serviceNav a:hover {
	text-decoration: underline;
}
#chatname, #chatemail, #chatcomment {
	width: 250px;
}
#chatText {
	width: 280px;
}

#contentFrontLeft {
	margin-top: 1px;
	padding-left: 0px;
	padding-right: 10px;
	width: 455px;
	float: left;
	text-align: justify;
	position: relative;
}

#contentLeft {
	margin-top: 1px;
	padding-left: 10px;
	padding-right: 10px;
	width: 306px;
	float: left;
	text-align: justify;
	position: relative;
}

#contentLeftWide {
	margin-top: 1px;
	padding-left: 10px;
	padding-right: 10px;
	width: 661px;
	float: left;
	text-align: justify;
	position: relative;
}

#contentRight {
margin-top: 1px;
padding-left: 10px;
padding-right: 10px;
	width: 306px;
	float: left;
	position: relative;
}

.seperatorBar {
	width: 10px;
	float: left;
	position: relative;
	border-left: 1px solid #CCCCCC;
	height: 410px;
	margin-left: 15px;
	margin-right: 3px;
}

#stepContainer {
	height: 100px;
	border-bottom: 8px solid #f2f2e9;
	position: relative;
}
#stepContainer img {
	display: block;
	position: absolute;
}
#stepContainer img.last {
	margin-right: 0;
}
#stepContainer img.img1 {
	left: 0;
}
#stepContainer img.img2 {
	left: 150px;
}
#stepContainer img.img3 {
	left: 300px;
}
#stepContainer img.img4 {
	left: 460px;
}

.stepContentdiv {
	margin-top: 20px;
}

#rightnav {
	width: 135px;
	float: right;
	text-align: right;
}
#rightnav ul, #rightnav li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#rightnav li {
	height: 27px;
	line-height: 27px;
	border-bottom: 1px solid #e4e4e4;
	font-size: 12px;
	padding-right: 5px;
}
#rightnav a {
	color: #717171;
	text-decoration: none;
}
#rightnav li.active {
	background: #f2f2e9;
}

#leftnav {
	width: 188px;
	float: left;
	text-align: right;
}
#leftnav ul, #leftnav li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#leftnav li {
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	padding-right: 5px;
}
#leftnav a {
	color: #717171;
	text-decoration: none;
}
#leftnav li.active {
	font-weight: bold;
	text-transform: uppercase;
}
input.text {
	border: 1px solid #e4e4e4;
	font-family: verdana;
	color: #717171;
	font-size: 11px;
	padding: 1px;
	width: 175px;
}
input.text-small {
	width: 60px;
}
textarea.text {
	border: 1px solid #e4e4e4;
	font-family: verdana;
	color: #717171;
	font-size: 11px;
	padding: 1px;
	width: 175px;
	height: 80px;
}

.testImage {
	padding: 3px;
}

.required {
	background: #f2f2e9;
}

input.submit {
	padding-top: 4px;
}
img.submit {
	padding-top: 4px;
	cursor: pointer;
}

#rightnav li.sub {
	border: none;
	font-size: 11px;
}
#rightnav li.sub.last {
	border-bottom: 1px solid #e4e4e4;
}
#rightnav li.sub.activesub {
	text-decoration: underline;
}
#rightnav li.sub.activesub a{
	text-decoration: underline;
}

#leftnav li.sub {
	border: none;
	font-size: 11px;
}
#leftnav li.sub.last {
	border-bottom: 1px solid #e4e4e4;
}
#leftnav li.sub.activesub {
	text-decoration: underline;
}
#leftnav li.sub.activesub a{
	text-decoration: underline;
}
#footer {
	height: auto;
	min-height: 125px;
	background: url('../gfx/footer_bg.jpg') repeat-x;
}
#footerContent {
	width: 900px;
	margin: auto;
	padding-top: 50px;
}
#footerContent img {
	float: right;
	margin-top: 15px;
}

.docCode {
	border: 3px solid #999999;
	background: #cccccc;
	padding: 4px;
	width: 530px;
}
.docContent td {
	vertical-align: top;
	padding: 5px;
}

.driftHeader {
	font-weight: bold;
	vertical-align: top;
	width: 135px;
}

.driftTop {
	padding-top: 14px;
}

tr.priceHeader td {
	padding-top: 0px;
	font-size: 9px;
}
tr.price td{
	font-size: 11px;
	width: 270px;
}

tr.priceSms td{
	font-size: 11px;
}

div #premium, div.listtype, div.forwardtype {
	visibility: hidden;
	display: none;
}

#contentRightContainer {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	text-align: justify;
}

span.bold {
	font-weight: bold;
}
#livesupport {
  position: fixed;
  right: 0;
  bottom: 0;
  display: block;
  height: 120px;
  width: 120px;
  background: url(/gfx/live-support_black.png) bottom right no-repeat;
  text-indent: -999em;
  text-decoration: none;
}
#conversationWindow {
	width: 380px;
	height: 300px;
	border: 1px solid #cccccc;
	padding: 2px;
	overflow-y: scroll;
}
.weSaid {
	width: 361px;
	#width: 359px;
	background-color: #cccccc;
	padding: 2px;
	margin-bottom: 2px;
}
.youSaid {
	width: 361px;
	#width: 359px;
	padding: 2px;
	margin-bottom: 2px;
}
.chatInfo {
	font-style: italic;
	text-align: center;
	padding: 2px;
	margin-bottom: 2px;
}

#chatField img {
	position: relative;
	top: 5px;
	#top: 3px;
	padding-left: 2px;
}
#chatField input {
	#height: 15px;
}
