@charset "utf-8";
/* CSS Document */
/*html,body{background:url(images/bg2.jpg) top center no-repeat fixed; font-family:Arial, Helvetica, sans-serif; margin:0; padding:0;}*/
html{	overflow-y: scroll;}
body{font-size:15px;}
h1{font-family: 'Audiowide', cursive; letter-spacing:-1px;}
.roboto{font-family: 'Roboto', sans-serif;}
.clear{clear:both;}
.pad{padding:10px;}
.pad20{padding:20px;}
strong{color:#2d6991;}
.page{width:auto; height:auto; margin:0px auto; border:1px solid #333; background:white; opacity:.85; }
.header{width:1000px; height:auto; margin:0px auto; border:0px solid #611872;}
.footer{width:1000px; height:auto; margin:0px auto; border:0px solid #611872;}
.price{font-size:16px; font-weight:bold; text-align:center;}
.reg{font-size:12px; font-style:italic;}
.box{width:295px; height:250px; float:left; margin:10px 0px 20px 25px;font-size:14px; line-height:22px; font-weight:bold;
	background:#fff; border:1px solid #333;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	border-radius:10px;}

.boxbot{position:absolute; bottom:0; width:295px; height:100px; padding:6px 0px; text-align:center; background:white; 
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;}	
	
.silver{width:auto; height:auto; padding:0px; margin:0px; text-align:center; background:#CCC;font-family: 'Audiowide', cursive;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px; 
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;	}
.gold{width:auto; height:auto; padding:0px; margin:0px; text-align:center; background:#CC3;font-family: 'Audiowide', cursive;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;	}
.platinum{width:auto; height:auto; padding:0px; margin:0px; text-align:center; background:#999;font-family: 'Audiowide', cursive;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;	}
	
.silverx{width:295px; height:auto; padding:6px 0px; margin:0px; text-align:center; background:#CCC; position:absolute; bottom:0; font-size:16px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;}	
.goldx{width:295px; height:auto; padding:6px 0px; margin:0px; text-align:center; background:#CC3; position:absolute; bottom:0; font-size:16px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;}	
.platinumx{width:295px; height:auto; padding:6px 0px; margin:0px; text-align:center; background:#999; position:absolute; bottom:0; font-size:16px; 
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;}	

.formx{width:550px; height:auto; padding:15px; margin:10px auto; background:#eee; border:1px solid #333;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px; 
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;}
.fifty{width:250px; height:auto; float:left; border:0px solid black; margin-left:16px;}

.roundedbut{width:105px; height:auto; padding:8px; display:inline; background:#fff; border:1px solid #333; color:#036; text-align:center; margin:6px auto; text-decoration:none; cursor:pointer; font-weight:bold;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	border-radius:10px;}
.roundedbut:hover{background:#6CF; border:1px solid #33C; color:#036; text-decoration:none;}

/* ALERTS
.alertbad {  
	width:auto; min-height:45px; height:auto;
    border:1px solid #700a09; 
    padding-top:10px;
    padding-left:80px;
    padding-right:10px;
    padding-bottom:10px; 
    font-family:Arial, Helvetica, sans-serif; 
    font-size:12px; 
    font-weight:bold; 
    color:#700a09; 
    background: #ffe7e5 url(images/redimportant.png) left no-repeat; 
    margin:10px auto;
}
.alert {  
	width:auto; min-height:45px; height:auto;
    border:1px solid #397715; 
    padding-top:10px;
    padding-left:80px;
    padding-right:10px;
    padding-bottom:10px; 
    font-family:Arial, Helvetica, sans-serif; 
    font-size:12px; 
    font-weight:bold; 
    color:#2a4f14; 
    background: #bfe6a8 url(images/greenok.png) left no-repeat; 
    margin:10px auto;
} */