* {
    margin: 0;
    padding: 0;
}

body {
    font-family: Tahoma, Geneva, sans-serif;
    padding: 0px 0 0 0;
    margin: 0 auto;
    border: none;
    background-color: transparent;
    background-image: url(/images/body-bg2.png);
    background-repeat: repeat-x;
}

p {
    margin-bottom: 12px;
    font-size: 12px;
    font-family: Tahoma, Geneva, sans-serif;
    line-height: 17px;
}

h1 {
    font-family: Tahoma, Geneva, sans-serif;
    font-weight: bold;
    color: #000;
    font-size:16px;
    padding-top: 10px;
    padding-bottom: 15px;
}

h2 {
    font-family: Verdana, Geneva, sans-serif;
    color: #000;
    text-align: left;
    padding-bottom: 10px;
    font-size: 16px;

}

h3 {
    text-align: left;
    padding-bottom: 10px;
    font-size: 16px;
}

hr {
    height: 1px;
    color: #000;
    clear: both;
    margin-bottom: 0px;
    padding-top: 1px;
}

a {
    color: #cc0033;
    font-weight: normal;
    text-decoration: none;
    font-family: Verdana, Geneva, sans-serif;
}

a:hover {
    color: #D96A00;
    background:inherit;
    text-decoration: none;
}

a.active {
    background-color: #CCCCCC;
    color: #FF8000;
    text-decoration: underline;
}

a img {
    border: 0
}

.red {
    color: #0F9;
    font-weight: bolder;
}

#container {
    width: 950px;
    text-align: left;
    margin: 0 auto;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #000;
    border-left-color: #000;
    background-color:#FFF;
}

#header-new {
    height: 160px;
    background-color: transparent;
    background-image: url(/images/header-new.png);
    background-repeat: no-repeat;
    width: 960px;
    margin-right: auto;
    margin-left: auto;
}

#header {
    height: 160px;
    background-color: transparent;
    background-image: url(/images/header-new.png);
    background-repeat: no-repeat;
    width: 960px;
    margin-right: auto;
    margin-left: auto;
}

#homelink {
    float: left;
    height: 134px;
    width: 450px;
    display: block;
}

.login { margin: auto auto; float: right; margin-top: 140px; padding-right: 65px;}
.login a {font-size: 10px; }

#nav {
    background: #cc0033;
    float:left;
	width: 674px;
	height: 34px;
	border-bottom: #000 dashed 1px;

	
}

#nav ul {
    list-style: none;
	padding-top: 5px;
}

#nav li {
    float: left;
    background-color: #cc0033;
    padding-bottom: 2px;
    padding-top: 5px;
	padding-left: 14px;
}

#nav ul li a {
	color: #fff;
	font-size:12px;
	font-family: Tahoma, Geneva, sans-serif;
}

.nav-links {
    position:relative;
}

.nav-links:hover .submenu {
    display:block;
	border-right: #000 solid 1px;
	border-left: #000 solid 1px;
	border-bottom: #000 solid 1px;
	background-color:#CCC;
	margin-top: 5px;
}

.submenu {
    position:absolute;
    top:16px;
    left:0;
    width:220px;
    display:none;
    background:#ccc;
}

.submenu li {
    display:block !important;
    clear:both !important;
    width:auto !important;
    float:none !important;
    height:20px;
    line-height:20px;
	background-color:#CCC;
}

.submenu li a {color: 000;}

.nav-test {
    color: #FFF;
    margin-bottom: 3px;
}

.nav-left {


}

.nav-right {

}

#nav li a {
    color: #000;
    font-size: 11px;
    background:inherit;
    display: block;
    padding: 0 4px;
    font-weight: bold;
}

#nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: #000;
}


.link-black {color:#000}

.arrow {
    background-color: transparent;
    background-image: url(/images/arrow.png);
    background-repeat: no-repeat;
    width: 64px;
    height: 22px;
    padding-left: 30px;
    padding-right: 18px;
    padding-top: 1px;
    padding-bottom: 4px;
}

#callback-form {
    width: 276px;
    float: right;
    clear: right;
    background-color: transparent;
    background-image: url(/images/callback-bg2.png);
    background-repeat: no-repeat;

    position:relative;
    z-index:2;
}

