﻿.buttonholder
{
	text-align:right;
	float:left;
}

.topCenter
{
	padding-left:24%;
	padding-top:29px;
	padding-right:24%;
	font-size:20pt;
	color:#fbcd07;
	font-weight:bold;
	line-height:30px;
}

.buffer
{
width:24%;	
}

.seperator
{
	width:390px;
	height:50%;
	vertical-align:middle;
	text-align:center;
}

.bottom
{
	padding-left:38px;
}

.FldValidation
{
	color:Red;	
	left:-15px;
	position:relative;
	top:12px;
}

/*h2
{
text-align:center;	
}*/

.inputSurround
{
	background-repeat:no-repeat;
	height:60px;
	width:85px;
	margin-left:13px;
	display:block;
	float:left;
}

.inputSurround input
{
	color:White;
	font-weight:bold;
	margin-top:12px;
	float:left;
	background:url("images/transparent.gif");
	border:none;
	width:78px;
	height:27px;
	text-align:center;
	font-size:12pt;
/*	z-index:10001;
	position:relative;*/
	
	/**padding:5px;**/
}
.seperator.bottom .inputSurround:first-child
{
		margin-left:66px;
}

/**
modal_content => sm_content
modal_overlay => sm_olay
modal_close => sm_close
modal_title => sm_title
**/

/*modal*/
#sm_content {
    display: none;
}
.ageCheck{
    position: fixed;
    left: 50%;
    /*padding: 15px;*/
    top:10%;
    /*-webkit-box-shadow: 0px 0px 8px #111;*/
    background-image:url('Images/AgeCheckBacText.png');
    background-repeat:no-repeat;
    width:454px;
    height:241px;
    margin-left:-18%;
    text-align:center;
    z-index:10002;
}
#sm_content small{font-size:77%;}
#sm_content .sm_close{
	float:right;
	cursor:pointer;
}
#sm_content h3{font-size:116%;}
.sm_olay { background-color: #000; }
/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.overlay {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html #sm_content {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

.overlay
{
background-color:#000000;
	opacity:0.4;
	filter:alpha(opacity=40)
}