/*------------------------------------------*/
/*											*/
/*		IOMeeting Public Web Site			*/
/*		module:	User Experience				*/
/*		Auther:	Joseph & Botao	2007.11		*/
/*											*/
/*		TestDrive style						*/
/*------------------------------------------*/

@CHARSET "UTF-8";

/*--TestDrive Form--*/

.divTestDriveMainBox {
	margin				:	auto;
	text-align			:	left;
}
.divTestDriveContentBox {
	width				:	826px;
	background			:	transparent url(../resource/image/TestDrive/imgTestDriveBG.gif) repeat-y 0 0;
	text-align			:	center;
}

.divTestDriveFocusBox {
	width				:	600px;
	height				:	160px;
	margin				:	auto;
	padding				:	30px 0 10px 0;
	border				:	1px solid #cd9;
	background-color	:	#f3fcdc;
	text-align			:	center;
}
.tblTestDriveFocusBox{
	margin				:	auto;
}
input:focus, textarea:focus {
	background			:	#fff;
}
.iptTestDriveTermsChk{
	width				:	15px;
	height				:	15px;
	border				:	0;
}
.tdTestDriveTerms{
	padding				:	20px 0 0 80px;
}
form .divTestDriveFocusBox input {
	width				:	180px;
	border				:	1px solid #ac7;
	background-color	:	#fff;
}
.divTestDriveBottomBox {
	width				:	826px;
	height				:	70px;
	background			:	transparent url(../resource/image/TestDrive/imgTestDriveBottomBG.gif) no-repeat 0 0;
}
.tdInputBox{
	text-align			:	left;
	font-size			:	9pt;
}
.iptTestDriveValidationCode{
	width				:	60px !important;
	float				:	left;
	margin-top			:	2px;
}

.divCautionAgreeTerms{
	width				:	600px;
	color				:	#900;
	height				:	40px;
}
/*--TestDriveResult--*/
.divTDResultContentBox {
	width				:	824px;
	height				:	300px;
	padding-top			:	150px;
	border-left			:	1px solid #ab6;
	border-right		:	1px solid #ab6;
}
*html .divTDResultContentBox {
	width				:	826px;
	height				:	350px;
}
.divTestDriveError{
	padding				:	20px 0  20px 0;
}
.tblTestDriveOK{
	width				:	400px;
	margin				:	auto;
	border				:	1px solid #ece0e0;
	height				:	120px;
}
.tdFreeResultErrorIcon{
	width				:	120px;
	height				:	60px;
	background			:	transparent url(../resource/image/TestDrive/imgTestDriveResultErrorIcon_T4.gif) no-repeat right center;
}
.tdTestDriveResultOkContent{
	vertical-align		:	middle;
	text-align			:	left;
}
.fntTestDriveResultErrorTitle{
	font				:	bold 13pt Arial, Verdana, sans-serif;
	color				:	#830;
}
.divTestDriveBottomSpace{
	height				:	40px;
}
.divTestDriveTermsSmt{
	padding				:	40px 0 30px 0;
}
/*--TestDrive Form End--*/
