/*---{ Imports )-------------------------------------------------------*/

@import "custom/news.css";
@import "custom/cases.css";
@import "custom/detail.css";
@import "custom/problem.css";
@import "custom/solution.css";
@import "custom/whitepaper.css";

@import "custom/globalnav.css";
@import "custom/homepage.css";
@import "custom/search.css";



/* ---------- */

/* qNewsletter */
body.homepage #qNewsletter {
	padding: 9px 4px;
	border: 2px solid #efefef;
}

#qNewsletter .left {
	float: left;
	width: 175px;
}

#qNewsletter div.input {
	width: 175px;
	background: url(../images/bg-input-text.gif);
}

#qNewsletter div.input.first {
	margin-bottom: 10px;
}

#qNewsletter input.text {
	padding: 4px 14px;
	width: 147px;
	height: 17px;
	font-size: 13px;
	font-weight: bold;
	line-height: 17px;
	color: #000000;
	border: none;
	background: none;
	outline: none;
}

#qNewsletter input.text.default {
	color: #dddddd;
}

body.homepage #qNewsletter .right {
	float: right;
	width: 90px;
	text-align: right;
}

#qNewsletter label {
	display: block;
	float: left;
	margin: 15px 20px 0 0;
	font-size: 10px;
	font-weight: bold;
	height: 14px;
	line-height: 14px;
	color: #000000;
	vertical-align: middle;
}

body.homepage #qNewsletter label {
	float: none;
	margin: 0 0 5px 0;
}

body.homepage #qNewsletter label span,
body.homepage #qNewsletter input.radio {
	float: right;
}

#qNewsletter input.radio {
	position: relative;
	top: 2px;
	margin: 0 0 0 7px;
}

#qNewsletter  input.submit {
	margin-top: 15px;
	width: 89px;
	height: 18px;
	font-size: 10px;
	color: #ffffff;
	border: none;
	background: url(../images/bg-input-submit.gif);
	cursor: pointer;
}

body.homepage #qNewsletter input.submit {
	margin-top: 5px;
}