#form {padding-top: 40px;
    padding-left: 0px;
    font-size:10px;
    font-weight: bold;
    color: #fff;
}

.t1 { width: 270px;
    border: 0px;
}

.td1 { width: 130px;
    padding-right: 4px;
    padding-top: 2px;
    text-align:right;
}

.td2 { width: 150px;
    padding-top: 2px;
}

#warning {
    text-align:justify;

    padding-right: 25px;
    padding-bottom: 5px;
    padding-left: 22px;
	border-left: solid 1px #900;
	margin-top: 80px;
}

#warning h3 {
    padding-top: -10px;
    padding-bottom: 10px;
		font-family: Tahoma, Geneva, sans-serif;
}

#warning p {
    font-size:11px;
}

#warning h6 {padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    font-size:12px
}

#warnings {
    width: 300px;
    float: right;
    background-color: transparent;
    background-image: url(/images/warnings-bg.png);
    background-repeat: no-repeat;
    margin-top: -41px;
    position:relative;
    z-index:2;
    height: 350px;
}

#note {
    width: 250px;
    border: 1px solid #F00;
    padding: 5px;
    font-size:10px;
    float: left;
    margin-bottom: 10px;
}

#note-refer {
    width: 300px;
    border: 1px solid #F00;
    padding: 5px;
    font-size:10px;
    float: left;
    margin-bottom: 10px;
}

#button-red {
    background-color: transparent;
    background-image: url(/images/button_red.png);
    background-repeat: no-repeat;
    width: 120px;
    height: 25px;
    float:right;
    padding-top: 2px;
}


#article {
    margin-left: 8px;
    width: 600px;
    float: left;
}

#article a {
    color: #000
}

#content {
    margin-left: 10px;
    width: 655px;
    float: left;
}

#content p {
    text-align: justify;
	padding-right: 25px;
}

#content ul, #content ol {
    padding: 0px 12px;
    text-align: justify;
    font-size:12px;
    list-style-type: none;
}

#content ul li, #content ol li {
    margin: 3px 5px;
    padding-bottom: 12px;
    list-style-type: square;
}

#home {	width: 622px;
    padding-top: 12px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
    background-color: transparent;
    background-image: url(/images/home-content.png);
    background-repeat: no-repeat;
    height: 240px;
}

#home ul li {}

#home h1 {
    background-color: transparent;
    background-image: url(/images/xpound.png);
    background-repeat: no-repeat;
    padding-left: 80px;
    padding-top: 30px;
    padding-bottom: 30px;
}


#about {
    width: 622px;
    padding-top: 12px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
    background-color: transparent;
    background-image: url(/images/about-content.png);
    background-repeat: no-repeat;
    height: 240px;
}

#clients {
    width: 622px;
    padding-top: 12px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
    background-color: transparent;
    background-image: url(/images/content-clients.png);
    background-repeat: no-repeat;
    height: 240px;
}

#iva {
    width: 622px;
    padding-top: 12px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
    background-color: transparent;
    background-image: url(/images/content-iva.png);
    background-repeat: no-repeat;
    height: 240px;
}

#bankrupt {
    width: 622px;
    padding-top: 12px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
    background-color: transparent;
    background-image: url(/images/content-bankrupt.png);
    background-repeat: no-repeat;
    height: 240px;
}

#dro {
    width: 622px;
    padding-top: 12px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
    background-color: transparent;
    background-image: url(/images/content-dro.png);
    background-repeat: no-repeat;
    height: 240px;
}

#dm {
    width: 500px;
    padding: 5px 5px 5px 25px;
margin: auto;
	background-color:#CCC;
	border: solid 1px #333;
}

#dm h1 {
font-size: 13px; font-family:Tahoma, Geneva, sans-serif; font-style:italic	
}

#debtsolution {
    width: 622px;
    padding-top: 12px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
    background-color: transparent;
    background-image: url(/images/content-dsolution.png);
    background-repeat: no-repeat;
    height: 240px;
}

#contactbox {
    width: 622px;
    padding-top: 12px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
    background-color: transparent;
    background-image: url(/images/content-contact.png);
    background-repeat: no-repeat;
    height: 240px;
}


#new-home {
    width: 622px;
    padding-top: 12px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
	margin-left: 12px;
    background-color: transparent;
    background-image: url(/images/home-fade.jpg);
    background-repeat: no-repeat;
    height: 240px;
}

