body {
	background: #ffffff url("images/whmcslogobg.png") repeat-x;
	margin: 0px;
}

form {
	margin: 0px;
}

img {
	border: 0px;
}

body,td,input,select,textarea {
	font-family: Arial,Helvetica,sans-serif;
	/*font-size: 11px;*/
}

a {
	color: #3A6897;
}

a:hover {
	text-decoration: none;
}

.heading {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #65A5E6;
}

.heading2 {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 16px;
	font-weight: bold;
    text-decoration: none;
    color: #000000;
		margin-top: 5px;
}

.heading3 {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #16679F;
}

table.wrapper {
	width: 950px;
}

table.clientlinks {
	background:#e0e0e0;
}

td.clientlinks {
	background:#f9f9f9;
	width:25%;
	text-align:center;
	padding: 6px;
}

.navboxlinks {
  padding: 0 5px;
	margin-left: 1px;
}

.navboxlinks li {
	padding: 2px 0;
	margin: 2px 0;
  border-bottom: 1px dotted #cccccc;
}

.navbox {
    background-color: #f7f7f7;
    border: 1px dotted #cccccc;
    padding: 5px;
		margin-bottom: 5px;
}

.navinput {
    border: 1px solid #cccccc;
    width: 95px;
}

.submitbutton {
    color: #ffffff;
    cursor: pointer;
    cursor: hand;
    font-weight: bold;
    background-color: #3A6897;
    border: 1px solid #3A6897;
}

.footerbar {
    /*background-color: #3A6897;*/
		margin-top: 40px;
    color: #ffffff;
    padding: 6px 40px 15px 40px;
    
}

.clientarealinks a {
	color: #555555;
}

table.frame {
	width: 98%;
	border: 1px solid #3A6897;
	padding: 0px;
}

.fieldarea {
	background-color: #EFF2F9;
	text-align: right;
}

.clientareatable {
	width: 100%;
	background-color: #cccccc;
}

tr.clientareatableheading {
	background-color: #efefef;
	font-weight: bold;
	text-align: center;
}

tr.clientareatableactive {
	background-color: #ffffff;
	text-align: center;
}

tr.clientareatablepending {
	background-color: #FFFFE2;
	text-align: center;
}

tr.clientareatablesuspended {
	background-color: #E9FFD2;
	text-align: center;
}

tr.clientareatableterminated {
	background-color: #FFE1E1;
	text-align: center;
}

tr.supportticketsheading {
	background-color: #efefef;
}

tr.supportticketscontent {
	background-color: #ffffff;
}

.contentbox {
	width: 100%;
	text-align: center;
	background-color: #f7f7f7;
	border: 1px dashed #cccccc;
	padding: 5px;
}

.errorbox {
	border: 1px dashed #cc0000;
	font-weight: bold;
	background-color: #FBEEEB;
	text-align: center;
	/*width: 90%;*/
	padding: 10px;
	color: #cc0000;
	margin-left: auto; 
	margin-right: auto;
}

.domaincheckeravailable {
	color: #669900;
}

.domaincheckerunavailable {
	color: #cc0000;
}

.networkissuessummary {
    background-color: #f6f6f6;
    border: 1px dashed #cccccc;
    padding: 10px;
    text-align: center;
}

.networkissuesopen {
    font-size: 16px;
    font-weight: bold;
    color: #65CC00;
    padding-right: 20px;
}

.networkissuesscheduled {
    font-size: 16px;
    font-weight: bold;
    color: #EEDD00;
    padding-right: 20px;
}

.networkissuesclosed {
    font-size: 16px;
    font-weight: bold;
    color: #888888;
}

.networkissuedescription {
    border-left: 5px solid #efefef;
    padding: 20px;
    padding-top: 1px;
}

.networkissueaffected {
    background-color: #FDFCDD;
    padding: 10px;
    margin-top: 10px;
}

.clientticketreplyheader {
    margin-top: 20px;
    background-color: #3A6897;
    font-weight: bold;
    color: #ffffff;
    padding: 4px 20px 4px 20px;
}

.clientticketreply {
    min-height: 80px;
    background-image: url('images/clientticketreplybg.gif');
    background-repeat: repeat-x;
    padding: 10px;
}

.adminticketreplyheader {
    margin-top: 20px;
    background-color: #888888;
    font-weight: bold;
    color: #ffffff;
    padding: 4px 20px 4px 20px;
}

