/*INQUIRY MODULE styles*/

.hand {
	cursor: hand;
}

.inqyiry_head {
	margin: 5px 0px 0px 0px;
}

.inquiry_title {
	font-size: 16px;
	font-weight: bold;
	color: #01A0C6;
	margin: 0px 0px 10px 0px;
}

.inq_QuestionTitle {
	font-size: 11px;
	font-weight: bold;
	color: #01A0C6;
	margin: 15px 0px 5px 0px;
}

.inq_explanation {
	margin: 0px 0px 10px 0px;
}

.submitButton {
	width: 100px;
	height: 23px;
	text-align: center;
	vertical-align: middle;
	color: #0187A7;
	font-size: 11px;
	font-weight: bold;
	background-color: #ffffff;
	border: none;
	background-image: url(../images/logout-button.gif);
	background-position: center;
	background-repeat: no-repeat;
	cursor: hand;
	margin: 0px 0px 0px 0px;
}

.inqLoginInput {
	width: 150px;
	border: 1px solid #E3E3E3;
	margin: 0px 33px 0px 0px;
}

.inq_notAnswered {
	color: #ff0000;
	margin: 5px 0px 5px 0px;
}

.inquiry_textField {
	width: 300px;
	height: 18px;
	line-height: 18px;
}

.inq_remark {
	font-weight: bold;
	margin: 10px 0px 5px 0px;
}

/*Email input*/
.email_field {
	width: 100px;
	font-size: 11px;
	height: 15px;
}

.inqButton {
	width: 70px;
}

.inqError {
	color: #ff0000;
}

.inqUser {
	color: black;
	font-weight: bold; font-size: 13px;
}


/*Question*/
.inqQuiestion {
	font-weight: bold;
}

/*Question explanation for user - like description*/
.inqExplanation {
}

/*Nice table for starting page*/
.inqTable {
	border: 1px solid #D65C00;
	border-bottom: 0px;
	width: 400px;
}

.inqTable th {
	padding: 5px 10px;
	background-color: #D65C00;
	color: #ffffff;
}

.inqTable td {
	padding: 5px 10px;
	border-bottom: 1px solid #D65C00;
}
