/* GLOBALS */
.left{
    float:left;
}
.right{
    float:right;
}
.clr{
    clear:both;
}
#main{
    padding: 20px;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 0 8px #000000;
    -webkit-box-shadow: 0 0 8px #000000;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}
/* FONTS */
body, html{
    font-family: Helvetica;
    font-size: 12px;
}
body, html{
	height:100%;
	width:100%;
	overflow: hidden;
}
body {
	padding:0; 
	margin:0;
	height:100%;
	color:#fff;
}
#wrapper {
	position:absolute;
	top: 5%;
	left: 5%;
}
#footer,
#footer a:link,
#footer a:visited{
    color: #ccc;
}
ul{
    list-style-image: url('../../img/list.gif');
    margin:0;
    padding: 0;
    text-align: left;
    color:#999;
}
li{
    margin:5px;
}
.center{
    text-align: center;
}
h1, h2{
    margin:5px;
}
#phone{
    width:200px;
    margin-left: 100px;
}
#beta{
    font-size: 9px;
    color:#CCC;
}
a:link,
a:visited{
    color: #999;
    text-decoration: none;
}

a:hover{
    color:#999;
    text-decoration: underline;
}

a:focus{
    outline: none;
}
/* EMAIL FORM */
.email-form-wrapper{
    width:220px;
    margin-left:20%;
    display: none ;
}
.txt-input,
.input{
   color: #AAAAAA;
    font-family: Helvetica;
    font-size: 11px;
    margin: 3px 0;
    width: 200px;
}
input:focus{
    color:#000;
}
.req{
    font-weight: bold;
    color:#B00;
    margin-right:10px;
}
.submit{
    height:37px;
    width:83px; 
    display: block;
 }
#loading,
.submit{
    margin-top: 20px;
}
.close{
    font-weight: bold;
}
label.error {
    color: #B00;
    float: left;
    font-size: 10px;
    font-weight: bold;
}
#sent,
#loading{
    display: none;
}
/*FOOTER*/
#footer{
    position: absolute;
    bottom: 0;
}