body {
	font-family:Tahoma, Arial, Verdana;
	background-color:#eff2f3;
	font-size: 13px;
}
#box {
width: 450px;
}
#box #boxmid {
	background-color: #FFFFFF;
	padding: 3px;
	margin: 0px;

}
#box #boxtop {
	background-image: url(i/box_topbg.gif);
	background-repeat: repeat-x;
	height: 30px;


}
#box #boxtop #boxtl {
	background-image: url(i/box_tl.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 10px;
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
}
#box #boxtop #boxheader {
	width: auto;
	float: left;
	top: 9px;
	position: relative;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
}
#box #boxtop #boxclose {
	height: 16px;
	width: 16px;
	float: right;
	position: relative;
	right: 0px;
	top: 9px;
	background-image: url(i/box_close.gif);
	background-repeat: no-repeat;
}
#box #boxtop #boxtr {
	background-image: url(i/box_tr.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 10px;
	top: 0px;
	right: 0px;
	float: right;
	position: relative;
}
#box #boxbot {
	height: 10px;
	position: relative;
	background-color: #FFFFFF;
}
#box #boxbot #boxbl {
	height: 10px;
	width: 10px;
	left: 0px;
	position: absolute;
	top: 0px;
	background-image: url(i/box_bl.gif);
	background-repeat: no-repeat;
}
#box #boxbot #boxbr {
	height: 10px;
	width: 10px;
	right: 0px;
	position: absolute;
	top: 0px;
	background-image: url(i/box_br.gif);
	background-repeat: no-repeat;
}


A
{

    TEXT-DECORATION: none
}
A:link
{
    COLOR: black
}
A:visited
{
    COLOR: black
}
A:hover
{     COLOR: black
}

A:active
{
    COLOR: black
}



input[type=submit] {
    border: 1px solid #f44c0e;
    color: #fff;
    background: tomato;
    padding: 3px 20px;
    border-radius: 3px;
    font-size:22px;
}
input[type=submit]:hover {
    background: #f44c0e;
}

.promobox {

    BORDER-RIGHT:black solid; BORDER-TOP:black solid; RIGHT:0px; BORDER-LEFT:black solid; WIDTH:153px; BORDER-BOTTOM:black solid; POSITION:absolute; TOP:0px; BACKGROUND-COLOR:white

}


@media screen and (min-device-width: 481px){
    body{

    }

    #box {
        width:550px;

    }
}

@media screen and (max-device-width: 480px){
    .promobox { display: none}
    .hidemobile {display:none}
}


