/*
  CSS Document for safedns.co.uk -
  Designed and Built by Richard Hartley and Gavin Taylor ( Text Internet Marketing - http://text.co.uk )
  Date created - 06 Aug 2008
*/

@charset "utf-8";

* { padding: 0px; margin: 0px; }

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  background-color:#FFFFFF;
  color: #666666;
}

p {
  padding: 5px 0px;
	line-height: 20px;
}

a {
  color: #85B40F;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:focus, a:active {
  outline: none;
}

h1, h2, h3, h4 {
  margin: 0px;
  padding: 10px 10px;
  color: #333333;
}
h1 {
  font-size: 18px;
  font-weight: bold;
}
h2 {
  font-size: 18px;
}
h3 {
  font-size: 14px;
  font-weight: bold;
}
h4 {
  font-size: 13px;
}

hr {
	border:0px;
	height:1px;
	background-color:#ccc;
	}

fieldset {
  margin: 10px 0px;
  padding: 5px;
  border: 1px solid #000000;
}

legend {
  font-weight: bold;
}

img {
  border: none;
}

ol {
	margin-left: 40px;
}

ul li {
	list-style-image: url('/images/structure/bullet.gif');
	line-height: 20px;
}
blockquote {
  font-size: 12px;
  color: #999999;
}

/* site structure */

.wrapper {
 margin: 0 auto;
 width: 980px;
 padding-bottom: 25px;
 background-image:url('/images/structure/bottom_shadow.jpg');
 background-repeat: no-repeat;
 background-position: 50% 95%;
}
.header {
 width: 980px;
 height: 110px;
 float: left;
 background-image:url('/images/structure/site_top_shadow.jpg');
 background-repeat: no-repeat;
}
div.quick_search {
	float: right;
	clear: right;
	width: 500px;
  padding-top: 22px;
}
div.quick_search legend {
  display: none;
}
div.quick_search fieldset {
  border: none;
	margin: 0px;
	float: right;
}
div.quick_search fieldset input[type="text"] {
  width: 175px;
	height: 27px;
}
div.quick_search fieldset input[type="image"] {
  vertical-align: top;
}
.site_logo {
	display:block;
	height: 31px;
	width: 137px;
  margin: 68px 0 0 15px;
	background-image: url('/images/structure/safedns_logo.gif');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	float: left;
}
.tel_numbers {
	display:block;
	height: 18px;
	width: 248px;
	padding: 10px;
	background-image: url('/images/structure/phone.gif');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	float: right;
  clear: right;
}