#splash-text { width: 300px;
padding-top: 10px;
padding-left: 15px;
	
}

#splash-text h1 {
	color: #333;
	background-image:none;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 25px;
}
#splash-text p {
	color: #000;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 20px;
	padding-left: 9px;
}




#testbox {
    width: 622px;
    padding-top: 12px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
    background-color: transparent;
    background-image: url(/images/content-test.png);
    background-repeat: no-repeat;
    height: 240px;
}

#referbox {
    width: 622px;
    padding-top: 12px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
    background-color: transparent;
    background-image: url(/images/content-refer.png);
    background-repeat: no-repeat;
    height: 240px;
}


#rflbox {
    width: 622px;
    padding-top: 12px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
    background-color: transparent;
    background-image: url(/images/rfl-box.png);
    background-repeat: no-repeat;
    height: 240px;
}

#rfl-tenants {width: 240px;
    float:right;
}

#rfl {width: 360px;
    float:left;
}

#column1 {
    width: 280px;
    float: left;
    color: #333;
    font-size: 10px;
    padding-left: 10px;
}

#column1 h1 {
    background-color: transparent;
    background-image: url(/images/h1-bg.png);
    background-repeat: repeat-x;
    font-family: Verdana, Geneva, sans-serif;
    color: #000;
    text-align: left;
    font-size: 14px;
    padding-top: 12px;
    padding-bottom: 30px;
    padding-left: 26px;
}

#column1-home {
    width: 660px;
    float: left;
    color: #333;
    font-size: 10px;
    padding-left: 10px;
	text-align:justify;
}

#column1-home h1 {
    background-color: transparent;
    background-image: url(/images/h1-bg.png);
    background-repeat: repeat-x;
    font-family: Verdana, Geneva, sans-serif;
    color: #000;
    text-align: left;
    font-size: 14px;
    padding-top: 12px;
    padding-bottom: 30px;
    padding-left: 26px;
}

#column2-home  { width: 250px;
    float: right;
    color: #333;
    font-size: 10px;
    padding-right: 10px;
}

#calc-text { font-size: 14px; font-style:italic; font-family:Tahoma, Geneva, sans-serif; padding-bottom: 6px; font-weight:bold

}

#g-calc-text { font-size: 14px; font-style:italic; font-family:Tahoma, Geneva, sans-serif; padding-bottom: 6px; font-weight:bold; background-color: transparent;
	background-image: url(/images/calc-p-bg.png);
	background-repeat: no-repeat;
	padding-left: 7px; padding-right: 7px; padding-top: 5px;

}
#debtcalc-form .inline-label {
 width:144px !important;
}

#calc-wrap {width: 380px; float: right;}

#content-calc {width: 270px; float: left; padding-left: 5px;}

#calculator-g-top {
	width: 375px;
	background-color: transparent;
	background-image: url(/images/calculator-bg-top.png);
	background-repeat: no-repeat;
	height:9px;
	margin-top: 10px;

}

#calculator-g-bot {
	width: 375px;
	background-color: transparent;
	background-image: url(/images/calculator-bg-bott.png);
	background-repeat: no-repeat;
	height:9px;
	margin-bottom: 10px;

}
	

#calculator-g {
	width: 375px;
	 background-color: transparent;
    background-image: url(/images/calculator-bg.png);
    background-repeat: repeat-y;
color: #fff;
	padding: 5px 6px 5px 10px;


}

#calculator-g h1 {
	color: #fff;
	padding-left:14px;
	background-color: transparent;
	background-image: url(/images/calculator-h-bg.png);
	line-height: 12px;
	background-repeat: no-repeat;
}

#calculatorform .textarea {
    width:152px;
    height:64px;
}


#calculator-home {
	width: 365px;
	 background-color: transparent;
    background-image: url(/images/calc-bg1.png);
    background-repeat: repeat-y;
	border: 1px solid #666;
	padding: 5px;
	float: left;
	margin-bottom: 10px;
	margin-right: 20px;
}

#calcsolution {
padding: 9px 22px;
border: 1px dashed #fff;
margin: 12px 20px 24px 0;
text-align: justify;
}

#calcerrors h3 {
    padding:0;
}
#calcerrors ul li {
    padding:0;
}

