
.MsgBox{
	width: 674px;
	height:auto;
	overflow:hidden;
	clear:both;
	background:url(../images/top-popup.gif) no-repeat top left;
}
.MsgBox .WrapBox{
	width: 674px;
	background: url(../images/bottom-popup.gif) no-repeat bottom left;
	padding-bottom:10px;
	height:auto;
	clear:both;
	overflow:hidden;
}
.MsgBox .WrapBox .Content{
	border-left: 1px solid #000;
	border-right: 1px solid #000;	
	margin-top: 10px;
	background-color:#fff;
	height:auto;
	clear:both;
	overflow:hidden;
	width: 672px;
	padding-bottom:20px;
	
}
.MsgBox .WrapBox .Content h3{
	font-family:Arial;
	font-size: 1.8em;
	font-weight:bold;
	text-transform:uppercase;
	color: #ff048e;

}
.MsgBox .WrapBox .Content .ContentMsg01{
	float:left;
	width: 300px;	
	margin: 20px 0px 0px 28px;
	display: inline;
}
.MsgBox .WrapBox .Content .WidthMsg01{
	width: 600px;
	background:#ccc;
}
.MsgBox .WrapBox .Content .ContentMsg02{
	float:right;
	width: 320px;	

}
.MsgBox .WrapBox .Content .ContentMsg02 iFrame{
	margin: 45px 0px 0px 0px; 	
}
.ButClose{
	float:right;
	margin-right: 10px;
	display: inline;
}
.ButClose .Close{
	background:url(../images/icon-close.gif) no-repeat top right;
	display:block;
	font-weight:bold;
	height: 18px;
	color: #000 !important;
	line-height: 18px;
	clear:both;
	width:106px;
	font-size:0.9em;
}
.MsgBox .WrapBox .Content .ContentMsg02 a:hover{
	text-decoration: underline;
}
.MsgBox .WrapBox .Content .ContentMsg01 .FormSend{
	/*height: 280px;*/
}
.MsgBox .WrapBox .Content .ContentMsg01 .FormSend .Column01{
	float:left;
	width: 75px;
	text-transform:uppercase;
	font-weight:bold;
	color: #666;
	padding-top:2px;
	font-size: 0.9em;
	padding-bottom: 18px;	
}
.MsgBox .WrapBox .Content .ContentMsg01 .FormSend .Column02{
	float:left;
	width: 200px;
	padding-bottom: 18px;
}
.MsgBox .WrapBox .Content .ContentMsg01 .FormSend .Column03{
	float:left;
	width: 75px;
	text-transform:uppercase;
	font-weight:bold;
	color: #666;
	margin-top: 0px;	
	font-size: 0.9em;
	height: 35px;
}
.MsgBox .WrapBox .Content .ContentMsg01 .FormSend .Column04{
	float:left;
	width: 200px;
	margin-top: 0px;
	margin-bottom: 5px;
	height: 35px;
}
.MsgBox .WrapBox .Content .ContentMsg01 .FormSend .Column06{
	float:left;
	width: 500px;
	margin-top: 0px;
	margin-bottom: 5px;
	background: #ccc;
}
.MsgBox .WrapBox .Content .ContentMsg01 .FormSend .Column05{
	float:left;
	width: 200px;
	margin-top: -10px;
	font-size:0.8em;
}
.MsgBox .WrapBox .Content .ContentMsg01 .FormSend .Column05 span{
	background:url(../images/key.gif) no-repeat top left;
	font-size:1.1em;
	font-style:italic;
	padding-left: 18px;
	display:block;
	height: 18px;
	padding-top: 5px;
	
}
.MsgBox .WrapBox .Content .ContentMsg01 .FormSend .Column02 .StyleRadio{
	float:left;
	margin-right: 6px;
}
.MsgBox .WrapBox .Content .ContentMsg01 .FormSend .Column02 .StyleTextSend,
.MsgBox .WrapBox .Content .ContentMsg01 .FormSend .Column04 .StyleTextSend{
	width: 210px;
	border: 1px solid #000;
	font-size: 12px;
	height: 17px;
	padding-top: 2px;
	padding-left: 2px;
}

.MsgBox .WrapBox .Content .ContentMsg01 .FormSend .Column02 .StyleTextComment{
	width: 215px;
	border: 1px solid #000;
	font-size: 12px;
	height: 96px;
	padding-top: 2px;
	padding-left: 2px;	
}