ul.navigation_level_1 {
  float: left;
	width:980px;
	padding:0;
	margin:0;
}
ul.navigation_level_1 li {
	display: inline;
  list-style-type: none;
  float: left;
		padding:0;
		margin:0;
}
ul.navigation_level_1 li a {
  background-repeat: no-repeat;
  text-decoration: none;
  display: block;
  height: 63px;
  width: 121px;
  margin: 0px;
	padding:0;
}
ul.navigation_level_1 li a span.nav_link {
  display: none;
}
ul.navigation_level_1 li.number_1 a {
	background-image: url('/images/structure/level1_nav_home.jpg');
  width: 122px;
}
ul.navigation_level_1 li.number_1 a.selected, ul.navigation_level_1 li.number_1 a.selected:hover {
  background-image: url('/images/structure/level1_nav_home_active.jpg');
  width: 122px;
}
ul.navigation_level_1 li.number_1 a:hover {
  background-image: url('/images/structure/level1_nav_home_hover.jpg');
  width: 122px;
}
ul.navigation_level_1 li.number_2 a {
	background-image: url('/images/structure/level1_nav_features.jpg');
}
ul.navigation_level_1 li.number_2 a.selected, ul.navigation_level_1 li.number_2 a.selected:hover {
  background-image: url('/images/structure/level1_nav_features_active.jpg');
}
ul.navigation_level_1 li.number_2 a:hover {
  background-image: url('/images/structure/level1_nav_features_hover.jpg');
}
ul.navigation_level_1 li.number_3 a {
	background-image: url('/images/structure/level1_nav_faq.jpg');
}
ul.navigation_level_1 li.number_3 a.selected, ul.navigation_level_1 li.number_3 a.selected:hover {
  background-image: url('/images/structure/level1_nav_faq_active.jpg');
}
ul.navigation_level_1 li.number_3 a:hover {
  background-image: url('/images/structure/level1_nav_faq_hover.jpg');
}
ul.navigation_level_1 li.number_4 a {
	background-image: url('/images/structure/level1_nav_about.jpg');
}
ul.navigation_level_1 li.number_4 a.selected, ul.navigation_level_1 li.number_4 a.selected:hover {
  background-image: url('/images/structure/level1_nav_about_active.jpg');
}
ul.navigation_level_1 li.number_4 a:hover {
  background-image: url('/images/structure/level1_nav_about_hover.jpg');
}
ul.navigation_level_1 li.number_5 a {
	background-image: url('/images/structure/level1_nav_news.jpg');
}
ul.navigation_level_1 li.number_5 a.selected, ul.navigation_level_1 li.number_5 a.selected:hover {
  background-image: url('/images/structure/level1_nav_news_active.jpg');
}
ul.navigation_level_1 li.number_5 a:hover {
  background-image: url('/images/structure/level1_nav_news_hover.jpg');
}
ul.navigation_level_1 li.number_6 a {
	background-image: url('/images/structure/level1_nav_login.jpg');
}
ul.navigation_level_1 li.number_6 a.selected, ul.navigation_level_1 li.number_6 a.selected:hover {
  background-image: url('/images/structure/level1_nav_login_active.jpg');
}
ul.navigation_level_1 li.number_6 a:hover {
  background-image: url('/images/structure/level1_nav_login_hover.jpg');
}
ul.navigation_level_1 li.number_7 a {
	background-image: url('/images/structure/level1_nav_contact.jpg');
}
ul.navigation_level_1 li.number_7 a.selected, ul.navigation_level_1 li.number_7 a.selected:hover {
  background-image: url('/images/structure/level1_nav_contact_active.jpg');
}
ul.navigation_level_1 li.number_7 a:hover {
  background-image: url('/images/structure/level1_nav_contact_hover.jpg');
}
ul.navigation_level_1 li.number_8 a {
	background-image: url('/images/structure/level1_nav_how_to.jpg');
  width: 132px;
}
ul.navigation_level_1 li.number_8 a.selected, ul.navigation_level_1 li.number_8 a.selected:hover {
  background-image: url('/images/structure/level1_nav_how_to_active.jpg');
  width: 132px;
}
ul.navigation_level_1 li.number_8 a:hover {
  background-image: url('/images/structure/level1_nav_how_to_hover.jpg');
  width: 132px;
}

ul.navigation_level_2 {
  height: 130px;
  width: 115px;
  overflow: hidden;
}

ul.navigation_level_2 li {
	padding: 2px 15px;
  list-style: none;
  list-style-image: none;
  width: 115px;
}
ul.navigation_level_2 li a {
	color: #ffffff;
	font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  display: block;
  height:17px;
}
ul.navigation_level_2 li a.selected, ul.navigation_level_2 li a:hover {
	text-decoration: underline;
}

div.banner_l {
	background-image: url('/images/structure/header_image_no_nav.jpg');
	background-repeat: no-repeat;
	background-position: bottom;
	height: 143px;
  width: 605px;
  float: left;
  clear: both;
}
.banner_l_nav {
  background-image: url('/images/structure/header_image_with_nav.jpg');
	background-repeat: no-repeat;
	background-position: bottom;
	height: 143px;
  width: 605px;
  float: left;
  clear: both;
}
div.banner_r {
	background-image: url('/images/structure/header_right_free_setup.jpg');
	background-repeat: no-repeat;
	background-position: bottom;
	height: 143px;
  width: 375px;
  float: left;
}
.order_online {
  background-image: url('/images/structure/order_online.gif');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 160px;
  height: 36px;
  display: block;
  margin-top: 70px;
  margin-left: 10px;
}

.content {
	float: left;
}
.content p {
	padding: 10px 10px 10px 10px;
}

/* homepage */
.main_content_l {
	float: left;
	width: 614px;
}

.main_content_int_l {
	float: left;
	width: 981px;
}

.content_border {
  background-image: url('/images/structure/general_content_text_box_border-small.gif');
  background-repeat: repeat-y;
	width: 614px;
}

