/* 
    Created on : Mar 17, 2015, 10:34:50 PM   
*/
html{
    height:100%;
    min-height:100%;
}
body {    
    background: url(../images/Cloth-Fabric-Background-11_web_1920.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;   
    min-height:100%;
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
    line-height:1.8em;
}

.container {max-width:900px; box-shadow:1px 1px 2px gray; width:80%; margin:30px auto; padding:60px; border-radius:3px; background-color:white; box-shadow: 0px 0px 10px #000;}

input[type=text] {padding:10px; border-radius:5px; -moz-border-radius: 5px; border:2px solid #5F75AF; width:100%; display:block;}

.underline {text-decoration:underline;}
.strikethrough {text-decoration: line-through;}
.text-shadow {text-shadow:1px 1px 2px gray;}
.center {text-align: center; }
.italic {font-style:italic;}

.bigButton {
    border-color: rgb(255, 0, 0); 
    border: rgb(255,0,0) 5px solid;
    font-size:26px;                
    font-weight: bold;                                
    background-color:#fccf34;
    color:#006;                
    outline:transparent;                
    text-decoration:none;
    cursor:pointer;
    padding:15px;
    display:block;                
    margin:30px 0px;
    line-height:26px;
    box-shadow:1px 1px 2px lightgray;
}
.bigButton:hover {
    border:5px solid #009900;
}

.inline-bigButton {display:inline-block;}

.terms-of-service {width:500px;margin:20px auto;text-align: center; color:white; font-size:12px;}
.terms-of-service a {color:white;}
.references li {text-align:left;}
.fp-controls {display:none !important;}