/*main style for SBD*/
* {
	padding: 0;
	margin: 0;
}
.clear {
	clear: both;
}
html {
	background: black;
}
.main-wrapper {
	width: 60%;
	margin: 0 auto 30px;
	position: relative;
	color:white;
}
.white-shadow {
	z-index: 500;
	width:100%;
	
}

.sbd-logo {
	width: 100%;
	

}

/*form front page*/

#form-front {
/* 	display: none; */
	margin:0 auto;
	color:white;
	
}
#form-front ul {
	width: 60%;
	list-style: none;
	margin: 0 auto;

}

#form-front li {
	width: 100%;
	float:right;
	margin: 10px 0 10px;
	font-family: Helvetica, sans-serif;	
	
}
#form-front label {
	display: block;
}
#form-front input {
	width: 100%;
	height: 50px;
	border:none;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	-moz-border-radius: 8px;
	font-size: 100%;
	padding: 0 0 0 10px;
	box-shadow:  inset 1px 1px 2px 2px #565656;

}
.input-box {
	/* IE10 */ 
background-image: -ms-linear-gradient(bottom, #CECECE 0%, #F6F6F6 100%);

	/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(bottom, #CECECE 0%, #F6F6F6 100%);

	/* Opera */ 
background-image: -o-linear-gradient(bottom, #CECECE 0%, #F6F6F6 100%);

	/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #CECECE), color-stop(1, #F6F6F6));

	/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(bottom, #CECECE 0%, #F6F6F6 100%);

	/* Proposed W3C Markup */ 
background-image: linear-gradient(bottom, #CECECE 0%, #F6F6F6 100%);
}
#submit-button {
	background: #6a6a6a;
	color:white;
	font-weight: bold;
	cursor:pointer; 
}
/*front text*/
.front-text {
	color:white;
	width:100%;
	text-align: center;
	font-family: Helvetica, sans-serif;
	font-size: 150%;
}
section.front-text > p {
	color:white;
	width:80%;
	text-align: center;
	font-family: Helvetica, sans-serif;
	font-size: 80%;
	text-align: left;
	margin:20px auto 20px;
	padding: 0 0 0 20px;
	border-left: 15px solid white;
}

/*Thank you*/
p.thankyou-text {
	font-family: Helvetica, sans-serif;
	font-size: 200%;
	


}