.adminticketreply {
    min-height: 80px;
    background-image: url('images/adminticketreplybg.gif');
    background-repeat: repeat-x;
    padding: 10px;
}

.closeticket {
    border: 1px dashed #cc0000;
	font-weight: bold;
	background-color: #FBEEEB;
    color: #cc0000;
}

tr.orderheadingrow {
	background-color: #5AB9F1;
	color: #ffffff;
}

tr.orderrow1 {
	background-color: #E8F0F9;
	color: #000000;
}

tr.orderrow2 {
	background-color: #D6E4F6;
	color: #000000;
}
/**************************LET'S IMPROVE THESE SHODDY FORMS************************/
/*(Well not usability, just some cosmetic changes)*/

#content-wrapper form {padding: 5px 0;}
#content-wrapper form label {color:#373732; font-weight:bold;}
#content-wrapper form input {margin: 5px;}
#content-wrapper form input[type="text"], #content-wrapper form input[type="password"], #content-wrapper form textarea {
	background: #fff;
	border: 1px solid #aaa;
	padding: 2px;
}
#content-wrapper form input[type="text"]:focus, #content-wrapper form input[type="password"]:focus, #content-wrapper form textarea:focus {
 background: #FFF9E5;
 border: 1px solid #666;
}

/***************************START CSS THE PURCHASED TEMPLATE***********************/

