@import url("reset.css");
/*
Theme Name: Castleberry's Furniture
Theme URI: http://www.castleberrysfurniture.com/
Description: The customized WordPress theme based on the famous Kubrick.
Author: Studio98
Author URI: http://www.studio98.com/
Tags: fixed width, widgets

	This theme was designed, customized and built by Studio98,
	and is based on the famous Kubrick, the default Wordpress theme
*/


/* Begin Typography & Colors */

.thread-alt {
/*  border-bottom:1px solid #e9d1b7; */
	background:url(images/divider.gif) no-repeat 50% bottom;
	padding-bottom:15px;
}

.thread-even {
/*	border-bottom:1px solid #e9d1b7; */
	background:url(images/divider.gif) no-repeat 50% bottom;
	padding-bottom:15px;
}

.depth-1 {
 /* border: 1px solid #ddd; */
}

.even, .alt {
	border-left: 0px solid #ddd;
}

#wp-calendar caption, cite {
	text-decoration: none;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font-size: 0.9em;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 26px;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
	text-align:center;
	padding-bottom:25px;
	margin-bottom:15px;
}

.clear {
	clear: both;
}
/* End Structure */


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 0px;
	padding: 0px;
	height:60px;
	}

#sidebar #searchform #s {
	width:178px;
	height:19px;
	border:1px solid #dfdf94;
	background:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#595959;
	padding:3px 5px 0px;
	margin-bottom:7px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}

#sidebar #searchsubmit {
	width: 73px;
	height:24px;
	padding:0px;
	background:url(images/btn-search.gif) no-repeat top left;
	border:none;
	float:right;
	cursor:pointer;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform small{font-weight:normal;}	

#commentform input {
	width: 150px;
	padding: 2px;
	margin: 0px 5px 0px 0;
	outline:none;
	color:#595959;
	}
	
#commentform .comment-fld{
	border:1px solid #dfdf94;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#595959;
	outline:none;
	background:#ffffff;
	}
	
#commentform {
	margin: 5px 10px 0 0;
	}
	
#commentform p label small{font-size:12px;}

#commentform textarea {
	width: 97%;
	padding: 2px;
	float:left;
	border:1px solid #dfdf94;
	outline:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#595959;
	outline:none;
	background:#ffffff;
	line-height:19px;
	}
	
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
	
#commentform #submit {
	margin: 5px 0 25px 0px;
	float: left;
	background:#ffffff;
	border:1px solid #dfdf94;
	color:#595959;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	cursor:pointer;
	}
	
#commentform p{padding-bottom:4px; margin:0px; clear:both;}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	}

.commentlist {
	padding: 0;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 0px 0;
}
.children { padding: 0; }

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 5px 20px 19px 10px;
	padding-left: 13px;
	border-left: 3px solid #ddd;
	}
blockquote p{padding-bottom:0px;}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin: 0px;
	padding: 15px 0px;
	line-height:20px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

