/*

This is a mess. Go away.


*/
































































body{
	font-family: 'OstrichSansBold';
	background-image: url(../img/IMG_1123.jpg);
	background-color: #9e1c48;
	color:#fff;
	padding:0;
	margin:60px 0 0;
	}
	
a{color:#fff;}	
	
#container{
	width:650px;
	margin:0 auto;
	text-align:center;
}



h1{
	background-image: url("../images/masarap.png");
	width:453px;
	height:131px;
	text-indent: -9999px;
	margin:0 auto;
	
}

fieldset{
	border:none;

}
label.error{display:block;}

input,.success,.error{
	font-size: 35px;
	font-family: 'OstrichSansBlack';
	margin-top:1em;
}

input.error{
	color:#444;
}

.error{color:#fff;}

footer{
	clear:both;
	margin-top:2em;
	}

footer p{
	font-family: 'OstrichSansReg';
	font-size: 1.3em;
}

#email{
	padding:.2em;
}

.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-size: 25px;
	font-family: 'OstrichSansBlack';
	padding: .3em 1em .35em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}

.orange {
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.orange:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}


	
	

--burst{
	-webkit-transform:scale(1) rotate(16.768rad);
	-moz-transform:scale(1) rotate(16.768rad); 
	background: url("../images/burst.png") no-repeat scroll 0 0 transparent;
	height: 1446px;
	left: 50%;
	margin-left: -723px;
	opacity: 0.3;
	position: fixed;
	top: -723px;
	width: 1446px;
	z-index: -1;
}

@-webkit-keyframes spin {
0% {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg); }
100% { 
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg); }
}

#bc{
	position: fixed;
	top:0;
	left:50%;
	margin-left: -723px;
	overflow: hidden;
	height: 1446px;
	width: 1446px;
	z-index: -999;
}

#burst {
-webkit-animation: spin 40s infinite linear;
background: url("../images/b2.png") no-repeat scroll 0 0 transparent;
margin-top:-900px;
opacity: .2;
height: 100%;
width: 100%;
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
transition: all .4s ease-in-out; 
}

#burst2 {
-webkit-animation: spin 45s infinite linear;
background: url("../images/b2.png") no-repeat scroll 0 0 transparent;
margin-top:-1500px;
opacity: .2;
height: 100%;
width: 100%;
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
transition: all .4s ease-in-out; 
}


	
	
	
	