#column2-home h1 {
	font-family: Tahoma, Geneva, sans-serif;
	background-image:none;
	color: #000;
	text-align: left;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#column2-home p {
	font-family: Tahoma, Geneva, sans-serif;
	text-align: left;
	font-size: 13px;
	text-align:justify;
}

#column2  { width: 280px;
    float: right;
    color: #333;
    font-size: 10px;
    padding-right: 10px;
}

#column2 h1 {
    background-color: transparent;
    background-image: url(/images/h1-bg.png);
    background-repeat: repeat-x;
    font-family: Verdana, Geneva, sans-serif;
    color: #000;
    text-align: left;
    font-size: 14px;
    padding-top: 12px;
    padding-bottom: 30px;
    padding-left: 29px;
}

#services {
    width: 600px;
}


#services li {
    list-style-type: none;	
}

#services h2 {
    margin-top: 20px;
    margin-left: 30px;
}

.line {
    height: 12px;
    font-size:0px;
    background: #ffffff;
    background-color: transparent;
    background-image: url(/images/line2.png);
    background-repeat: repeat-x;

}

.line1 {
    height: 20px;
    background: #D96A00 url(/images/line.png) repeat-x 0 bottom;
}

#footer {
    clear: both;
    text-align: center;
    color: #000;
    font-size: 10px;
    font-weight: normal;
    background-color:#333;
    padding-bottom: 10px;
}

#footerin {
    clear: both;
    color: #000;
    width: 950px;
    margin-right:auto;
    margin-left:auto;
}

#footer-text {
	border-top: 1px solid #000;
    margin: auto auto;
	width: 950px;

}

#footer-text p{
    font-size:9px;
    text-align:justify;
    line-height: 12px;
    padding:6px 12px;
    margin:0;
}

#footer a {
    color: #fff;
    font-weight: normal;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding-right: 5px;
    padding-left: 5px;
}

#footer a:hover {
    text-decoration: underline;
    color: #D96A00;
    background:inherit;
}

#footer ul {
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 0;
    float: right;
    text-align:right;
}

#footer li {
    display: block;
    color: #fff;
    font-family: "Verdana, Geneva, sans-serif";
    padding-right: 2px;
}

#footer-right {
    float: right;
    width: 400px;
	text-align:right;

}

#footer-right a {
  font-size: 10px;
  line-height: 6px;

}

#footer-left {width: 400px;
    background-color: transparent;
    background-image: url(/images/mail_write.png);
    background-repeat: no-repeat;
    float: left;
    text-align: left;
    color: #FFF;
    padding-left: 100px;
    padding-top: 10px;
}

.clear {
    clear: both;
}

#clear  {
    clear: both;
}

#contact-page-left {
    float:left;
    width: 330px;
    font-size:10px;
    background-color: #DDD;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 20px;
    margin-bottom:12px;
    border:1px solid #F00;
    border-radius:12px;
}

#contact-page-right {
    float: right;
    width: 260px;
    font-size:11px;
}

#contact-page-right h2 {
    padding-bottom: 1px;
    padding-top: 10px;
}

#calculator-page {
    width: 650px;
}


#calculator-page-right {
    float: right;
    font-size:11px;
    background-color: transparent;
    background-image: url(/images/calc-bg.png);
    background-repeat: no-repeat;
    height: 450px;
    padding-right: 190px;
}

#calculator-page-right1 {
    float: right;
    font-size:11px;
    background-color: transparent;
    background-image: url(/images/calc-bg-freedload.png);
    background-repeat: no-repeat;
    height: 800px;
    padding-right: 190px;
}

#calculator-page-right p{
    width: 20px;
    padding-top: 50px;
    float: right;
}

#calculator-page-right h2 {
    padding-bottom: 1px;
    padding-top: 10px;
}

#referform {
    width: 320px;
    float: left;
}

#referform div {}

#refer-page-right {
    float: right;
    font-size:12px;
    width: 280px;
}

#referform .inline-label {
    font-weight: normal;
    float: left;
    width: 100px;
    font-size:10px;
    text-align:right;
    padding-right: 10px;
    color:#000;
    font-weight:bold;
}

#enquiryform .inline-label {
    font-weight: normal;
    float: left;
    width: 130px;
    font-size:10px;
    text-align:right;
    padding-right: 10px;
}