.MsgBox .WrapBox .Content .ContentMsg01 .FormSend .Column02 .Or{
	font-weight:bold;
	color: #666;
}
.MsgBox .WrapBox .Content .ContentMsg02 .RightCol{
	float:left;
	margin-top: 33px;
}
.MsgBox .WrapBox .Content .ContentMsg02 .Column01{
	float:left;
	width: 132px;
	text-transform:uppercase;
	font-weight:bold;
	color: #666;
	padding-top:2px;
	margin-top: 10px;
}
.MsgBox .WrapBox .Content .ContentMsg02 .Column02{
	float:left;
	width: 190px;
	margin-top: 10px;
}
.MsgBox .WrapBox .Content .ContentMsg02 .Column03{
	float:left;
	width: 100px;
	text-transform:uppercase;
	font-weight:bold;
	color: #666;
	padding-top:2px;
	margin-top: 10px;
}
.MsgBox .WrapBox .Content .ContentMsg02 .Column02 .StyleArea{
	width: 215px;
	border: 1px solid #000;
	font-size: 12px;
	height: 90px;
	padding-top: 2px;
	padding-left: 2px;
}
.MsgBox .WrapBox .Content .ContentMsg02 .StyleTextSend{
	width: 180px;
	border: 1px solid #000;
	font-size: 12px;
	height: 17px;
	padding-top: 2px;
	padding-left: 2px;
}

.MsgBox .EnterCaptcha label {
	font-size: 11px;
	display: block;
	padding-top: 10px;
	padding-bottom: 5px;
}
.MsgBox .EnterCaptcha input {
	font-size: 11px;
	padding: 2px 5px;
	width: 158px;
	border: 1px black solid;
}


.BtnNoThanks{
	 width: 137px;
	 height: 37px;
	 float:left;
	 margin-top: 20px;
}
.BtnNoThanks a{
	background:url(../images/nothanks.gif) no-repeat top left;
	height: 37px;
	display: block;
}
.BtnNoThanks a:hover{
	background:url(../images/nothanks.gif) no-repeat bottom left;
	height: 37px;
	display: block;
}
.BtnNoThanks span{
	display: none;
}

.BtnFindContact{
	 width: 170px;
	 height: 37px;
	 float:left;
	 margin-top: 20px;
}
.BtnFindContact a{
	background:url(../images/findcontact.gif) no-repeat top left;
	height: 37px;
	display: block;
}
.BtnFindContact a:hover{
	background:url(../images/findcontact.gif) no-repeat bottom left;
	height: 37px;
	display: block;
}
.BtnFindContact span{
	display: none;
}

.ListScroll{
	overflow-x: visible;
    overflow-y: auto;
	height: 170px;
	margin-top: 10px;
	width: 300px;
	float:left;
	
}
.ListContacts{
	width: 270px;
	float:left;
	clear: both;

}

.ListContacts th{
	text-align:center;
	background-color:#ff048e;
	color:#fff;
}
.ListContacts tr td{
	height: 22px;
	line-height: 22px;
	vertical-align: middle;
	color: #000;
	font-size: 0.9em;
}
.ListScroll strong{
	padding-left: 8px;
}

.MsgBox .WrapBox .Content .ReportMsg01{
	float:left;
	width: 500px;	
	margin: 20px 0px 20px 28px;
	display: inline;
}
.MsgBox .WrapBox .Content .ReportMsg02{
	float:right;
	width: 110px;	
}
.MsgBox .WrapBox .Content .ReportMsg03{
	float:left;
	width: 500px;	
	margin: 20px 0px 20px 28px;
	display: inline;
}
.MsgBox .WrapBox .Content .ReportMsg02 .FormReport{
	
}	
.MsgBox .WrapBox .Content .ReportMsg01 .Column01{
	float:left;
	width: 73px;
	text-transform:uppercase;
	font-weight:bold;
	color: #666;
	padding-top:2px;
	margin-top: 25px;
	font-size: 0.9em;
}
.MsgBox .WrapBox .Content .ReportMsg01 .Column02{
	float:left;
	width: 420px;
	margin-top: 25px;
}
.MsgBox .WrapBox .Content .ReportMsg01 .StyleTextEmail{
	width: 400px;
	border: 1px solid #000;
	font-size: 12px;
	height: 17px;
	padding-top: 2px;
	padding-left: 2px;
}
.MsgBox .WrapBox .Content .ReportMsg01 .StyleTextComment{
	width: 400px;
	border: 1px solid #000;
	font-size: 12px;
	height: 95px;
	padding-top: 2px;
	padding-left: 2px;
}
.Cancel{
	float:left;
	margin-top:30px;
	margin-left: 10px;
}
.Cancel a{
	color: #000 !important;
	font-weight:bold;
}
.BtnSubmit{
	 width: 137px;
	 height: 37px;
	 float:left;
	 margin-top: 20px;
	 margin-left: 74px;
	 display: inline;
}
.BtnSubmit a{
	background:url(../images/submit.gif) no-repeat top left;
	height: 37px;
	display: block;
}
.BtnSubmit a:hover{
	background:url(../images/submit.gif) no-repeat bottom left;
	height: 37px;
	display: block;
}
.BtnSubmit span{
	display: none;
}
.BtnClose{
	 width: 137px;
	 height: 37px;
	 float:left;
	 margin-top: 20px;
	 display: inline;

}
.BtnClose a{
	background:url(../images/close.gif) no-repeat top left;
	height: 37px;
	display: block;
}
.BtnClose a:hover{
	background:url(../images/close.gif) no-repeat bottom left;
	height: 37px;
	display: block;
}
.BtnClose span{
	display: none;
}

