body  {
	margin: 0px;
	padding: 0px;
	background-color: #000;
	-webkit-text-size-adjust: none; 
	color: #FFF;
	font-family: 'Helvetica', sans-serif;
	-webkit-user-select: none;
}

.tab { 
    width: 100%; 
    position: absolute; 
    text-align: center;
}

.button	 {	
	display: block;		    
	line-height: 46px;	 
	width: 250px;			
	font-size: 20px;
	font-weight: bold;
	font-family: Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	height: 46px;
	background: #000;
}

.gray {
	margin: 3px auto;
	color: #fff;
	text-shadow: #000 0px 1px 1px;
	border-width: 0px 14px 0px 14px;	   
	-webkit-border-image: url('images/grayButton.png') 0 14 0 14;
}

.gray:active {
	-webkit-border-image: url('images/grayButtonActive.png') 0 14 0 14;
}

img {
    margin: 5px;
}

.textField {
    height: 30px;
    -webkit-border-radius: 10px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

textarea {
    -webkit-border-radius: 5px;
    width: 260px;
    height: 100px;
    font-size: 12px;
    padding: 10px;
}

.disclaimer {
    font-size: 11px;
    color: #CCC;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}