@charset "utf-8";
/* CSS Document */

body.contentpane {
	font-family:'Roboto Condensed',Arial,sans-serif;
	color:#000;
	font-size:14px;
	}
	
.ask-a-question-view {
	}

.ask-a-question-view h1 {
    background-color: #F9F9F9;
    font-size: 28px;
    font-weight: 300;
    margin: 10px 0 20px;
    padding: 5px 10px;
	color: #FF9933;
}

div.product-summary {
	padding: 0 10px;
	margin:0;
	}
div.product-summary h3 {
	margin:10px 0 10px;
	font-size: 21px;
	}
div.form-field {
    float: left;
    margin: 10px 0 0;
}
div.form-field div.inputs {
	width:100%;
	}
div.form-field div.inputs label {
	width:100%;
	float:left;
	margin-bottom:10px;
	}

div.form-field div.inputs label span {
    float: left;
    width: 95px;
}
label.clear {
	float:left;
	margin:10px 0 0;
	}
div.submit {
	float:left;
	margin:10px 0; 
	}
div.paddingtop {
	margin:20px 0 0; 
	}
	
div.productdetails-view button,
input.highlight-button {
	display: block;
	float: left;
	height: 29px;
	line-height: 29px;
	margin: 0 5px 2px 2px;
	padding: 0 9px;
	border: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	background: #212121;
	font-size: 12px;
	font-weight: 400;
	text-align: center;
	color: #FBF0DA;
	cursor: pointer;
	text-transform: uppercase;
	-webkit-transition: background-color 0.12s ease-out;
	-moz-transition: background-color 0.12s ease-out;
	-ms-transition: background-color 0.12s ease-out;
	-o-transition: background-color 0.12s ease-out;
	transition: background-color 0.12s ease-out;
}
div.productdetails-view button {
	clear: both;
	}
div.productdetails-view button:hover,
input.highlight-button:hover {
	background: none repeat scroll 0 0 #E5A334;
	color: #FFFFFF;
    cursor: pointer;
}

dl#system-message dt.message {
	font-size:27px;
	margin:20px 0;
	clear:both;
	color:#212121;	
	}
dl#system-message dd.message {
	margin:20px 0;
	}
	dl#system-message dd.message ul {
		list-style:none;
		margin: 0;
		padding: 0 0 20px 0;
		}
		dl#system-message dd.message ul li {
			padding: 5px 7px;
			background-color: #F9F9F9;
			color: #FF9933;
			}
div.productdetails-view {
	margin:20px 0;
	}
	div.thanyou {
		width: 100%;
		clear:both;
		margin-bottom: 20px;
		padding: 5px 7px;
		}
