﻿.left {
	float:left;
}
.right {
	float:right;
}
.box {
background-color: #ffffff;
    color: #333;
    left: 100%;
    padding: 10px;
    position: fixed;
    right: 30%;
    width: 200px;
    top: 33%;
    width: 650px;
    z-index: 2000000;
    border: 3px solid #046294;
    border-radius: 10px;
}
.tac {
	text-align:center;
}
.box em {
	font-family: Times New Roman;
	font-size: 15px;
	color: #000000;
	font-style:italic;
	text-transform:uppercase;
}
.box b {
	font-family: Times New Roman;
	font-size: 33px;
	text-transform: uppercase;
	color: #000000;
	font-weight: normal;
	line-height: 40px;
}
.tac-left{float:left; width:40%;}
.tac-left img{width:100%;}
.tac-right{float:left; width:60%;}
.overlay {
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 100;
	opacity:0.8;
	
}
a.boxclose {
	background: url("../images/cancel.png") repeat scroll left top transparent;
	cursor: pointer;
	float: right;
	height: 26px;
	left: 32px;
	position: relative;
	top: -33px;
	width: 26px;
}
.btnbox {
	width: 230px;
	margin: 0 auto;
	padding: 7px 0px 7px 0px;
}
.btnbox-inner {
	width: 100%;
	margin: 0 auto;
	padding: 7px 0px 7px 0px;
}
.popupbutton {
	background:#e8e8e8;
	border:1px solid #878787;
	border-radius:3px;
	padding:3px;
	cursor:pointer;
	height:30px;
	margin-right:5px;
}
.popupbutton:hover {
	background:#fdfdfd;
	clear:#878787;
}
.sky {
	background:url(../images/form-bg.png) no-repeat top left;
	height:2px;
	background-position:42px 0;
}
.popup-form {
	width:100%;
	float:left;
	margin:5px 0;
}
.poplabel {
	width: 65px;
	margin: 0px;
	line-height: 34px;
}
.popstar {
	color: #FF0000;
	font-weight: bold;
}
.popinput {
	margin: 0px;
	padding: 0px 10px;
	width: 232px;
	height: 24px;
	border: none;
	background: #fdfdfd;
	border-radius:5px;
	border:1px solid #878787;
}
.noborder {
	border: 0px none;
	padding: 0px;
}
.submitbutton {
	background:url(../images/submitbutton.png) no-repeat;
	cursor:pointer;
	width:126px;
	height:45px;
	border:none;
}
.leftsite{text-align:left; width:100%; padding-bottom:5px;}