.main_content_int_l .content_border {
  background-image: url('/images/structure/general_content_text_box_border.gif');
  background-repeat: repeat-y;
	width: 981px;
}

.content_bg {
  background-image: url('/images/structure/general_content_text_box_gradient.jpg');
  background-position:0 9px;
  background-repeat:repeat-x;
  margin:0 2px;

}
.main_content {
  background-image: url('/images/structure/content_top_background.jpg');
  background-repeat: no-repeat;
  background-position: top left;
  min-height: 230px;
}

.main_content_home {
  background-image: url('/images/structure/content_top_background_home-small.jpg');
  background-repeat: no-repeat;
  background-position: top;
  min-height: 230px;
	width: 614px
}

.main_content_nav {
  background-image: url('/images/structure/content_top_background_with_nav.jpg');
  background-repeat: no-repeat;
  background-position: left top;
  width: 614px;
  overflow: hidden;
}

.main_content ul, .main_content_home ul {
  margin-left: 40px;
}


.main_content ul .home_features, .main_content_home ul .home_features
{
	margin-left: 0px;
}

.main_content_nav ul {
  margin-left: 40px;
}
.main_content table {
  margin: 20px;
}
.main_content_nav table {
  margin: 20px;
}

.general_content {
  background-image: url('/images/structure/general_content_text_box_head.jpg');
  background-repeat: no-repeat;
  margin-top: 10px;
}
.content_bottom {
  background-image: url('/images/structure/content_bottom.jpg');
  background-repeat: no-repeat;
  background-position:left bottom;
  margin-bottom:10px;
}

.content_bottom_home {
  background-image: url('/images/structure/content_bottom-small.jpg');
  background-repeat: no-repeat;
  background-position:left bottom;
  margin-bottom:10px;
}

div.awards {
  float: right;
  text-align: center;
  padding: 10px 0px 0px 0px;
  width: 145px;
}

.ispa_award {
  background-image:url('/images/structure/award_ispa_08.gif');
  background-repeat:no-repeat;
  height:83px;
  margin: 5px auto;
  width:120px;
}
.ispa_award_05_08 {
  width: 120px;
  height: 83px;
  background-image: url('/images/structure/award_ispas.gif');
  background-repeat: no-repeat;
  margin: 10px auto;
}

.home_features {
  background-image: url('/images/structure/homepage_features.gif');
  background-repeat: no-repeat;
  height: 184px;
}
div.home_features ul {
  padding: 35px 0px 0px 35px;
}
div.home_features ul li {
  padding: 2px 0px 2px 5px;
  list-style-image: url('/images/structure/bullet.gif');
	line-height: 15px;
}
div.home_features table {
  margin: 40px 0px 0px 0px;
}

div.home_features table td.title {
  background-image: url('/images/structure/homepage_features_title_background.jpg');
  background-repeat: no-repeat;
  font-weight:bold;
  padding-left: 20px;
}
div.home_features table td.title2 {
  background-image: url('/images/structure/homepage_features_title_background2.jpg');
  background-repeat: no-repeat;
  font-weight:bold;
  padding-left: 20px;
}
div.home_features table td.left{
  vertical-align: top;
  font-weight:bold;
  padding: 5px 5px 5px 20px;
}
div.home_features table td.right{
  padding: 5px 5px 5px 20px;
}


.main_content_r {
	float: left;
  width: 355px;
	margin-left: 10px;
}
.home_login {
  background-image: url('/images/structure/try_dns_box.gif');
  background-repeat: no-repeat;
  background-position: 50% 0%;
  padding: 30px 0px 5px 15px;
  height: 120px;
}
div.home_login p {
  width: 95%;
  padding: 15px 0px;
	margin: 0;
}

.login_login {
  padding: 30px 0px 5px 15px;
  height: 120px;
  clear: left;
}
div.login_login p {
  width: 95%;
  padding: 15px 0px;
}

.home_call_today {
  background-image: url('/images/structure/call_today_button.jpg');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 360px;
  height: 87px;
  display: block;
  padding: 5px 0px;
}
.home_news {
  background-image: url('/images/structure/news_box.gif');
  background-repeat: no-repeat;
  background-position: 50% 0%;
  padding: 40px 0px 0px 20px;
  height: 172px;
}
.home_news a {
  font-weight: bold;
}
.home_news a.more_news {
  background-image: url('/images/structure/button_more_news.gif');
  display: block;
  width: 104px;
  height: 32px;
  margin: 10px 0px 0px 225px;
}
.home_news ul {
  margin-bottom: 0;
	margin-left: 10px;
  height: 118px;
  overflow: hidden;
}

