/* global */
* {
	margin: 0; padding: 0;
}
a {
	outline: none;
	text-decoration: none;
	color: #bb3766;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
ul, ol, li {
	list-style: none;
}
input, select, textarea {
	color: #3e4351;
	font-size: 14px;
}
textarea {
	resize: none;
}
table, tr, th, td {
	border: none;
	border-collapse: collapse;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.hidden {
	display: none;
}
.clickable {
	cursor: pointer;
}
.no_border {
	border:none !important;
}
/* layout */
html, body {
	height: 100%;
	background-color: #ffa2c6;
}
body {
	font: 62.5%/1.4 'Arial',tahoma,verdana,arial,sans-serif;
	color: #990036;
	background:url(/images/rp1/bg_repeat.png) right 0 repeat-x;
	position: relative;
}
#bg_container {
	min-height: 100%;
	background:url(/images/rp1/body_bg.jpg) left 0 no-repeat #ffa2c6;
	background-size: cover;
	overflow: hidden;
	font-size: 12px;
}
#popup {
	width:721px;
	height:627px;
	margin:30px 0px 0px -260px;
	position: relative;
	left:50%;
	font-size:12px;
	background:url(/images/rp1/popup.png) 0 0 no-repeat;
}
#popup #go_through {
	width: 574px;
	height: 155px;
	position: absolute;
	top: 328px;
	left: 78px;
	background:url(/images/rp1/btn_bg.png) 0 0 no-repeat;
	text-indent: -9999px;
	cursor: pointer;
}
#popup #go_through:hover {
	background-position: 0px -155px;
}
#popup p {
	position: absolute;
	top: 487px;
	left: 78px;
	width: 562px;
	text-align: center;
	color: #ff4e8e;
}
#popup p a,  #popup p a:hover{
	text-decoration: none;
}
#popup p a {
	color: #bb3766;
}
#footer {
	width: 800px;
	margin: 170px auto 0px;
}
#bar {
	width: 800px;
	height: 26px;
	padding-top: 44px;
	background:url(/images/rp1/bar.png) 0 0 no-repeat;
	font-size: 14px;
	color: #360013;
	text-align: center;
}
#bar a, #bar a:hover {
	text-decoration: underline;
	color: #360013;
}
#footer ul {
	text-align: center;
	padding-top: 14px;
}
#footer ul li {
	display: inline;
	color: #990036;
	font-size: 12px;
}
#footer ul li a, #footer ul li a:hover {
	color: #990036;
	font-size: 12px;
	text-decoration: none;
}
#footer p {
	color: #990036;
	font-size: 12px;
	text-align: center;
}
#verisign {
	padding: 5px 0px;
	text-align: center;
}