div.score_wrapper, div.score_wrapper_high {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100.01%;
}

div.score_wrapper div.content p, div.score_wrapper_high div.content p {
    color: #00843B;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    margin-bottom: 14px;
}

div.score_wrapper div.score_result div.content a, div.score_wrapper_high div.score_result div.content a {
    color: #F5821E;
}

div.score_wrapper, div.score_wrapper_high {
	position: relative;
	width: 570px;
	padding: 27px;
	background: #fff;
}

div.score_wrapper_high {
	padding: 27px;
	background: #f58220;
}

div.score_result {
    width: 100%;
	width: 100%;
	color: #00843b;
    border: 1px solid #e4e4e4;
	background: #fff url('../graphics/background_score_content.gif') bottom left repeat-x;
}

div.score_wrapper_high div.score_cup {
	width: 160px;
	height: 216px;
	position: absolute;
	top: 22px;
	left: 22px;
}

div.score_result div.title {
    height: 37px;
	font-size: 20px;
	line-height: 35px;
	padding: 0px 12px;
	background: url('../graphics/background_score_title.gif') bottom left repeat-x;
	border-bottom: 1px solid #e4e4e4;
	vertical-align: middle;
}

div.score_wrapper_high div.score_result div.title {
	padding: 0px 150px;
}

div.score_result div.score_time {
    margin: 30px 0 0 0;
	font-size: 128px;
	text-align: center;
}

div.score_wrapper_high div.score_result div.score_time {
    margin: 30px 0 0 130px;
	font-size: 128px;
	text-align: center;
}

div.score_result div.score_time span.milliseconds {
	font-size: 64px;
	vertical-align: top;
}

div.score_result div.content {
	margin: 0 13px;
}

div.score_result div.content table.score_forms {
	
}

table.score_forms td {
	padding: 0 15px 5px 0;
	color: #00843b;
	font-size: 14px;
}

table.score_forms td.bottom {
	vertical-align: bottom;
}

table.score_forms input {
	width: 205px;
	height: 25px;
	font-size: 14px;
	padding: 3px;
}

table.score_forms input.inactive {
	color: #888;
	background-color: #f5f5f5;
	border: 1px solid #d3d3d3;
}

table.score_forms input.active {
	color: #888;
	background-color: #fff;
	border: 1px solid #888;
}

table.score_forms input.selected {
	color: #888;
	background-color: #fff;
	border: 1px solid #f3811e;
}
	
table.score_forms input.score_button {
	width: 128px;
	height: 27px;
	padding: 3px 0;
}

div.score_result table.score_table {
	width: 100%;
	border-collapse: collapse;
}

div.score_result table.score_table td {
	height: 29px;
	color: #f58220;
	font-size: 14px;
	border-bottom: 1px solid #e4e4e4;
	background: #fff url('../graphics/background_score_table_td.gif');
}

div.score_result table.score_table td.p {
	width: 12%;
	padding: 0 14px; 
	color: #00843b;
}

div.score_result table.score_table td.n {
	width: 74%;
}

div.score_result table.score_table td.n div {
	width: 460px;
	overflow: hidden;
}

div.score_result table.score_table td.t {
	width: 12%;
	font-weight: bold;
}

div.score_result table.score_table td.t sup {
	font-weight: normal;
}

div.score_wrapper div.form_status_right, div.score_wrapper_high div.form_status_right {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 300px;
	padding: 0 0 0 5px;
	color: #00843b;
	font-size: 14px;
	line-height: 16px;
	background: transparent url('../graphics/background_arrow_form_status_right.gif')  no-repeat left 50%;
	overflow:visible;
}

div.score_wrapper div.form_status_left, div.score_wrapper_high div.form_status_left {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 300px;
	padding: 0 5px 0 0;
	color: #00843b;
	font-size: 14px;
	line-height: 16px;
	background: transparent url('../graphics/background_arrow_form_status_left.gif')  no-repeat right 50%;
	overflow:visible;
}

div.score_wrapper div.form_status_right div.wrapper, div.score_wrapper div.form_status_left div.wrapper, div.score_wrapper_high div.form_status_right div.wrapper, div.score_wrapper_high div.form_status_left div.wrapper {
	padding: 5px;
	background: #f7811f;
}

div.score_wrapper div.form_status_right div.content, div.score_wrapper div.form_status_left div.content, div.score_wrapper_high div.form_status_right div.content, div.score_wrapper_high div.form_status_left div.content {
	padding: 15px;
	background: #fff;
}

div.score_wrapper div#f_user_not_exist, div.score_wrapper_high div#f_user_not_exist {
	top: 456px;
	left: 630px;
}

div.score_wrapper div#f_user_empty, div.score_wrapper_high div#f_user_empty {
	top: 456px;
	left: 630px;
}

div.score_wrapper div#f_password_wrong, div.score_wrapper_high div#f_password_wrong {
	top: 500px;
	left: 630px;
}

div.score_wrapper div#user_wrong_name, div.score_wrapper_high div#user_wrong_name {
	top: 465px;
	left: -310px;
}

div.score_wrapper div#email_wrong, div.score_wrapper_high div#email_wrong {
	top: 490px;
	left: -310px;
}
