html{
	position: relative;
	width: 100%;
	padding: 0;
	margin: 0;
}
body{
	position: relative;
	width: 100%;
	padding: 0;
	margin: 0;
	background: #ffffff url('../images/bgr.jpg');
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.bold{
	font-weight: bold;
}
.center{
	text-align: center;
}

.pex-wrapper{
	position: relative;
	width: 980px;
	margin: 50px auto 0;
}

.pex-wrapper.border{
	padding: 10px;
	border: dashed 1px #E5E5E5;
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.pex-wrapper h2{
	margin-top: 0;
	text-align: center;
}
.pex-wrapper .pex-message{
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	margin: 15px 0 35px;
	padding: 0 0 25px;
	border: none;
	border-bottom: dashed 1px #e5e5e5;
	background: none;
}