body 
{
    background: url('../images/back.png');
    background-repeat:no-repeat;
    color: #666;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	width: 679px;
	height:526px;
	/*border: 1px solid;*/
}
.main_content
{
    width: 538px;
    height: 441px;
    position: relative;
    left: 140px;
    top: 86px;
    text-align: center;
    float: left;
    /*border: 1px solid;*/
}
.header_text
{
    width:inherit;
    height:275px;
     white-space: pre-wrap;       /* css-3 */
     white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
     white-space: -pre-wrap;      /* Opera 4-6 */
     white-space: -o-pre-wrap;    /* Opera 7 */
     word-wrap: break-word;       /* Internet Explorer 5.5+ */
    /*border: 1px solid;*/
}
.Buttons
{
    margin: 15px 15px 0 0;
    /*border: 1px solid;*/
}
.footer
{
    
    margin: 15px 15px 0 15px;
    padding: 0 15px 0 15px;
    position: relative;
    float: right;
    /*border: 1px solid;*/
    
}
.leftpannel
{
    width: 118px;
    padding: 10px;
    /*border: 1px solid;*/
    position: absolute;
    height: 421px;
    top: 86px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	margin: 0;
}
h3.ApplicationName
{
   font-family: Arial Narrow, Helvetica, sans-serif;
	font-size: 18pt;
	text-transform: uppercase;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #336699;
	text-align: center;
	white-space:normal;	 
}
h3 {
	font-family: Arial Narrow, Helvetica, sans-serif;
	font-size: 18pt;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #336699;
	text-align: center;
}
.Lowerbottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}
.BodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	float: none;
	text-indent: 0px;
	color: #666;
	margin: 0 10px 10px 10px;
}
.buttonlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.lowerlink {
	font-size: 10px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
}
.EnteringCode {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	color: #336699;
}
.MainTable {
	/*background-image: url(../images/bg.png);*/
	background-repeat: no-repeat;
}
hr{
	width: 90%;
	color: #ccc;
	height: 1px;
}
.SelectStyle {
	background-color:#e3e9ef;
	font-size:10px
}
.table_button
{
    width: 510px;
    height: 63px;
    position: relative;
    top: 145px;
}
.table_btnQuit
{
    width: 510px;
    height: 63px;
    position: relative;
    top: 125px;
}
.table_btnClose
{
    width: 510px;
    height: 63px;
    position: relative;
    top: 160px;
}
.table_btnActivate
{
    width: 510px;
    height: 63px;
    position: relative;
    top: 100px;
}
.table_btnActivationCode
{
    width: 510px;
    height: 63px;
    position: relative;
    top: 170px;
}
.table_btnNext
{
    width: 510px;
    height: 63px;
    position: relative;
    top: 115px;
}

.table_footer
{
    width: 510px;
    height: 28px;
    position: relative;
    top: 160px;
}
.table_ftQuit
{
    width: 510px;
    height: 28px;
    position: relative;
    top: 140px;
}
.table_ftAuth
{
    width: 510px;
    height: 28px;
    position: relative;
    top: 130px;
}
.table_footer2
{
    width: 510px;
    height: 28px;
    position: relative;
    top: 180px;
}
.table_ftInputSN
{
    width: 510px;
    height: 28px;
    position: relative;
    top: 120px;
}
.table_ftInputAC
{
    width: 510px;
    height: 28px;
    position: relative;
    top: 170px;
}
.sidebar
{
    width: 140px;
    height: 130px;
    position: relative;
    top: -35px;
}  
.YesButton
{
    background: url('../images/Close.png');
    background-repeat: no-repeat;
    border: medium none;
    height: 63px;
    width: 156px;
    
}
.btnActivate
{
    background: url('../images/Activate.png');
    background-repeat: no-repeat;
    border: medium none;
    height: 63px;
    width: 156px;
    
}
.btnNext
{
    background: url('../images/Next.png');
    background-repeat: no-repeat;
    border: medium none;
    height: 63px;
    width: 156px;
    
}