@charset "utf-8";
/* CSS Document */

.callbackform table {
}
.callbackform table td {
	padding: 5px;
	vertical-align: top;
	text-align: left;
}
.callbackform table .h {
	width: 150px;
}
.callbackform table .i{
	width: 550px;
}
.callbackform table .inp input , .input{
	width: 99%;
	background-color:#FFF;

}
.callbackform table .inp textarea {
	width: 100%;
	background-color:#FFF;
	border: 1px solid #a5a9a2;
}
.callbackform table .text {
	color: #666;
	font-size: 10px;
}
.callbackform table .req {
	color: #F30;
	padding-left: 3px;
	padding-right: 2px;
	font-weight: bold;
}
.callbackform table .inp input:hover, .callbackform table .inp textarea:hover{

}
.callbackform table .buttonarea {
	text-align:right;
}

.callbackform table .inp #CNT {
	height:300px;	
}

/* Style for valid input */
.callbackform table .inp input.invalidInput, .callbackform table .inp textarea.invalidInput{
	background-color: #FFEAEA;
	border: 1px solid #F60;
}

.callbackform table .inp input.validInput, .callbackform table .inp textarea.validInput{
	border: 1px dotted #FF0000;
}

.infomsg{
	color: #124600;
	background-color: #F0FFF1;
	padding: 10px;
	border: 1px solid #DFFFD9;	
}

.getquest_msg{
	padding:5px;
	border-bottom: dotted 1px #CCC;
	margin-bottom:15px;
}