/* Custom Styles */
body{background:#ffffff; font-family:Arial, Helvetica, sans-serif; color:#595959; font-size:13px;}
h1, h2, h3, h4, h5, h6, p, ul, li, ol, dl, dt, dd, input, form, textarea{font-weight:normal; padding:0px; margin:0px;}
a img{border:0px;}
a{outline:none;}
.clearfix{height:0px; line-height:0px; font-size:0px; content:'.'; display:block; visibility:hidden; clear:both}
.clear:after{height:0px; line-height:0px; font-size:0px; content:'.'; display:block; visibility:hidden; clear:both}
/* \*/ * html .clear{height:1px} /* */

/* Common Styles */
h1{font-size:24px; font-family:"Times New Roman", Times, serif; font-weight:bold; padding:0px 0px 5px 0px; line-height:30px; color:#998f48; text-shadow:0 0 0 #ffffff;}
h1 a{color:#998f48; font-weight:bold;}
h1 a:hover{color:#595959;}
h2{font-size:21px; line-height:28px; padding-bottom:10px; font-family:"Times New Roman", Times, serif; font-weight:bold; text-shadow:0 0 0 #ffffff; color:#998f48;}
h2 a{color:#998f48; text-decoration:none;}
h2 a:hover{color:#595959; text-decoration:none;}

h3{font-size:18px; padding-bottom:12px; line-height:19px; font-family:"Times New Roman", Times, serif; font-weight:bold; text-shadow:0 0 0 #ffffff; color:#998f48;}
h4{font-size:13px; font-weight:bold; padding-bottom:4px; line-height:19px; font-family:"Times New Roman", Times, serif; text-shadow:0 0 0 #ffffff; color:#998f48;}

p{line-height:20px; padding-bottom:19px;}
.align-right{text-align:right; margin-top:0px; clear:both; display:block;}
.align-center{text-align:center; margin-top:0px; clear:both;}
.camel{color:#998f48;}
.black{color:#595959;}
.red { color:#FF0000; }

a{text-decoration:none; color:#998f48;}
a:hover{text-decoration:none; color:#595959;}
.narrowcolumn a, .widecolumn a{font-weight:bold;}

/* Main Containers */
#wrapper{width:100%; height:auto; padding-top:16px;}
#page{width:958px; height:auto; margin:0px auto;}

/* Header */
#header{width:100%; height:126px; background:url(images/header-bg.jpg) no-repeat top left; position:relative;}
#header #logo{width:243px; height:98px; position:absolute; left:25px; top:15px;}
#header #call-us{width:200px; height:auto; position:absolute; right:22px; top:44px;}

/* Top Navigation */
#nav{width:186px; height:446px; padding:9px 20px 0px 0px; background:url(images/nav.gif) no-repeat top left;}
#nav ul{list-style:none; width:100%;}
#nav li{float:right; clear:right; font-size:0px; line-height:0px;}
#nav li img{float:right;}
#nav a{background:url(images/nav.gif) no-repeat; font-size:0px; line-height:0px; display:block;}

#nav li#home, #nav li#home a, #nav li#home img{width:57px; height:16px;}
#nav li#home{padding-bottom:15px;}
#nav li#home a{background-position:-129px -9px;}
#nav li#home a:hover, #nav li#home a.selected{background-position:-129px -464px;}

#nav li#eshowroom, #nav li#eshowroom a, #nav li#eshowroom img{width:110px; height:17px;}
#nav li#eshowroom{padding-bottom:5px;}
#nav li#eshowroom a{background-position:-76px -40px;}
#nav li#eshowroom a:hover, #nav li#eshowroom a.selected{background-position:-76px -495px;}

#nav li#shop-by-room, #nav li#shop-by-room a, #nav li#shop-by-room img{width:103px; height:16px;}
#nav li#shop-by-room{padding-bottom:2px;}
#nav li#shop-by-room a{background-position:-83px -62px;}
#nav li#shop-by-room a:hover, #nav li#shop-by-room a.selected{background-position:-83px -517px;}

#nav li#shop-by-brand, #nav li#shop-by-brand a, #nav li#shop-by-brand img{width:105px; height:16px;}
#nav li#shop-by-brand{padding-bottom:2px;}
#nav li#shop-by-brand a{background-position:-81px -80px;}
#nav li#shop-by-brand a:hover, #nav li#shop-by-brand a.selected{background-position:-81px -535px;}

#nav li#virtual-tour, #nav li#virtual-tour a, #nav li#virtual-tour img{width:83px; height:14px;}
#nav li#virtual-tour{padding-bottom:13px;}
#nav li#virtual-tour a{background-position:-103px -98px;}
#nav li#virtual-tour a:hover, #nav li#virtual-tour a.selected{background-position:-103px -553px;}

#nav li#news-and-blog, #nav li#news-and-blog a, #nav li#news-and-blog img{width:124px; height:22px;}
#nav li#news-and-blog{padding-bottom:0px;}
#nav li#news-and-blog a{background-position:-62px -125px;}
#nav li#news-and-blog a:hover, #nav li#news-and-blog a.selected{background-position:-62px -580px;}

#nav li#current-offer, #nav li#current-offer a, #nav li#current-offer img{width:97px; height:13px;}
#nav li#current-offer{padding-bottom:5px;}
#nav li#current-offer a{background-position:-89px -147px;}
#nav li#current-offer a:hover, #nav li#current-offer a.selected{background-position:-89px -602px;}

#nav li#tips-and-trends, #nav li#tips-and-trends a, #nav li#tips-and-trends img{width:95px; height:16px;}
#nav li#tips-and-trends{padding-bottom:10px;}
#nav li#tips-and-trends a{background-position:-91px -165px;}
#nav li#tips-and-trends a:hover, #nav li#tips-and-trends a.selected{background-position:-91px -620px;}

#nav li#store-locator, #nav li#store-locator a, #nav li#store-locator img{width:127px; height:16px;}
#nav li#store-locator{padding-bottom:6px;}
#nav li#store-locator a{background-position:-59px -191px;}
#nav li#store-locator a:hover, #nav li#store-locator a.selected{background-position:-59px -646px;}

#nav li#map-and-directions, #nav li#map-and-directions a, #nav li#map-and-directions img{width:123px; height:15px;}
#nav li#map-and-directions{padding-bottom:3px;}
#nav li#map-and-directions a{background-position:-63px -213px;}
#nav li#map-and-directions a:hover, #nav li#map-and-directions a.selected{background-position:-63px -668px;}

#nav li#contact-us, #nav li#contact-us a, #nav li#contact-us img{width:79px; height:12px;}
#nav li#contact-us{padding-bottom:15px;}
#nav li#contact-us a{background-position:-107px -231px;}
#nav li#contact-us a:hover, #nav li#contact-us a.selected{background-position:-107px -686px;}

#nav li#inspired-designs, #nav li#inspired-designs a, #nav li#inspired-designs img{width:158px; height:23px;}
#nav li#inspired-designs{padding-bottom:0px;}
#nav li#inspired-designs a{background-position:-28px -258px;}
#nav li#inspired-designs a:hover, #nav li#inspired-designs a.selected{background-position:-28px -713px;}

#nav li#design-services, #nav li#design-services a, #nav li#design-services img{width:112px; height:15px;}
#nav li#design-services{padding-bottom:2px;}
#nav li#design-services a{background-position:-74px -281px;}
#nav li#design-services a:hover, #nav li#design-services a.selected{background-position:-74px -736px;}

#nav li#ask-a-designer, #nav li#ask-a-designer a, #nav li#ask-a-designer img{width:110px; height:16px;}
#nav li#ask-a-designer{padding-bottom:11px;}
#nav li#ask-a-designer a{background-position:-76px -298px;}
#nav li#ask-a-designer a:hover, #nav li#ask-a-designer a.selected{background-position:-76px -753px;}

#nav li#guest-services, #nav li#guest-services a, #nav li#guest-services img{width:135px; height:17px;}
#nav li#guest-services{padding-bottom:5px;}
#nav li#guest-services a{background-position:-51px -325px;}
#nav li#guest-services a:hover, #nav li#guest-services a.selected{background-position:-51px -780px;}

#nav li#customer-service, #nav li#customer-service a, #nav li#customer-service img{width:124px; height:13px;}
#nav li#customer-service{padding-bottom:4px;}
#nav li#customer-service a{background-position:-62px -347px;}
#nav li#customer-service a:hover, #nav li#customer-service a.selected{background-position:-62px -802px;}

#nav li#delivery, #nav li#delivery a, #nav li#delivery img{width:57px; height:16px;}
#nav li#delivery{padding-bottom:2px;}
#nav li#delivery a{background-position:-129px -364px;}
#nav li#delivery a:hover, #nav li#delivery a.selected{background-position:-129px -819px;}

#nav li#warranty-programs, #nav li#warranty-programs a, #nav li#warranty-programs img{width:137px; height:17px;}
#nav li#warranty-programs{padding-bottom:1px;}
#nav li#warranty-programs a{background-position:-49px -382px;}
#nav li#warranty-programs a:hover, #nav li#warranty-programs a.selected{background-position:-49px -837px;}

#nav li#apply-for-credit, #nav li#apply-for-credit a, #nav li#apply-for-credit img{width:114px; height:16px;}
#nav li#apply-for-credit{padding-bottom:13px;}
#nav li#apply-for-credit a{background-position:-72px -400px;}
#nav li#apply-for-credit a:hover, #nav li#apply-for-credit a.selected{background-position:-72px -855px;}

#nav li#about-us, #nav li#about-us a, #nav li#about-us img{width:89px; height:17px;}
#nav li#about-us a{background-position:-97px -429px;}
#nav li#about-us a:hover, #nav li#about-us a.selected{background-position:-97px -884px;}

/* Content Section */
#content{width:948px; height:auto; padding:1px 5px; background:url(images/page-shadow.gif) repeat-y top left;}
#content-inner{width:100%; height:auto; background:url(images/left-bg.gif) repeat-y top left;}
#left{width:206px; height:auto; float:left; background:#babc57;}
#right{width:741px; height:auto; float:left; padding-left:1px;}

/* Flash Header */
#flash{width:741px; height:271px;}
#flash img{float:left;}

/* Content Section Columns */
.narrowcolumn{width:500px; height:auto; float:left; padding:10px 23px 0px 18px;}
#sidebar{width:190px; height:auto; float:left; padding:15px 10px 0px 0px;}
.widecolumn{padding:10px 15px 0px 18px; margin:0px; width:708px;}

/* Bottom Panel */
#btm-panel{width:958px; height:auto; background:url(images/page-shadow.gif) repeat-y top left;}
#btm-panel-btm{width:944px; height:auto; padding:3px 7px 7px 7px; background:url(images/btm-panel-btm.gif) no-repeat bottom left;}
#btm-panel-top{width:950px; height:3px; margin-left:4px; background:url(images/btm-panel-top.gif) repeat-x top left; font-size:0px; line-height:0px;}

/* Bottom Panel Social Follow */
#btm-panel #social-follow{float:left; width:460px; height:38px; background:#61b5b4 url(images/social-follow-bg.gif) no-repeat top left; margin-right:1px; position:relative;}
#btm-panel #social-follow h3{width:282px; height:10px; position:absolute; top:13px; left:11px; padding-bottom:0px; font-size:0px; line-height:0px; overflow:hidden;}
#btm-panel #social-follow h3 img{width:282px; height:10px;}
#btm-panel #social-follow div{position:absolute; top:8px; left:304px;}

/* Bottom Panel Subscribe */
#btm-panel #subscribe{float:left; width:483px; height:38px; background:#c53863 url(images/subscribe-bg.gif) no-repeat top left; position:relative;}
#btm-panel #subscribe h3{width:159px; height:26px; position:absolute; top:6px; left:16px; padding-bottom:0px; font-size:0px; line-height:0px; overflow:hidden;}
#btm-panel #subscribe h3 img{width:159px; height:26px;}
#btm-panel #subscribe .txt-box{width:180px; height:24px; padding:0px 9px; background:url(images/subscribe-txt-box.gif) no-repeat top left; position:relative; top:7px; left:185px;}
#btm-panel #subscribe .txt-box input{width:180px; height:21px; padding-top:3px; background:none; border:none; font-family:"Times New Roman", Times, serif; font-size:13px; line-height:18px; color:#998f48;}
#btm-panel #subscribe .btn-subscribe{width:89px; height:24px; background:url(images/btn-subscribe.gif) no-repeat top left; position:absolute; top:7px; left:387px; cursor:pointer;}

/* Bottom Panel Tabs */
#btm-panel ul{list-style:none; width:100%; height:160px; padding-top:3px;}
#btm-panel ul li{float:left; width:313px; height:160px; overflow:hidden;}
#btm-panel ul li.middle{padding:0px 3px; width:312px;}

/* Footer */
#footer{clear:both; width:100%; height:auto; padding-bottom:10px; text-align:center;}
#footer p#copyright{font-size:11px; color:#998f48;}
#footer p#copyright a{color:#998f48; text-decoration:none;}
#footer p#copyright a:hover{color:#595959; text-decoration:none;}

/* Sidebar */
#sidebar ul#newtagcloud a{margin:0px 3px; line-height:23px;}
#sidebar ul#newtagcloud li{list-style:none;}
#sidebar ul, #sidebar ul li, #sidebar ul ul{padding:0px; margin:0px;}
#sidebar ul ul{padding-bottom:10px; padding-left:20px;}
#sidebar ul ul li{list-style:disc;}
#sidebar {line-height:19px;}
#sidebar h2{font-size:20px; padding-bottom:2px; color:#595959; font-family:"Times New Roman", Times, serif;}
#sidebar ul li{line-height:19px; padding-bottom:7px;}

/* Default List in left Column */
.narrowcolumn ul, .widecolumn ul{list-style:none; padding:0px !important; margin:0px 0px 18px 0px !important;}
.narrowcolumn ul li, .widecolumn ul li{background:url(images/bullet-green.gif) no-repeat left 7px; line-height:20px; padding:0px 0px 4px 25px !important; margin:0px !important;}

.entry{padding:5px 0px 8px;}

.postmetadata{border:1px solid #dfdf94; border-width:1px 0px; padding-bottom:1px; color:#998f48;}
.divider{border-bottom:1px solid #dfdf94; margin-bottom:20px; font-size:0px; line-height:0px;}

small{color:#595959; font-size:12px; line-height:19px;}
cite.fn{line-height:23px; font-weight:normal;}
cite.fn a{color:#998f48; text-decoration:none; font-weight:normal;}
cite.fn a:hover{color:#595959; text-decoration:none;}

h3#comments, h3.reply{font-size:18px;}
.comment-body p{padding-bottom:5px;}

li.comment{border-bottom:1px solid #dfdf94;}
.post-ratings{line-height:19px; height:35px;}

/* Contact Form */
.frmContact { margin:10px 0 20px; }
.frmContact td { padding:3px 0; }
.frmContact .tb { background:#fff; border:1px solid #dfdf94; color:#595959; font-family:Arial, Helvetica, sans-serif; font-size:12px; width:300px; padding:2px 5px; float:left; }
.frmContact .btSubmit { font-family:Arial, Helvetica, sans-serif; font-size:12px; padding:2px 10px; float:left; cursor:pointer; }
.frmContact #tbPhone, .frmContact #tbState, .frmContact #tbZip, .frmContact #tbCity, .frmContact #tbCaptcha { width:150px; }