.BtnContinue{
	 width: 137px;
	 height: 37px;
	 float:left;
	 margin-top: 20px;
	 display: inline;
}
.BtnContinue a{
	background:url(../images/continue.gif) no-repeat top left;
	height: 37px;
	display: block;
}
.BtnContinue a:hover{
	background:url(../images/continue.gif) no-repeat bottom left;
	height: 37px;
	display: block;
}
.BtnContinue span{
	display: none;
}

.BtnSendToFriend{
	 width: 191px;
	 height: 37px;
	 float:left;
	 margin-top: 20px;
	 display: inline;
	 margin-left: 10px;
}
.BtnSendToFriend a{
	background:url(../images/sendtofriend.gif) no-repeat top left;
	height: 37px;
	display: block;
}
.BtnSendToFriend a:hover{
	background:url(../images/sendtofriend.gif) no-repeat bottom left;
	height: 37px;
	display: block;
}
.BtnSendToFriend span{
	display: none;
}

.BtnSendEmail{
	 width: 151px;
	 height: 37px;
	 float:left;
	 margin-top: 20px;
	 display: inline;
	
}
.BtnSendEmail a{
	background:url(../images/sendemail.gif) no-repeat top left;
	height: 37px;
	display: block;
}
.BtnSendEmail a:hover{
	background:url(../images/sendemail.gif) no-repeat bottom left;
	height: 37px;
	display: block;
}
.BtnSendEmail span{
	display: none;
}
.NoThanks{
	float: left;
	clear:both;
	margin-left: 75px;
	margin-top:40px;
	display: inline;
	width: 200px;
}
.NoThanks a{
	color:#000 !important;
	font-weight:bold;
	font-size:1.1em;
}
.NoThanks a:hover{
	text-decoration: underline;
}
.TitleCL{
	width: 100px;
	text-transform:uppercase;
	font-weight:bold;
	color: #666;
	padding-top:2px;
	font-size: 0.9em;
}	
.Border{
	border-left: 1px solid #000;
	padding-left: 15px;
	margin-top: 20px;
}
.Service {
	clear:both;
	padding-top:30px;
}
.FullBox {
	width: 672px;
	clear:both;
}	
.StyleArea01{
	width: 400px;
	border: 1px solid #000;
	font-size: 12px;
	height: 90px;
	padding-top: 2px;
	padding-left: 2px;
}