#recommend-form .inline-label {
    font-weight: bold;
    float: left;
    width: 110px;
    font-size:10px;
    text-align:right;
    padding-right: 10px;
}

#calculator .inline-label {
    font-weight: normal;
    float: left;
    width: 170px;
    font-size:12px;
    text-align:right;
    padding-right: 2px;
    font-weight:bold;
}



#calculator div {
    clear:both;
}

#calculator-wrap {
    width: 400px;
    background-color: #9CF;
    border: 1px solid #666;
    padding: 5px;
    float: left;
    margin-bottom: 10px;
}




#enquiryform .block-label {
    font-weight: bold;
    display: block;
}

#enquiryform .submit, #calculator .submit, #referform .submit, #recommend-form .submit {
    padding: 6px 12px;
    font-weight: bold;
}

#recommend-form .text {}

#enquiryform .text, #recommend-form .text, #referform .text {
    width: 150px;
    padding: 2px;
}

#enquiryform .select, #recommend-form .select, #referform .select {
    width: 178px;
    padding: 2px;
}

#enquiryform .textarea {
    width: 150px;
    height: 50px;
    padding: 2px;
}

#gallery img {
    width: inherit;
    height: inherit;
    float: none;
    clear: none;
    margin: 0;
    vertical-align: middle;
}

#gallery ul {
    list-style: none;
}

#gallery li {
    float: left;
    width: 200px;
    height: 150px;
    line-height: 150px;
    text-align: center;
    position: relative;
    border: 1px solid #777;
    margin: 0 12px 12px 0 !important;
    overflow:hidden;
    padding-bottom:2px;
}

#gallery li .textlink {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 24px;
    line-height: 24px;
    opacity: 0.8;
    filter:alpha(opacity=80);
    background: #eee;
}

#gallery li.image-only {
    line-height: 150px;
}

#gallerypassword .text {
    width: 194px;
    padding: 3px;
    margin: 0 0 6px 0;
}

#gallerypassword .submit {
    width: 204px;
    padding: 6px 0;
    margin: 0;
}

#client-img-cont {
    float: left;
    width: 600px;
    overflow: hidden;
    text-align: center;
}

#client-img-cont #image {
    max-width: 550px;
    float: none;
    margin: 0;
    padding: 0;
}

#client-img-cont #img-pagination ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#client-img-cont #img-pagination ul li {
    margin: 0;
    padding: 0;
}

#client-img-cont #img-pagination ul .prev {
    float: left;
    padding: 0 0 0 12px;
}

#client-img-cont #img-pagination ul .next {
    float: right;
    padding: 0 12px 0 0;
}

#client-img-cont #img-pagination ul .img-count {
    text-align: center;
    color: #777;
}

#image-pricing {
    float: left;
    width: 300px;
}

#image-pricing table {
    border-collapse: collapse;
    width: 100%;
}

#image-pricing table thead {
    font-weight: bold;
}

#image-pricing table td {
    border: 1px solid #999;
    padding: 3px;
}

#image-pricing .submit {
    margin: 6px 0;
    padding: 6px 12px;
    font-weight: bold;
}

#checkout table {
    border-collapse: collapse;
    width: 850px;
    margin: 0 auto;
}

#checkout table thead {
    font-weight: bold;
    background: #f1f1f1;
    text-align: center;
}

#checkout table td {
    border: 1px solid #999;
    padding: 4px;
}

#cust-info {
    margin: 12px;
}

#cust-info fieldset {
    float: left;
    padding: 12px;
    border: 1px solid #999;
    margin: 0 0 12px 26px;
}

#cust-info legend {
    font-size: 18px;
    font-family: georgia;
    color: #f80
}

#cust-info label {
    font-weight: bold;
    float: left;
    width: 116px;
    line-height: 28px;
}

#cust-info sup {
    font-weight: bold;
}

#cust-info .text {
    padding: 3px;
    margin: 0 0 6px;
    width: 276px;
}

#cust-info .small {
    width: 128px;
}

#cust-info .submit {
    font-weight: bold;
    width: 164px;
    height: 40px;
}

#cust-errors {
    float: left;
    margin: 12px;
}

.basket-form {
    text-align: center;
}

