@charset "utf-8";
/* CSS Document */
body{ background-color:#f5f5f5;}
#header{ background:#f5f5f5;border-bottom: 1px solid #ccc;font-size: 20px;}
#header img{ padding: 15px 0px 15px 0px;}
#form_wrapper{ background: rgba(255, 255, 255, 0.70);}
.error{	color: red;}
#wrapper {
	margin-right: 0;
	margin-left: 0;
	background-color: #fff;
	border: #C5C5C5 2px solid;
	border-radius: 4px;
	-webkit-box-shadow: none;
	min-height: 150px;
	padding: 10px;
	display: inline-block;
}
#pageloader {
  position: fixed;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-color: #666;
  background-image: url('../images/wait2.gif');
  background-repeat: no-repeat;
  background-position: center;
  z-index: 100000000;
  opacity: 0.4;
  display: none;
  filter: alpha(opacity=50);
}
.btn-custom {
    color: #fff;
    background-color: #8ECEE2;
    border-color: #8ECEE2;
}
.enjoy-css {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	margin: 11px;
	padding: 10px;
	overflow: hidden;
	/*border: none;*/
	font: normal 16px/1 "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: rgba(63,61,61,1);
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	background: #f9fbfc;
	-webkit-box-shadow: 3px 4px 6px 1px rgba(114,111,111,1);
	box-shadow: 3px 4px 6px 1px rgba(114,111,111,1);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	background:#FFF; 
	border:#999 thin; 
	border-style:solid;
}
#wrapper b {
	padding: 20px;
}
#wrapper p {
	padding-top: 20px;
	padding-left: 20px;
}
#main_head {
	background: #661115;
	background: -moz-linear-gradient(left, #661115 0%, #a81d22 18%, #a81d22 81%, #661115 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #661115), color-stop(18%, #a81d22), color-stop(81%, #a81d22), color-stop(100%, #661115));
	background: -webkit-linear-gradient(left, #661115 0%, #a81d22 18%, #a81d22 81%, #661115 100%);
	background: -o-linear-gradient(left, #661115 0%, #a81d22 18%, #a81d22 81%, #661115 100%);
	background: -ms-linear-gradient(left, #661115 0%, #a81d22 18%, #a81d22 81%, #661115 100%);
	background: linear-gradient(to right, #661115 0%, #a81d22 18%, #a81d22 81%, #661115 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#661115', endColorstr='#661115', GradientType=1 );
	webkit-box-shadow: 2px 2px 4px rgba(50, 50, 50, 0.45);
	-moz-box-shadow: 2px 2px 4px rgba(50, 50, 50, 0.45);
	box-shadow: 2px 2px 4px rgba(50, 50, 50, 0.45);
	text-shadow: 2px 2px 6px rgba(0, 0, 0, 1);
	color: #FFF;
}
.sub-title label{
	padding-left:25px;
}
footer {
	text-align: center;
}