.MsgBox .WrapBox .Content .ReportMsg03 .Column01{
	float:left;
	width: 73px;
	text-transform:uppercase;
	font-weight:bold;
	color: #666;
	height: 35px;
	font-size: 0.9em;
	clear:both;
	line-height: 12px !important;
}
.FixHeight{
	height:35px;
}
.FixLine {
	padding-top: 5px;
	.padding-top:10px;
	_padding-top:10px;
}
.FixHeight01{
	padding: 30px 0px;
	float:left;
}
.MsgBox .WrapBox .Content .ReportMsg03 .Column02{
	float:left;
	width: 420px;
	
}
.MsgBox .WrapBox .Content .ReportMsg03 .Column02 .StyleRadio{
	
	margin-right: 6px;
}
.MsgBox .WrapBox .Content .ReportMsg03 .Column02 p{
	font-size: 0.9em;
	line-height: 14px;
}
.MsgBox .WrapBox .Content .ReportMsg03 .StyleTextEmail{
	width: 200px;
	border: 1px solid #000;
	font-size: 12px;
	height: 17px;
	padding-top: 2px;
	padding-left: 2px;
}
.MsgBox .WrapBox .Content .ReportMsg03 .StyleTextComment{
	width: 400px;
	border: 1px solid #000;
	font-size: 12px;
	height: 95px;
	padding-top: 2px;
	padding-left: 2px;
}
.BtnEnterNow{
	 width: 137px;
	 height: 37px;
	 float:left;
}
.BtnEnterNow a:link,
.BtnEnterNow a:visited {
	background: url(../images/enter-now-m.gif) no-repeat top left;
	height: 37px;
	width: 137px;
	float:left;
}
.BtnEnterNow a:hover {
	background:url(../images/enter-now-m.gif) no-repeat bottom left;
	height: 37px;
	display: block;
	width: 137px;
}
.BtnEnterNow span{
	display: none;
}

/*how to win box*/
.MsgBoxHowTo{
	width: 738px;
	height:auto;
	overflow:hidden;
	clear:both;
	background:url(../images/top-popup01.gif) no-repeat top left;
}
.MsgBoxHowTo .WrapBox{
	width: 738px;
	background: url(../images/bottom-popup01.gif) no-repeat bottom left;
	padding-bottom:10px;
	height:auto;
	clear:both;
	overflow:hidden;
}
.MsgBoxHowTo .WrapBox .Content{
	border-left: 1px solid #000;
	border-right: 1px solid #000;	
	margin-top: 8px;
	background-color:#fff;
	height:auto;
	clear:both;
	overflow:hidden;
	width: 736px;
	padding-bottom:20px;
}
.MsgBoxHowTo .WrapBox .Content .Scroll{
	height: 450px;
	overflow:scroll;
	width: 736px;
	overflow-x: hidden;
	clear:both;
}
.MsgBoxHowTo .WrapBox .Content h3{
	font-family:Arial;
	font-size: 1.8em;
	font-weight:bold;
	text-transform:uppercase;
	color: #ff048e;
}
.MsgBoxHowTo .WrapBox .Content .HowToMsg01{
	width: 705px;
	float:left;
	padding-left: 30px;
}
.MsgBoxHowTo .WrapBox .Content .HowToMsg01 img{
	vertical-align:middle;
}
.MsgBoxHowTo .WrapBox .Content .HowToMsg01 .Fame{
	font-weight:bold;
	color: #0ae119;
}
.MsgBoxHowTo .WrapBox .Content .HowToMsg01 .Lame{
	font-weight:bold;
	color: #f91c8e;
}
.MsgBoxHowTo .WrapBox .Content .HowToMsg01 ul.ListHowTo {
	
}
.MsgBoxHowTo .WrapBox .Content .HowToMsg01 ul.ListHowTo li{
	background:url(../images/square.gif) no-repeat 0px 8px;
	padding: 0px 0px 6px 10px;
	margin-top:8px;
	height:15px;
}
.MsgBoxHowTo .WrapBox .Content .HowToMsg01 ul.ListHowTo .FixH{
	background:url(../images/square.gif) no-repeat 0px 12px;
	margin-bottom: 6px;
	height:20px;
}
.MsgBoxHowTo .WrapBox .Content .HowToMsg01 .StrongVote{
	font-size: 1.4em;
	color: #999;
	text-transform:uppercase;
	font-weight:bold;
	font-family:Arial;
}
.MsgBoxHowTo .WrapBox .Content .HowToMsg01 h4{
	font-weight:normal;
	font-size: 0.9em;
	padding-bottom: 12px;
}	
 .MsgBoxHowTo .WrapBox .Content .HowToMsg01 h5{
	font-weight: bold;
	font-size: 0.9em;
}
.MsgBoxHowTo .WrapBox .Content .HowToMsg01 h6{
	font-weight: bold;
	font-size: 1.2em;
	padding-bottom: 12px;
}	
.MsgBoxHowTo .WrapBox .Content .HowToMsg02{
	float:right;
	width: 110px;	
	clear: both;
}
.MsgBoxHowTo .WrapBox .Content .HowToMsg01 ul.ListWin{
	margin-bottom:12px;
}
.MsgBoxHowTo .WrapBox .Content .HowToMsg01 ul.ListWin  li{
	background:url(../images/square.gif) no-repeat 0px 8px;
	padding-left: 10px;
}