.home_testimonials {
  background-image: url('/images/structure/testimonial_box.gif');
  background-repeat: no-repeat;
  background-position: 50% 0%;
  padding: 15px 0px 0px 10px;
  height: 125px;
	margin-top: 5px;
}
.home_testimonials ul {
  margin-bottom: 0;
}
.home_testimonials ul li {
  background-image: url('/images/structure/quotes.gif');
  background-repeat: no-repeat;
  padding-left: 25px;
  height: 60px;
  width: 90%;
  overflow: hidden;
}
div.home_testimonials a.more_testimonials {
  background-image: url('/images/structure/button_more_testimonials.gif');
  display: block;
  width: 104px;
  height: 32px;
  margin: 0px 0px 0px 235px;
}

.home_partners {

}
.nominet {
  background-image: url('/images/structure/logo_nominet.gif');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 30px;
  width: 75px;
  display:block;
  float: left;
  padding: 10px 5px 0px 60px;
}
.ripe {
  background-image: url('/images/structure/logo_ripe.gif');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 30px;
  width: 65px;
  display:block;
  float: left;
  padding: 10px 10px;
}
.ispa_uk {
  background-image: url('/images/structure/logo_ispa.gif');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 30px;
  width: 75px;
  display:block;
  float: left;
  padding: 10px 10px 0px 40px;
}

ul.one_col_ul {
  padding-top: 10px;
  padding-left: 10px;
	margin: 0px;
}
ul.one_col_ul li {
  list-style: none;
  background-image: url('/images/structure/large_bullet_icon.jpg');
  background-repeat: no-repeat;
  background-position: 0% 15%;
  padding-left: 40px;
  padding-right: 10px;
  margin-top: 10px;
  width: 90%;
}
ul.one_col_ul li h3 {
  padding-left: 0px;
}

ul.two_col_ul {
  padding-top: 10px;
  padding-left: 10px;
	margin: 0px;
}
ul.two_col_ul li {
  list-style: none;
  background-image: url('/images/structure/large_bullet_icon.jpg');
  background-repeat: no-repeat;
  background-position: 0% 15%;
  padding-left: 40px;
  padding-right: 10px;
  display: block;
  float: left;
  height: 100px;
  width: 250px;
}
ul.two_col_ul li h3 {
  padding-left: 0px;
}

.footer {
 text-align: center;
 width: 980px;
 height: 50px;
 clear: both;
 background-image:url('/images/structure/footer.gif');
 background-repeat: no-repeat;
 background-position: bottom;
}
div.footer ul {
	color: #ffffff;
	float: left;
	padding: 20px 0px 1px 0px;
	vertical-align: top;
	margin: 4px 0px;
}
div.footer ul li {
	display:inline;
	padding: 0px;
	background-image: url('/images/structure/black_footer_seperator.jpg');
	background-repeat: no-repeat;
	background-position: right;
}
div.footer ul li a {
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
	padding: 3px 13px;
}
div.footer ul li a:hover {
  text-decoration: underline;
}

p.footer_seo {
  color: #ffffff;
  text-align: right;
  font-size: 12px;
  float: right;
  padding: 25px 110px 10px 10px
}
p.footer_seo a {
  color: #ffffff;
  text-decoration: none;
}




/* other styles */
span.no_display {
display:none;
}

span.required {
  color: #FF0000;
}

span.highlighted {
  background-color: #FFD7CF;
}

div.errors {
  position:relative;
  border: solid 1px red;
  margin:10px 0px 30px 0;
  background: url('/images/structure/warning_circle.gif') #ffffff no-repeat 8px 10px;
  color: red;
}

div.errors p {
  padding: 5px 10px 5px 45px;
}

div.errors ul {
  color: red;
  list-style: none !important;
  list-style-position:inside;
  font-weight:bold;
  margin:0px 0px 0px 45px;
  padding:0px;
}

div.errors ul li {
  margin-bottom:3px;
	list-style: none;
}