* { margin:0; padding:0;}
body { background:#262626; font-family:Arial, Helvetica, sans-serif; font-size:100%; line-height:1em; color:#787878;}

input, textarea { font-family:Arial, Helvetica, sans-serif; font-size:1em;}

.fleft { float:left;}
.fright { float:right;}
.clear { clear:both;}

.alignright { text-align:right;}
.aligncenter { text-align:center;}

.wrapper, block { width:100%; overflow:hidden;}
.container { width:100%;}

p { margin:0; padding:0;}

.tail-top { background:url(images/tail-top.gif) left top repeat-x #fff;}
.tail-top-right { position:absolute; width:50%; right:0; top:0;/* background:url(images/tail-top-right.gif) repeat-x right top*/; height:391px;}
.tail-bottom {background:url(images/tail-bottom.gif) left bottom repeat-x; overflow: hidden; height: 100%}


/*==================forms====================*/
input, select { vertical-align:middle; font-weight:normal;}
img {border:0; vertical-align:top; text-align:left;}

.form-box input[type=text] { width:168px; padding:2px 0 2px 8px; margin-right:4px;}
/*.form-box input[type=checkbox] {padding: 0; border: 1px solid #666;}*/
.form-box select { font-size:1em; font-family:Arial, Helvetica, sans-serif; width:87px; height:21px; margin-right:5px;}
.form-box input,  .form-box select {/* float:left;*/ color:#787878; border-top:1px solid #404040; border-left:1px solid #7a7a7a; border-right:1px solid #dedcd5; border-bottom:1px solid #dedcd5;}

form label { color:#373732; font-weight:bold;}
form .link1 { margin-left:14px;}
/*.form { height:43px;}*/
.form input {width:223px; padding:2px 0 2px 3px; background:none; border:1px solid #a09b96;}
textarea { width:232px; height:103px; overflow:auto; background:none; border:1px solid #a09b96; padding:2px 0 0 3px; margin-bottom:18px;}


/*==================list====================*/
ul { list-style:none;}

.list li { float:left; padding:0 21px 0 26px;}
.list li a { color:#fad12c;}
.list li.icon-1 { background:url(images/icon-1.gif) no-repeat right 4px; padding-bottom:2px;}
.list li.icon-2 { background:url(images/icon-2.gif) no-repeat right 3px; padding-bottom:3px;}
.list li.icon-3 { background:url(images/star.gif) no-repeat right 3px; padding-bottom:3px;}

.site-nav { width:100%; overflow:hidden;}
.site-nav li { font-size:1.17em; margin-right:4px; float:left;}
.site-nav li a { color:#fff; text-decoration:none; float:left; display:block; background:url(images/nav-right.gif) no-repeat right top; width:146px; text-align:center;}
.site-nav li a em { background:url(images/nav-left.gif) no-repeat left top; display:block; padding:0 5px 0 5px;}
.site-nav li a b { font-style:normal; font-weight:normal; padding:10px 0 10px 0; display:block; background:url(images/nav-tail.gif) repeat-x top; }
.site-nav li a:hover { color:#111111; background:url(images/nav-act-right.gif) no-repeat right top;}
.site-nav li a:hover em { background:url(images/nav-act-left.gif) no-repeat left top;}
.site-nav li a:hover b { background:url(images/nav-act-tail.gif) repeat-x top;}
.site-nav li a.act { color:#111111; background:url(images/nav-act-right.gif) no-repeat right top;}
.site-nav li a.act em { background:url(images/nav-act-left.gif) no-repeat left top;}
.site-nav li a.act b { background:url(images/nav-act-tail.gif) repeat-x top;}
.site-nav li.last { margin-right:0;}

.list1 { overflow:hidden; width:100%; margin-top:-5px;}
.list1 li { font-weight:bold; color:#161616; margin-top:-1px; padding:0 0 3px 22px;}
.list1 li span { border-top:1px solid #c7c7c7; display:block; width:100%; padding-top:5px;}
.list1 li.icon-1 { background:url(images/icon-3.gif) no-repeat left 6px;}
.list1 li.icon-2 { background:url(images/icon-4.gif) no-repeat left 6px;}
.list1 li.icon-3 { background:url(images/icon-5.gif) no-repeat left 6px;}
.list1 li.icon-4 { background:url(images/icon-6.gif) no-repeat left 8px;}
.list1 li a { text-decoration:none; color:#161616;}
.list1 li a:hover { text-decoration:underline;}

.list2 { margin:-2px 0 16px 0;}
.list2 li { color:#808080; font-weight:bold; padding:2px 0 0 13px; background:url(images/marker-1.gif) no-repeat left 6px;}
.list2 li a { color:#808080; text-decoration:none;}
.list2 li a:hover { text-decoration:underline;}

.list3 { margin:16px 0 18px 0;}
.list3 li { width:100%; overflow:hidden; vertical-align:bottom; background:url(images/list3-tail.gif) repeat-x top; margin-bottom:4px; font-size:1.17em;}
.list3 li.title { color:#192329; border:0; background:#dedede; padding:0; margin-bottom:4px;}
.list3 li.title em { background:url(images/list3-left.gif) no-repeat left top; display:block; padding-left:3px;}
.list3 li.title b { background:url(images/list3-right.gif) no-repeat right top; display:block; width:100%; overflow:hidden; padding:8px 0 9px 0; font-style:normal; font-weight:normal;}
.list3 li.title span.c1 { background:none; width:86px; float:left; text-align:center;/*margin-right:20px;*/ padding:0;}
.list3 li.title span.c2 { width:86px; float:left; text-align:center; background:none; padding:0;/*margin-right:20px;*/}
.list3 li.title span.c3 { width:86px; float:left; text-align:center; background:none; padding:0;/*margin-right:40px;*/}
.list3 li.title span.c4 { width:86px; float:left; text-align:center; background:none; padding:0;/* margin-right:20px;*/}
.list3 li.title span.c5 { width:71px; float:left; text-align:center;}
.list3 li em { background:url(images/list3-left1.gif) no-repeat left top; display:block; font-style:normal;}
.list3 li b { background:url(images/list3-right1.gif) no-repeat right top; width:100%; overflow:hidden; padding:3px 0 3px 0; display:block; font-weight:normal;}
.list3 li span.c1 { width:86px; float:left; text-align:center; /*margin-right:20px;*/}
.list3 li span.c2 { width:86px; float:left; text-align:center; /*margin-right:20px;*/}
.list3 li span.c3 { width:86px; float:left; text-align:center; /*margin-right:40px;*/}
.list3 li span.c4 { width:86px; text-align:center; float:left; /*margin-right:20px;*/}
.list3 li span.c4 b { background:none; padding:0; margin:0; color:#111111; font-weight:bold;}
.list3 li span.c1, .list3 li span.c2, .list3 li span.c3, .list3 li span.c4 { padding-top:6px; text-align:center;}
.list3 li span.bg { background:url(images/list3-tail1.gif) repeat-x top; float:left; width:54px; text-align:center; color:#fff; margin:0 30px 0 3px;}
.list3 li.title span.bg  {background: transparent; color: #192329;}
.list3 li span.bg em { display:block; background:url(images/list3-right2.gif) no-repeat right top;}
.list3 li span.bg b { background:url(images/list3-left2.gif) no-repeat left top; font-weight:normal; display:block; padding:6px 0 5px 0;}
.list3 li span.bg1 a { background:url(images/list3-tail1.gif) repeat-x top; float:left; display:block; text-decoration:none; color:#fff; width:74px; text-align:center;}
.list3 li span.bg1 a em { background:url(images/list3-right2.gif) no-repeat right top;}
.list3 li span.bg1 a b {background:url(images/list3-left2.gif) no-repeat left top; padding:5px 0 6px 0}
.list3 li span.bg1 a:hover { text-decoration:underline;}
.list3 li.title span.bg1 {text-align: center; margin-left: 15px;}

.list3 li span.bg a {color: #fff;}
.list3 li span.bg a:hover b { text-decoration:underline;}

.list4 { margin:-14px 0 18px 0;}
.list4 li { background:url(images/marker-2.gif) no-repeat left 14px; margin-bottom: -8px; padding:14px 0 0 24px; color:#808080; font-size:1em;}
.list4 li a { color:#808080;}

/*==================other====================*/
.img-box { width:100%; overflow:hidden; padding-bottom:20px;}
.img-box img { float:left; margin:0 20px 0 0;}

.p1 { margin-bottom:14px;}

.phone { float:right; margin-right:180px;}


/*==================txt, links, lines, titles====================*/
a {color:#787878;}
a:hover{text-decoration:none;}

h2 {font-weight: bold; color: #333; font-size: 1.8em; margin: 5px; padding-bottom: 5px; border-bottom: 1px dotted #ccc;}
h3 { font-size:2em; font-weight:normal; line-height:.93em; margin-bottom:16px; color:#0b0b0b;}
h4 { font-size:1em; color:#2c2c2c;}
p.cartheading {margin: 5px;}
.txt1 { color:#6a6a69; font-size:1.17em; position: relative; top: -10px;}

.link1 { display:block; float:right; background:#d8d7d7; color:#0b0b0b; text-decoration:none; font-size:1.17em; line-height:1em;}
.link1 em { display:block; background:url(images/link1-left.gif) no-repeat left top;}
.link1 b { display:block; background:url(images/link1-right.gif) no-repeat right top; padding:3px 29px 4px 8px; font-weight:normal; font-style:normal;}
.link1:hover { text-decoration:underline;}

.divider { background:url(images/divider.gif) repeat-y 546px 0; padding-top:8px;}
.divider1 { background:url(images/divider.gif) repeat-y 355px 0; padding-top:8px;}

.title { margin-bottom:20px;}


/*==================boxes====================*/
.box { width:281px; height:166px; background:url(images/box-bg.png) no-repeat left top; top:-13px; position:relative; margin-bottom:5px;}
.box .title { margin-bottom:17px;}
.box .inner { padding:13px 38px 0 53px;}
.row-3 .col-2 .box .inner .title {text-align: center; color: #fff; font-size: 1.4em;}
.row-3 .col-2 .list1 {margin-top: 5px;}


.form-box { width:100%; background:url(images/form-box-tail.gif) repeat-x top;}
.form-box .left { background:url(images/form-box-left.gif) no-repeat left top;}
.form-box .right { background:url(images/form-box-right.gif) no-repeat right top;}
.form-box .title { margin-right:10px;}
.form-box .title, .form-box a img { float:left;}
.form-box .inner {/* padding:15px 0 16px 29px; */ height: 49px;}

.box1 { background:#fff; width:100%;}
.box1 .border-top {background:url(images/border.gif) repeat-x top;}
.box1 .border-bot {background:url(images/border.gif) repeat-x bottom;}
.box1 .border-left {background:url(images/border.gif) repeat-y left;}
.box1 .border-right {background:url(images/border.gif) repeat-y right;}
.box1 .left-top-corner {background:url(images/left-top-corner.gif) no-repeat left top;}
.box1 .right-top-corner {background:url(images/right-top-corner.gif) no-repeat right top;}
.box1 .left-bot-corner {background:url(images/left-bot-corner.gif) no-repeat left bottom;}
.box1 .right-bot-corner {background:url(images/right-bot-corner.gif) no-repeat right bottom; }
.box1 h3 { color:#0b0b0b; font-weight:normal; font-size:1.67em; margin-bottom:12px;}
.box1 .inner { padding:22px 10px 19px 29px;}
#cart-content .row-1 .inner {padding-bottom: 40px; padding-left: 10px;}
#cart-content .row-1 {margin-bottom: 20px;}
#cart-content .box-rates {font-size: 1.2em; color: #121212;}
.button-box { width:100%; overflow:hidden;}
.button-box .left {background:url(images/button-tail1.gif) repeat-x top; display:block; float:left; color:#ab8c0c; font-size:1.5em; margin-right:1px; line-height:.72em}
.button-box .left span { background:url(images/button-left1.gif) no-repeat left top; display:block;}
.button-box .left em { display:block; padding:5px 9px 6px 7px; font-style:normal; background:url(images/button-right1.gif) no-repeat right top;}
.button-box .right { font-size:.92em; color:#fff; text-transform:uppercase; line-height:.92em;}
.button-box .right a { color:#fff; text-decoration:none; background:url(images/button-tail2.gif) repeat-x top; float:left; display:block;}
.button-box .right a span { display:block; background:url(images/button-left2.gif) no-repeat left top;}
.button-box .right a em { display:block; padding:7px 7px 6px 7px; font-style:normal; background:url(images/button-right2.gif) no-repeat right top;}
.button-box .right a:hover { text-decoration:underline;}


/*header*/
#header .row-1, #header-client .row-1 { height:101px; width:100%; overflow:hidden;}
#header .row-1 .fleft, #header-client .row-1 .fleft { padding:10px 0 0 72px;}/*logo*/
#header .row-1 .fright, #header-client .row-1 .fright { padding:66px 40px 0 0;}
#header .row-2, #header-client .row-2 { height:40px; padding:0 40px 0 44px;}
#header .row-3, #header-client .row-3 { height:275px;}
#header .row-3 .indent, #header-client .row-3 .indent { padding:57px 0 0 104px;}
#header .row-3 .col-1 .button, #header-client .row-3 .col-1 .button { margin-top:11px;}
#header .row-3 .col-2 .button, #header-client .row-3 .col-2 .button { text-align:right; padding-right:14px;}
#header .row-4, #header-client .row-4 { padding:0 40px 0 44px;}

#header-client .row-5 {height: 20px; margin:0 40px 5px 44px; text-align: center; background: url(images/menu-bar.gif) no-repeat;}
#header-client .row-5 ul {margin: 0 auto;}
#header-client .row-5 ul li {line-height: 20px; display: inline; list-style-type: none; margin: 0; padding: 0; font-weight: bold;}
#header-client .row-5 ul a {text-decoration: none; padding: 0 30px;}
#header-client .row-5 ul a:link, #header-client .row-5 ul a:visited {color: #fff;}
#header-client .row-5 ul a:link#current, #header-client .row-5 ul a:visited#current {color: #FAD12C;}
#header-client .row-5 ul a:hover { color: #FAD12C; }

#header .row-4 div.fleft {margin: 3px 3px 0 0}
#header .row-4 td {margin-top: -3px;}

button.register-domain {width: 129px; height: 21px; color: #fff; font-weight: bold; line-height: 49px; padding: 0px 60px 0px 10px; border: none; background: transparent url(images/button-3.gif) no-repeat; cursor: pointer; cursor: hand; margin-left: 5px;position: relative; top: -4px;}
/*button:hover {color: #ccc; background-position: 0 -21px;}
* */
/*content*/
#home-content { padding:24px 40px 37px 44px; overflow: hidden; height: 100%;}
#home-content .indent { padding-bottom:30px; margin-top:-18px;}
#home-content .indent1 { padding-left:29px;}
#home-content .indent2 { padding-bottom:37px;}
#home-content .indent3 { padding-bottom:17px;}
.contact-page #home-content .indent1 { padding-left:0px;}
#home-content .row-2 {overflow: hidden; _height: 1%;}
.sub-title {margin: -30px 0 25px 10px; font-size: 1.17em; color: #fff; font-weight: bold;}


#features-content .indent, #about-content .indent {padding-bottom:30px; padding-left:43px;}
#about-content .indent {padding-right: 43px;}
#features-content .col-1 {width: 438px; padding-right: 10px; margin-top: 4px;}
#features-content .col-2 {width: 438px; padding-left: 10px; margin-top: 4px;}
#features-content .col-1 table {margin: 0px 0px 20px 0px}
#features-content .col-2 table {margin: 0px 0px 20px 0px}
#features-content .col-fw {width: 896px; margin-top: 4px;}
#features-content table {width: 100%; font-size: 0.75em; color: #121212}

.img-wrapper {padding: 4px; background: #e6e6e6; border: 1px solid #ccc; float: right; text-align: center;margin: 0 0 20px 20px;}
.caption {display: block; margin: 2px 0 1px 0; font-size: 75%;}

#features-content tr td {border-top: 1px solid #e6e6e6;}
#about-content p {line-height: 150%; margin-bottom: 1.2em;}
#about-content h3 {margin: 0.8em 0 0.2em 0; }

#features-content td, #features-content th {padding: 3px 5px; text-align: center; color: green;}
#features-content td.first, #features-content th.first {width: 320px; text-align: left; color: inherit}
#features-content .tick {margin: 0 auto; background: url(images/tick.gif) no-repeat; display: block; width: 16px; height: 16px; text-indent: -9999px; overflow: hidden;}
#features-content tr td.odd {border: none;}
#features-content th, #features-content th.first {background: #DEDEDE; font-weight: bold; height: 38px; color: #121212; font-size: 1.25em; text-shadow: #eee 0px 1px 0;}
#features-content th.last {background: #DEDEDE url(images/th-t-r.gif) top right no-repeat;}
#features-content th.first {background: #DEDEDE url(images/th-t-l.gif) no-repeat;}
#features-content table { border: 1px solid #d6d6d6; border-width: 0px 0px 1px 0px}
#features-content td { border: 1px solid #d6d6d6; border-width: 0px 1px 0px 1px}

#features-content tr {background: #EEE;}
#features-content tr td.first, #features-content tr td.odd {background: #FFF; border: 1px solid #d6d6d6; border-width: 0px 0px 0px 1px}
#features-content tr.alt {background: #E6E6E6}
#features-content tr.alt td.first, #features-content tr.alt td.odd {background: #F3F3F3}

#features-content tr td.last {border: : 1px solid #d6d6d6; border-width: 0px 1px 0px 0px}
#features-content tr.links a.button-link {display: block;  text-shadow: #121212 0px -1px 0; margin: 5px 0 5px 5px; width: 120px; height: 27px; line-height: 27px; text-align: center; color: #fff; font-weight: bold; font-style: italic; font-size: 1.17em; text-decoration: none; background: url(images/button-link.png)}
#features-content tr.links a.button-link:hover {text-decoration: underline;}

#features-content tr td .rates {font-size: 18px; position: relative; top: -10px; left: 12px; color: #121212; font-weight: bold; text-shadow: #eee 0px 1px 0;}
#features-content tr td .rates .int {font-size: 42px;position: relative; top: 16px;}
#features-content tr td .rates .month {position: relative; top: 16px; left: -24px;}

#features-content tr td ul {text-align: center; color: #333; font-weight: bold; width: 100%;}

.contact-page .divider {overflow: hidden; _height: 100%;}
.contact-page .divider .col-1 {width: 520px; float: left;}
.contact-page .divider .col-2 {width: 320px; float: right;}
.contact-page .divider .col-22 {width: 240px; float: right;}
.contact-page .divider .col-22 {width: 240px; float: right;}
.contact-page .divider .col-22 textarea {margin-bottom: 4px;}
.contact-page #form1 label {display: block;}
.contact-page #form1 .col-2 {float: none;}
.contact-page .error {color: red; margin-bottom: 5px;}
.contact-page .success {color: green; margin-bottom: 5px;}

/*#content > table {margin-top: -24px; background: #fff;}*/
#content-wrapper {margin: 24px 0 20px 44px; background: #fff; overflow: hidden; height: 100%; width: 894px; border: 1px solid #dbdbdb;}

#side-bar {width: 186px; padding: 5px;}
#content {width: 688px; padding: 5px;}
#content-wide {padding: 10px;}

.domain-check-form {}
.domain-check-form input[type="text"] {width: 150px;}
.domain-check-form .wrapper {text-align: center; padding-top: 13px}
.domain-check-form .domainchecktitle {font-size: 1.2em; font-weight: bold; color: #0B0B0B; position: relative; top: 2px;}
.domain-check-form .domainchecktitle .domainprice {font-size: 1.4em; position: relative; top: 1px;}
/*.domain-check-form .wrapper  {_padding-top: 16px;} ie6 hack*/
.domain-check-form .domain-inputs {margin: 0 0 0 4px;}

/*.domain-check-form {position: relative; right: 40px;}*/

#content > p:first-child, #content-wide > p:first-child {font-weight: bold; margin: 5px;}
/*footer*/
#footer {clear: both; overflow: hidden;}
#footer p { text-align:right; color:#787878; font-size:1.17em; padding:20px 59px 0 0;}
#footer p a { color:#787878; text-decoration:none;}
#footer p a:hover { text-decoration:underline;}
#footer form {width: 250px; float: left; padding-top: 20px;}

/*==========================================*/
