div.popup_box{margin-left:auto;margin-right:auto;width:672px;box-sizing: content-box;}
div.popup_box div.background_orange{background-image:url(/static/img/background_orange.png);width:626px;height:200px;
	padding-left:36px;padding-top:36px;padding-bottom:6px;padding-right:10px;
	text-align:center;color:white;font-size:18px;}
div.popup_box div.background_orange .closex{cursor:pointer;font-size:20px;float:right;padding-right:4px;}
div.popup_box div.background_orange .text{margin-top:60px;height:60px;}
div.popup_box div.background_orange .buttons{width:172px;}


div.popup_box.boom_box{width:673px;}
div.popup_box.boom_box div.background_orange{background-image:url(/static/img/background_orange_boom.png);width:627px;height:289px;}
div.popup_box.boom_box div.background_orange .buttons{width:70px;}
div.popup_box.boom_box div.background_orange .title{margin-top:40px;height:60px;font-size:40px;}
div.popup_box.boom_box div.background_orange .text{margin-top:10px;height:90px;font-size:24px;line-height:34px;}
div.popup_box.boom_box div.background_orange .text span{color:blue;}

.buttons{margin-left:auto;margin-right:auto;width:300px;}
.buttons .butt{cursor:pointer;float:left;margin:6px;padding-left:6px;padding-top:4px;padding-bottom:4px;padding-right:6px;font-weight:lighter;}
.buttons .butt.big{font-size: 18px;padding-left:12px;padding-top:8px;padding-bottom:8px;padding-right:12px;margin:8px;}
.buttons .butt.bluef{color:rgb(70,130,233);}
.buttons .butt.blue{color:white;background-color: rgb(70, 130, 233);}
.buttons .butt.green{color:white;background-color: rgb(30, 203, 38);}
.buttons .butt.red{color:white;background-color: rgb(239, 63, 75);}
.buttons .butt.green{color:white;background-color: rgb(103, 217, 85);}
input.light{border: 1px solid #CACACA;margin: 0px;padding: 0px;}

.center{text-align:center;}

img.rotate1{
	transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
	-o-transform:rotate(90deg);
}

img.rotate2{
	transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
	-o-transform:rotate(180deg);
}

img.rotate3{
	transform:rotate(270deg);
	-ms-transform:rotate(270deg);
	-moz-transform:rotate(270deg);
	-webkit-transform:rotate(270deg);
	-o-transform:rotate(270deg);
}