div.confirmation {
  border: solid 1px #00F;
  margin:10px 0px;
  padding: 5px 0px;
  background: url('http://images.harperjames.com/control_panel/icons/blue_info_graphic.gif') #E1E1FF no-repeat 6px 7px;
}

div.confirmation p {
  margin: 0px 30px;
  padding-bottom: 5px;
  padding-left:0px;
  text-align: justify;
}

div.confirmation ul {
  color: #00F;
  list-style-type: disc;
  list-style-position: inside;
  font-weight: bold;
  margin: 0px 0px 0px 30px;
  padding: 0px;
}

div.confirmation ul li {
  margin-bottom: 3px;
}

div.cms_details {
  float: left;
  width: 35%;
  padding-left: 20px;
}

ul.cms_info {
  margin: 0px 0px 0px 340px;
  padding: 20px 0px 0px 0px;
  font-size: 16px;
}

ul.cms_info li {
  list-style-type: none;
  text-align: right;
}

ul.cms_info li#cms_title {
  font-weight: bold;
}

.pdf_link {
background-image:url('http://images.text.co.uk/control_panel/pdf_icon.gif');
background-repeat:no-repeat;
margin-left:10px;
padding:3px 0 0 24px;
}
.doc_link {
background-image:url('http://images.text.co.uk/control_panel/word_icon.png');
background-repeat:no-repeat;
margin-left:10px;
padding:3px 0 0 24px;
}
.xls_link {
background-image:url('http://images.text.co.uk/control_panel/excel_icon.png');
background-repeat:no-repeat;
margin-left:10px;
padding:3px 0 0 24px;
}

div.faq_list ul {
	margin-left: 40px;
}

/* new default from styles 05/01/2010 */

form.default_form { overflow:hidden; }

form.default_form textarea, form.default_form select, form.default_form input[type="text"]{
	background-color:white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

form.default_form p.title {
	color:#333333;
}
form.default_form p.form_field {
	clear:both;
	margin:0 0 10px 0; padding:0;
	overflow:hidden;
}

form.default_form span.fields_required {
	color:#666;
	float:right;
  font-weight:normal;
  margin-right:20px;
}
form.default_form textarea {
	width:530px;
	border:1px solid #cccccc;
	float:right;
	margin:0px 20px 0 0;
	height:100px;
	padding:5px;
}
form.default_form textarea.reqd {
	margin:0px 10px 0 0;
}

form.default_form input[type="text"] {
	border:1px solid #cccccc;
	float:right;
	margin:0 20px 0 0;
	padding:2px 5px;
  width:260px;
}
form.default_form input[type="text"].reqd {
	margin-right:10px;

}
form.default_form select {
	border:1px solid #cccccc;
	float:right;
	margin:0 20px 0 0;
	padding:0 0px;
	width:270px;
}

form.default_form input[type="checkbox"] {
	border:1px solid #cccccc;
	margin:3px 20px 0 0;
	padding:0 0px;
}
form.default_form input[type="radio"] {
	float:right;
	margin:3px 10px 0 0;
	padding:0 0px;
}

form.default_form span.required {
	float:right;
	display:block;
	width:10px;
	padding:0; margin:0;
	color:#f00f00;
clear:both;
}

form.default_form p.border {
	border-bottom:1px solid #cccccc;
	margin:0px 0 10px 0;
padding:0;
	clear:both;
}
form.default_form input[type="submit"] {
	float:left;
	clear:right;
	padding:0 10px;
	height: 30px;
	background: #eeeeee;
	border-color: #D6D6D6 #9E9C9C #9E9C9C #D6D6D6;
	border-style: solid;
	border-width: 1px;
	background-image: url("/images/structure/sprite_vertical_slither.png");
	background-position: 0 0;
	background-repeat: repeat-x;

}

form.default_form p.error_msg {
	clear:both;
	color: #f00f00;
	float:left;
	margin-left:273px;
	padding:0px 0 0 0;
}
form.default_form p.error_msg_textarea {
	color:#f00f00;
	float:left;
	margin-left:5px;
	padding:0 0 0 0;
}
form.default_form ul {
list-style:none;
	float:left;
	margin-left:273px;
	padding:0px;
}
form.default_form ul li {
list-style:square none inside;
	clear:left;
	margin:0px;
	padding:0px 0 0 5px;
	color:red;
}
form.default_form label {
	float:right; margin:0 5px 0 0;
}
form.default_form label.textarea {
float:right;
margin:0 20px 0 0;
text-align:left;
display:block;
width:540px;
padding:0px;
}
form.default_form label.reqd {
	margin:0 10px 0 0;
}
form.default_form #captcha {
	float:right;
}

