@charset "utf-8";
/* CSS Document */
#boxoffice fieldset,input,legend{
	margin:5px auto;	
}
#boxoffice #button_extreme{
	background-image:url(../img/buttons/extreme_gray.jpg);
}
#boxoffice #button_atlas{
	background-image:url(../img/buttons/atlas_gray.jpg);
}
#boxoffice #button_mc{
	background-image:url(../img/buttons/mc_gray.jpg);
}
#boxoffice #button_extreme:hover{
	background-image:url(../img/buttons/extreme_color.jpg);
}
#boxoffice #button_atlas:hover{
	background-image:url(../img/buttons/atlas_color.jpg);
}
#boxoffice #button_mc:hover{
	background-image:url(../img/buttons/mc_color.jpg);
}
#boxoffice a{
	display:inline-block;
	width:220px;
	height:50px;
}
#boxoffice form{
	/*display:none;*/
}
#boxoffice .head,td.left,td.right {
   vertical-align: top;
   text-align: left;
}
#boxoffice .notvalid{
   border:2px red solid;
}

#boxoffice span.required{
  font-size: 13px !important;
  color: red !important;
}
#boxoffice fieldset{
	width:600px;		
}
#boxoffice table{
	margin:0 auto;
}
#boxoffice #msg_container{
	width:520px;
	text-align:center;
	border:1px solid #C1272D;
	margin:0 auto;
	
}
#boxoffice .fout{
	background-color:#C1272D;	
}

