
/*<style>
.dummy{} */
/* */

/***************** Form Styles ******************/

form { margin:0; padding:0; }
.blank_form { margin:0; padding:0; display:inline; }
/* .checkout_button { color:green; font-weight:bold; height:32px; } */

input, input.copy {
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-weight:normal;
	font-size:11px;
	color: #414143;
	background: #ffffff;
	border:1px solid #e2e2e2;
	
		line-height:11px;
		padding:2px 2px 1px 5px;
		height:17px;
	
}

textarea, textarea.copy {
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-weight:normal;
	font-size:11px;
	color: #414143;
	background: #ffffff;
	border:1px solid #e2e2e2;
	
		line-height:15px;
		padding:5px 2px 5px 5px;
	
}

select, select.copy {
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-weight:normal;
	font-size:11px;
	color: #414143;
	background: #ffffff;
	border:1px solid #e2e2e2;
	
		padding:2px 2px 2px 2px;
	
}

input:hover, input.copy:hover, textarea:hover, textarea.copy:hover, select:hover, select.copy:hover {
	border:1px solid #0085cf;	
}


/***************** Button Styles *********************/

.buttons, .button, a.button:link, a.button:visited, .calMonthYearSubmit, .checkout_button {
    cursor:pointer;
	font-weight:bold;
	font-size:11px;
	color: #414143;
	background: #ffffff url(http://www.sleepersmattress.com/images/layout/button_bg.gif) left bottom repeat-x;
	border:1px solid #e2e2e2;
	margin-right:1px;
	margin-left:1px;
	
		line-height:13px;
		padding:0 3px 1px 3px;
		height:23px;
	
}

.buttons:hover, .button:hover, a.button:hover, a.button:active, .calMonthYearSubmit:hover, .checkout_button:hover {
	color: #0085cf;
	border:1px solid #0085cf;
}

/***************** Verity Header Search Form Styles *********************/
#headerSearch {
	display:block;
	margin:0;
	padding:0;
	border:1px solid #636466;
}
#BCverity_search_input_container {
	display:block;
	margin:0;
	padding:1px 3px 0 7px;
}
input.BCverity_search_input {
	border:none;
	width:110px;
	height:11px;
	margin:0;
	padding:0;
	font-size:10px;
	font-weight:normal;
	color:#636466;
	text-align:left;
	vertical-align:middle;
	background: #ffffff url(none);
	border:none !important;
}
input.BCverity_search_input:hover {
	border:none !important;	
}
input.BCverity_search_button {
	cursor:pointer;
	border:none;
	width:20px;
	height:18px;
	margin:0;
	padding:0;
	font-size:9px;
	font-weight:normal;
	color:#ffffff;
	text-align:center;
	vertical-align:middle;
	background: #636466 url(http://www.sleepersmattress.com/images/layout/header-search-icon-bg.gif) left top no-repeat;
}
input.BCverity_search_button:hover {
	border:none !important;
	background: #636466 url(http://www.sleepersmattress.com/images/layout/header-search-icon-bg.gif) left bottom no-repeat;
}
#BCverity_search_divider {
	width:1px;
	background:#636466;
	height:16px;
}

/************** What's New Display and Archive Styles **************/
#whatsNewArchiveSearchInput {
	width:300px;
}
#whatsNewArchiveSearchGO {
	font-weight:bold;
	width:120px;
}
#whatsNewArchiveSearchReset {
}


/************** Contact Us Form Styles **************/
#contactUsArea {
	display:block;
	margin:0;
	padding:10px 0;
	text-align:left;
}
#contactUsTable {
}
.contactUsField {
	font-weight:bold;
	text-align:left;
}
.contactUsData {
	text-align:left;
}
.contactUsData input, .contactUsData textarea, #stateProv, #country {
	width:250px;
}
.contactUsData textarea#message {
	height:175px;
}
.longVersionRow.showLongVersion {
}
.longVersionRow.hideLongVersion {
}
#contactUsSend {
	width:125px;
}
#whyLinkArea {
	display:block;
	margin:0;
	padding:12px 0 0 0;
}
#whyLinkArea, #whyLinkArea a:link, #whyLinkArea a:visited, #whyLinkArea a:hover, #whyLinkArea a:active {
	font-size:10px;
	font-weight:normal;
}
#whyContainer {
	position:relative; 
	width:1px; 
	height:1px; 
	margin:0; 
	padding:0;
	z-index:1000;
}
#whyContent {
	display:none; 
	position:absolute; 
	width:250px; 
	padding:10px; 
	left:-125px; 
	top:10px; 
	border:1px solid black; 
	background:#eeeeee; 
	cursor:pointer;
	z-index:1001;
}
#whyClose {
	margin:0; 
	padding:2px 0 2px 0; 
	border-bottom:1px solid black;
	font-weight:normal;
	text-align:right;
}
#whyClose a {
	text-decoration:none !important; 
	border:none !important;
}
#whyClose a img {
	margin-left:5px;
	text-decoration:none !important; 
	border:none !important;
}
#whyDescription {
	font-weight:normal;
	font-style:italic;
}

/************** Form Error Classes **************/
.RequiredField {
	background-color:#ff0000;
}
#alertbox {
	border:1px solid #ff0000;
	padding:2px 5px;
	display:block;
	float:left;
	color:#ff0000;
	text-align:center;
	font-size:10px;
}
div.alertbox {
	border:1px solid #ff0000;
	padding:2px 5px;
	display:block;
	float:left;
	color:#ff0000;
	text-align:center;
	font-size:10px;
}
#redbox {
	border:1px solid #ff0000;
	padding:2px 5px;
	display:block;
	color:#ff0000;
	text-align:center;
	font-size:10px;
}
.Error {
	border: 		1px solid #ff0000;
	padding: 		3px;
	color:			#ffffff;
	text-align:		center;
	font-size: 		16px;
	background-color:#ff0000;
	font-weight:bold;
}