.submit_button
{
	background: url("http://www.ukfast.co.uk/images/structure/sprite_vertical_slither.png") repeat-x scroll 0 -32px transparent;
	border-color: #D6D6D6 #9E9C9C #9E9C9C #D6D6D6;
	border-style: solid;
	border-width: 1px;
	color: #000000;
	line-height: 29px;
	margin: 5px 5px 5px 0;
	padding: 4px;
	text-align: center;
	text-decoration:none;
	width: auto !important;
}

.search_box
{
	line-height: 27px;
	height: 27px;
	margin: 0px;
}


.existing_customers {
  background-color: #EEEEEE;
  background-image: url("/images/structure/sprite_vertical_slither.png");
  border-color: #D6D6D6 #9E9C9C #9E9C9C #D6D6D6;
  border-style: solid;
  border-width: 1px;
  color: #000000;
  font-size: 12px;
  height: 20px;
  margin-bottom: 20px;
  padding: 5px 15px;
  text-decoration: none;
  vertical-align: middle;
}

form.default_form tr.title_row span {
  border-bottom: 1px solid #CCCCCC;
  color: #85B40F;
  display: block;
  font-weight: bold;
  margin-bottom: 3px;
  padding: 4px 0 0;
}

.center, td.center, td.center label
{
	text-align: center;
	float: none;
}



form.default_form td {
  padding-bottom: 3px;
  vertical-align: top;
}

form.default_form table {
  width: 100%;
}

form.default_form {
  margin: 10px;
  padding: 0;
}

form.special_case_form td.col1 {
  width: 260px;
}

form.default_form td.col1 {
  padding: 2px 20px 3px 0;
  text-align: right;
}

form.special_case_form td.col1 label.reqd {
  margin-right: 0;
  padding-right: 0;
}

.default_button {
  background-color: #EEEEEE;
  background-image: url("/images/structure/sprite_vertical_slither.png");
  background-position: 0 0;
  background-repeat: repeat-x;
  border-color: #D6D6D6 #9E9C9C #9E9C9C #D6D6D6;
  border-style: solid;
  border-width: 1px;
  color: #000000;
  cursor: pointer;
  font-size: 15px;
  height: 30px;
  margin: 0;
  outline: 0 none;
  padding: 0 10px;
  vertical-align: top;
}

form.default_form tr.submit_row td {
  padding-top: 20px;
	text-align: left;
}


.client_login_form {
  border: 1px solid #CCCCCC;
  margin: 0px auto 0;
  overflow: hidden;
  padding: 14px;
  width: 360px;
		background-color: #ffffff;
}
.client_login_form_img {
  height: 20px;
  padding: 0 200px 12px 0;
  width: 152px;
}

.client_login_form label {
  border: medium none;
  display: block;
  float: left;
  padding: 4px 0;
  text-align: right;
  width: 80px;
}

.clientarea_signup td
{
	text-align: left;	
}

.clientarea_signup
{
	width: 600px;
}

.clientarea_signup input[type="text"], .clientarea_signup input[type=""]
{
	padding: 3px 5px;
	width: 200px;
}

.client_login_form input[type="text"], .client_login_form input[type="password"] {
  -moz-border-bottom-colors: none;
  -moz-border-image: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: white;
  border-color: #999999 #CCCCCC #CCCCCC;
  border-right: 1px solid #CCCCCC;
  border-style: solid;
  border-width: 1px;
  float: left;
  margin: 0 0 10px 20px;
  padding: 4px 2px;
  width: 230px;
}

.client_login_form input[type="submit"] {
  height: 30px;
  width: 84px;
	margin-left: 100px;
	padding: 0 10px;
	
}


.client_login_form a#forgot_pass, .client_login_form a#webmail-login, .client_login_form a#sign-up {
  clear: both;
  display: block;
  margin: 10px 0 0 100px;
}

.client_login_form a#forgot_pass {
  margin-top: 20px;
}
