.custom .price input { width: inherit; border-width: 0; background: #FFF; }

.custom .format_text input, 
.custom #commentform input, 
.custom #commentform textarea { width: inherent;}

.custom div.buy-buttons {
	text-align: center;
	clear: both;
	width: 520px;	
}

.custom div.buy-buttons div.buy-form {
	text-align: center;
	width: 173px;	
	float: left;
}

.custom .main {
	padding: 0px 0px 20px 0px;
	clear: both;
	display: block;
}

.custom .main .left { float: left; margin-left: 10px; width: 310px; }
.custom .main .right { float: right; margin-right: 10px; width: 310px; }

/* PRICING TABLES */
.custom #packages, #addons, #alacarte, #wpupgrades, #domainreg { border-spacing: 0; width: 100%; }
.custom #packages td, #addons td, #alacarte td, #wpupgrades td, #domainreg td { border-top: 1px solid #ddd;	font-size: 14px;	padding: 7px 10px; vertical-align: top; }
.custom #packages tr.bottom td, #addons tr.bottom td, #alacarte tr.bottom td, #wpupgrades tr.bottom td, #domainreg tr.bottom td { border-bottom: 1px solid #ddd; }
.custom #packages td.price, #addons td.price, #alacarte td.price, #wpupgrades td.price, #domainreg td.price { text-align: right; width: 60px; }
.custom #packages td span, #addons td span, #alacarte td span, #wpupgrades td span, #domainreg td span { color: #666; display: block; font-size: 12px; }
.custom #packages tbody, #addons tbody, #alacarte tbody, #wpupgrades tbody, #domainreg tbody { margin-bottom: 20px; }

.custom .commentOfficialUser { 
border: 1px solid black; 
background-color: #DEDEDE;
padding: 5px;
}

/* This line sets up our clickable background image based on the site title's link */
/* Adjust the height & width below to reflect the actual size of your image */
/* Change the filename of your image to reflect the actual header's file name */
.custom #header #logo a { display: block; height: 172px; width: 1020px; background: url('images/ws-header.jpg') no-repeat; outline: none; }

/* This line gets rid of the site title & tagline by casting them out to the far left */
.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }

/* This line collapses the vertical space of the tagline so that there isn’t unnecessary white space after the header image */
.custom #header #tagline { height: 0; }

/* This line removes the padding from the header so that the background image sits close to the nav menu, the bottom border of the header, and the sides of the content */
.custom #header { padding: 0; }
