@charset "utf-8";

img{
	border:0;
	}



a{
cursor: pointer;
text-decoration:none;
}
#backgroundPopup{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#000000;
	border:1px solid #cecece;
	z-index:1;
}
#popupSndMoney{
	display:none;
	position:relative;
	_position:absolute; /* hack for internet explorer 6*/
	height:126px;
	width:215px;
	background:#f5f5f5;
	border:2px solid #b9b9b9;
	z-index:2;
	font-size:11px;
	font-family: Tahoma, Arial;
}
#popupSndMoneyClose{
	right:6px;
	top:4px;
	position:absolute;
	color:#6fa5fd;
	display:block;
}
#popupSndMoney   #box1 {
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
}
#popupSndMoney  h1{
text-align:left;
color:#6FA5FD;
font-size:22px;
font-weight:700;
border-bottom:1px dotted #D3D3D3;
padding-bottom:2px;
margin-bottom:20px;
}


#button{
text-align:center;
margin:100px;
}



.dotted_line {
	background-image: url(../images/dotted_line.gif);
	background-repeat: repeat-x;
	background-position: center;
	height: 19px;
}
.dotted_line2 {
	background-image: url(../images/dotted_line.gif);
	background-repeat: repeat-x;
	background-position: center;
	height: 15px;
}



.input1 {
	background-color: #f1f0aa;
	height: 19px;
	width: 144px;
	border: 1px solid #838181;
	margin: 0px;
	font-size: 11px;
	font-family: Tahoma, Arial;
	color: #333333;
	line-height: 19px;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
}
.input2 {
	height: 18px;
	width: 132px;
	border: 1px solid #cccccc;
	font-family: Tahoma, Arial;
	font-size: 11px;
	line-height: 18px;
	padding-right: 5px;
	padding-left: 5px;
	color: #333333;
}
.input3 {
	font-family: Tahoma, Arial;
	font-size: 11px;
	line-height: 18px;
	height: 19px;
	width: 57px;
	padding-right: 5px;
	padding-left: 5px;
	border: 1px solid #cccccc;
	color: #333333;
}
.input4 {
	font-family: Tahoma, Arial;
	font-size: 11px;
	line-height: 18px;
	height: 18px;
	width: 104px;
	padding-right: 5px;
	padding-left: 5px;
	border: 1px solid #cccccc;
	color: #666666;
}

.select {
	font-family: Tahoma, Arial;
	font-size: 11px;
	height: 19px;
	width: 144px;
	line-height: 19px;
	border: 1px solid #cccccc;
	color: #333333;
	z-index: 1;
}
.select2 {
	font-family: Tahoma, Arial;
	font-size: 11px;
	height: 18px;
	width: 116px;
	line-height: 18px;
	border: 1px solid #cccccc;
	color: #666666;
	z-index: 1;
}
.select3 {
	font-family: Tahoma, Arial;
	font-size: 11px;
	height: 18px;
	width: 126px;
	line-height: 18px;
	border: 1px solid #cccccc;
	color: #666666;
	z-index: 1;
}



.red {
	color: #de0000;
	font-weight: bold;
}
.textarea {
	height: 61px;
	width: 168px;
	overflow: auto;
	border: 1px solid #cccccc;
}

.txt {
	font-family: Tahoma, Arial;
	font-size: 11px;
	line-height: 18px;
	color: #333333;
}
#surveyPopup {
	height: 474px;
	width: 781px;
	position: absolute;
	background-image: url(../images/r2i_popupBg.png);
	background-repeat: repeat;
	left: 0px;
	top: 0px;
	padding: 7px;
}
#surveyPopup #whiteBox {
	background-color: #FFFFFF;
	width: 780px;
	height: 472px;
	overflow-x:hidden;
	overflow-y:auto;
	display: block;
	position: relative;
}

#surveyPopupClose {
	position: absolute;
	right: 25px;
	top: 10px;
	font-weight: bold;
	color: #c20000;
	font-family: Tahoma, Arial, helvetica;
	font-size: 11px;
	cursor: pointer;
	z-index: 999;
}
#whiteBox   #FCNR-Y   span {
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: justify;
	display: block;
}
#surveyPopup #thnx-msg {
	display: block;
	position: relative;
	margin-top: 80px;
	font-family: Tahoma, Arial, helvetica;
	font-size: 11px;
	width: 680px;
	margin-right: auto;
	margin-left: auto;
}
