﻿.Message, .ProblemMessage, .MessageScratchCard {
	position:relative;
	background-color:#FFE7B6;
	border:1px solid gray;
	width:320px;
	height:20px;
	display:none;
	padding:10px;
	font-size:12px;
	line-height:20px;
	color:red;
	font-weight:bold;
	text-align:center;
	margin:auto;
}

.ProblemMessage {
	display:block;
	width: 340px;
	line-height:normal;
}


#BottomTop {
	margin-top:15px;
}

.CrossPromo {
	float:right;
	margin-right:20px;
}

.PromoText {
	float:left;
	width:260px;
	margin-left:20px;
	margin-top:0;
}



#HelpSerialDiv,
#HelpDeviceIDDiv,
#HelpVoucherDiv
 {
	position:absolute;
	top:100px;
	left:160px;
	background-image:url(images/serial_number_help.png);
	height:517px;
	width:403px;
	display:none;
}

#HelpDeviceIDDiv {background-image:url(images/device_id_help.png);}

#HelpVoucherDiv {background-image:url(images/voucher_help.png);}

.Help {
	vertical-align:-3px;
}

#InstructionSheet {
	position:absolute;
	bottom:45px;
	text-align:center;
	width:100%;
	font-size:10px;
	color:black;
}

#FormDiv a {color:white;}

.Close {
	position:absolute;
	right:35px;
	top:20px;
	cursor:pointer;
	width:12px; 
	height:12px;
}

.SubmitButton {z-index:100;}

#FormDiv {z-index:-1}

#ProblemsTop {margin-top:15px;}