.basket-form .submit {
    padding: 2px 8px;
    font-weight: bold;
}

.service-thumb {
    float: left;
    margin: 0 0 6px 6px;
    padding-right: 20px;
}

#gallery-viewer {
    overflow: auto;
    height: 88px;
}

#gallery-viewer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

#gallery-viewer ul li {
    display: inline;
    margin: 0;
    padding: 0;
}

#gallery-viewer ul li a {
}

#gallery-viewer ul li a img {
    float: none;
    height: 64px;
    margin: 2px;
}

#gallery-viewer .current img {
    border: 2px solid #F80;
    margin: 0;
}

#basket-quick-view {
    text-align: right;
    margin: -6px -6px 0px 0px;
}


.img1 {
    float:left;
    clear:both;
    margin:0 6px 6px 6px;
}

.img2 {
    float:right; 
    clear:right;
    margin:0 6px 6px 6px;
}

#tandchead {
    text-align:center;
    font-weight:bold;
    font-size:14px;
    padding-top: 15px;

 }

.error, .alert, .notice, .success, .info {padding: 0.8em; margin-bottom: 1em; border: 2px solid #ddd; font-size:11px; margin:10px; text-align:justify;}
.error, .alert { background: #fbe3e4; color: #8a1f11; border-color: #fbc2c4; }
.notice { background: #fff6bf; color: #514721; border-color: #ffd324; }
.success { background: #e6efc2; color: #264409; border-color: #c6d880; }
.info { background: #d5edf8; color: #205791; border-color: #92cae4; }
.error a, .alert a { color: #8a1f11; }
.notice a { color: #514721; }
.success a { color: #264409; }
.info a { color: #205791; }

.free {
	color: #0F9;
	font-size:22px;
	font-style: italic;	
	
}

#freedownload-form-img {
	background-image: url(/images/freedownload.png);
	background-repeat: no-repeat;
	height: 80px;
	margin-left: 80px;
}

#freedownload-form {
     margin:64px 36px 0;
     color:#fff;
     height:182px;
}

#freedownload-form h3{
     color:#fff;
	 font-size:14px;
	 text-align:center
}

#freedownload-form label {
    font-size:12px;
    float:left;
    width:48px;
}

#freedownload-form .text {
    float:left;
    padding:2px;
    margin:5px 0 0 0;
    width:168px;
}

#freedownload-form .form-row {
    height:32px;
    line-height:32px;
}

#freedownload-form .submit {
    font-weight:bold;
    padding:6px 5px;
    margin: 0 0 0 48px;
}

#freedownload-form .freedownload_img {
    height:92px;
}


#smooth-financial {
    border:1px solid red;
    margin:6px -12px 12px -12px;
    padding:12px;
    border-radius:3px;
}

#smooth-financial .button {
    font-size:14px;
    font-weight:bold;
    color:#FFF;
    background:#C00000;
    padding:4px 12px;
    border-radius:4px;
}

#smooth-financial .button:hover {
    color:#DDD;
    background:#DB0000;
}

#smooth-financial h3 {
    font-size: 16px !important;
    white-space: nowrap;
    margin-left: -3px;
}

#smooth-financial-call {
float: right;
width: 208px;
margin: 0 12px 6px 12px;
padding: 6px 12px 0 12px;
border: 1px solid #F00;
border-radius: 4px;
font-size: 14px;
}

#smooth-financial-call p{
    margin-bottom:8px;
}

#smooth-financial-call h3 {
    font-size:18px;
    padding-bottom:3px;
}


h1.large {
    font-size:32px;
}

.question {
    clear: both;
    border: 1px solid #DDD;
    padding: 12px;
    margin: 6px 0px;
    border-radius: 3px;
}

.question h3 {
border-bottom: 1px solid #DDD;
margin: 0 0 4px;
padding: 0;
font-size: 14px;
}

.question p {
    margin:0;
}

#contactlink {
margin: 12px 0 0 29px;
font-size: 14px;
}

#contactlink a {
    color:#FFF;
}

#contactlink a:hover {
    color:#D96A00;
}

#footercontactlink {
    text-transform: uppercase;
    margin:0 0 12px 0;
}

#captcha-wrap {
    margin-left:142px;
}

#captcha-text {
    width:122px;
    padding:2px;
}
