#mask{position:absolute;left:0;top:0;z-index:9000;background-color:#000;display:none}#boxes .window{position:absolute;left:0;top:0;width:42%;height:100px;display:none;z-index:9999;padding:20px;text-align:center}#boxes #dialog{width:42%; height:50%;/*background-image:url(../images/background1.jpg);*/padding:10px;background-color:White;height:430px;border:5px solid white;font-size:15pt;color:White}.maintext{text-align:center;text-decoration:none}#lorem{font-size:12pt;text-align:left}#popupfoot{font-size:16pt;padding:10px 20px}#popupfoot a{text-decoration:none}.agree:hover{background-color:#D1D1D1}.popupoption:hover{background-color:#D1D1D1;color:green}.popupoption2:hover{color:red}
/*WebDesignAndSuch.com*/
@charset "UTF-8";

img {
	border: 0px
}

/*LINKS*/

@font-face {
    font-family: raleway_regular;
    src: url(fonts/site/raleway_regular.ttf);
}
@font-face {
    font-family: raleway_bold;
    src: url(fonts/site/raleway-bold.ttf);
}
@font-face {
    font-family: raleway_semibold;
    src: url(fonts/site/raleway-semibold.ttf);
}

/*STYLES FOR CSS POPUP*/
 ::selection {
     background:#fe721e;
     color: #fff;
 }
 
 ::-moz-selection {
     background:#fe721e;
     color: #fff;
 }

#blanket {
	background-color: #111;
	opacity: 0.65;
 *background:none;
	position: absolute;
	z-index: 9001;
	top: 0px;
	left: 0px;
	width: 100%;
}
#popUpDiv {
	position: absolute;
	background-color: white;
	width: 300px;
	height: 250px;
	border-radius:4px;
	border: 5px solid #F47017;
	z-index: 9002;
	top:51px !important;
	left: 520.5px !important;
	
}
#popUpDiv a {
	position: relative;
	top: 20px;
	left: 20px
}

.text05555 {
    border-radius: 4px;
    border: 1px solid #3F383A;
    padding: 5px;
    color: #222;
    margin: 0 0 15px 0;
    width: 98%;
    height: 5px;
    vertical-align: top;
}


.btn-primary15555 {
    background: #F47017 !important;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    padding: 5px 27px;
    border-radius: 4px;
    border: 2px solid #F47017;
    transition: all 0.2s linear 0s;
	cursor:pointer;
}
.btn-primary_blank {
    background: #F47017 !important;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
	height:20px;
	
    padding: 6px 21px;
    border-radius: 4px;
    border: 2px solid #F47017;
    transition: all 0.2s linear 0s;
	cursor:pointer;
}
@media screen and (min-width: 600px)
{
.btn-primary15555 {
    margin-left: 0px !important;
}
.btn-primary_blank {margin-left: 0px !important;}
}


