.popup_score_window {
	width: 557px;
	height: 393px;
	background: url(../images/popup_windows.png) no-repeat;
	padding: 20px 18px;
	width: 525px;
	position: absolute;
	left: 400px;
	z-index: 99999999999;
}

.popup_score_window h1 {
	font-size: 18px;
	padding: 6px 0 0 10px;
	font-weight: bold;
	background: #d0121a;
	height: 24px;
	width: 510px;
	color:#ffffff;
}

.popup_score_window .popup_score_box {
	margin-left: 30px;
	margin-top: 15px;
	margin-right: 30px;
}

.popup_score_window .popup_score_box .score_row {
	width: 100%;
	height: 26px;
	line-height: 26px;
	padding:8px 0;
}

.popup_score_window .popup_score_box input {
	border: 1px #cccccc solid;
	height: 26px;
	float: left;
	width: 120px;
	float:left;
}

.popup_score_window .popup_score_box select {
	border: 1px #cccccc solid;
	height: 26px;
	line-height: 26px;
	width: 120px;
}

.popup_score_window .popup_score_box textarea {
	border: 1px #cccccc solid;
	width: 463px;
	resize: none;
	padding:5px 0;
}

.popup_score_window .popup_score_box label {
	display: block;
	float: left;
	line-height: 26px;
	width:80px;
}

.popup_score_window .popup_score_box label span{
	color:red;
}

.popup_score_window .popup_score_box .btn_payment_score {
	float: left;
	width: 120px;
	height: 35px;
	line-height: 35px;
	font-size: 16px;
	text-align: center;
	color: #ffffff;
	cursor: pointer;
	background-color: #CE0000;
}

.popup_score_window .popup_score_box .btn_close_score {
	float: left;
	width: 120px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	cursor: pointer;
	background-color: gray;
	margin-left: 20px;
}