#modal_info_content {
	z-index: 1002;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -235px;
	margin-top: -125px;
	width: 470px;
	height: 250px;
	color: #fff;
	background: url(../images/popup_bg.png) no-repeat;
	font-family: Arial;
	font-size: 12px;
}

#modal_info_content .title {
	color: #fff;
	font-family: Abode;
	text-align: right;
	margin: 30px 55px 0 0;
	font-size: 22px;
}
#modal_info_content .title em {
	color: #000;
	font-style: normal;	
}

#modal_info_content .content {
	position: absolute;
	width: 400px;
	height: 110px;
	top: 58px;
	left: 0;
	margin-top: 3px;
	padding: 5px 0 0 45px;
	font-size: 110%;
	line-height: 18px;
	overflow: scroll;
	overflow-x: hidden;
	overflow-y: auto;
}

#modal_info_content .content .row {
	line-height: 37px;
	text-align: right;
	padding-right: 60px;
}

#modal_info_content .content input {
	width: 165px;
	margin-left: 30px;
	margin-top: 10px;
	border: 0;
	background: transparent;
}

#modal_info_content .controls a:hover {
	color: #000;
}

#modal_info_content #modal_error {
	position: absolute;
	left: 50px;
	top: 35px;
	color: #fff;
	font-weight: bold;
}

#modal_info_content .close_btn {
	position: absolute;
	top: 5px;
	right: 10px;
	cursor: pointer;
}