input
{
	border: none;
	width: 20px;
	background-color: white;
	font-size: 14px;
}

textarea
{
	border: none;
	width: 500px;
	background-color: white;
	font-size: 14px;

}

select
{
	border: none;
	width: 500px;
	background-color: white;
	font-size: 14px;
}

.input_text
{
}

.user_detail_table
{
	padding: 0;
	margin: auto;
	border: none;
	vertical-align: top;
	text-align: right;
	
	font-weight: bold;
	background-color: #e9e9e9;
}

.user_detail_table td
{
	vertical-align: top;
	background-color: #e9e9e9;
	font-size: 16px;
	padding-bottom: 15px;
	padding-right: 15px;
}
/* Left align for text */
.user_detail_table td.text
{
	text-align: left;
	font-weight: 400;
	font-style: italic;
	font-family: Verdana, Tahoma;
}

.left_align
{
	text-align: left;
}

.left_align_check
{
	text-align: center;
	font-weight: normal;
}

.personal_data_div{

	text-align: center;
}

.yui-button.start_test button
{
	padding: 0pc 0.6pc 0pc 2pc;
    background: url( ../images/icons/b_play.png ) 0.6pc 50% no-repeat;
	font-weight: bold;
	font-size: 16px;

}

.warning
{
	font-size: 14px;
}

.test_duration
{
	font-weight: bold;
	/*text-decoration: underline;*/
	font-size: 14px;
	color: #008CE0;

}

.test_requirements_div
{
    color: #000000;
    font-size: 14px;
    text-align: left;
    margin-left: 50px;
    font-weight: bold;
}

.underline
{
	text-decoration: underline;
}
#tr_language
{
	display: none;
}

.old-browser-class
{
	background-color: #e9e9e9;
	border: none;
	text-align: center;
	border-spacing: 0px;
	display: none;
}

