body{
        margin:0px 0px 0px 0px;
        padding:0;
        text-align: center; 
        font-family: helvetica;
        font-size: 14px;
        line-height: 150%;
    }

    .shadow {
        -moz-box-shadow: 0px 0px 5px #aaa ;
        -webkit-box-shadow: 0px 0px 5px #aaa;
        box-shadow: 0px 0px 5px #aaa;
        -ms-filter: 
        "progid:DXImageTransform.Microsoft.Shadow(Strength=5, 
            Direction=135, Color='#aaa')";
        filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, 
            Direction=135, Color='#aaa');
    }

    .space{
        height: 20px;
    }

    .center{
        text-align: center;
    }

    .left{
        text-align: left;
    }
	
	.hide {
		display:none;	
	}
    
    #intro{
        padding-top: 200px;
    }

    .intro-box{
        background: rgba(255,255,255,0.8);
        padding: 40px 20px;
    }
    
    /*.container{
        width: 990px;
        margin: 0 auto;
    }*/
    
    .general_error{
        border: 1px solid #ECA7B5;
        padding: 10px 20px;
        margin: 10px 0px;
        background-color: #F5E7E1;
        font-weight: bold;
    }

    .note{
        padding-top: 20px;
        color:#555;
    }
    
    img{
        border: none;
        margin-bottom: 50px;
    }
    
    select{
        -webkit-border-radius:4px;
        -moz-border-radius:4px;
        border-radius:4px;
        background: white;
        color:#555;
        border:solid 1px #EEE;
        outline:none;
        display: inline-block;
        -webkit-appearance:none;
        -moz-appearance:none;
        appearance:none;
        cursor:pointer;
        padding: 15px 20px;
        font-size: 16px;
        width: 100%;
        text-transform: uppercase;
    }
    
    button.go{
        -webkit-border-radius:4px;
        -moz-border-radius:4px;
        border-radius:4px;
        background: #333;
        color:white;
        border:solid 1px #333;
        outline:none;
        display: inline-block;
        -webkit-appearance:none;
        -moz-appearance:none;
        appearance:none;
        cursor:pointer;
        padding: 15px 20px;
        font-size: 16px;
        text-transform: uppercase;	
    }
    
    button.go:hover{
        background-color:white;
        border:solid 1px #333;
        color:#333;
    }
    
    #alertNoOrder{
    	border: 1px solid #ECA7B5;
    	padding: 10px 20px;
    	margin: 20px 0px;
    	background-color: #F5E7E1;
    	font-weight: bold;
    }