@charset "UTF-8";
/* CSS Document */

body {
	font-family: Helvetica, Arial, sans-serif;
	padding: 0px;
	margin: 0px;
background: #000000; /* Old browsers */

background: -moz-linear-gradient(top,  #000000 0%, #0c5163 28%, #0c5163 47%, #00313f 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(28%,#0c5163), color-stop(47%,#0c5163), color-stop(100%,#00313f)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #000000 0%,#0c5163 28%,#0c5163 47%,#00313f 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #000000 0%,#0c5163 28%,#0c5163 47%,#00313f 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #000000 0%,#0c5163 28%,#0c5163 47%,#00313f 100%); /* IE10+ */

background: linear-gradient(to bottom,  #000000 0%,#0c5163 28%,#0c5163 47%,#00313f 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00313f',GradientType=0 ); /* IE6-9 */

}

.clear {
	clear: both;
	display: table;
	content: ' ';
}

.wallpaper {
	background: url('../splash_images/pd_wallpaper.png') repeat fixed;
	margin: 0 Auto;
	overflow: hidden;
}

.container {
	max-width: 1024px;
	min-width: 572px;
	
	min-height: 100%;
	margin: 0 Auto;
	padding-top: 50px;
	padding-bottom: 50px;
}

h1 {
	margin: 0 Auto;
	border: none;
	text-align: center;
}

h1 img {
	/*width: 100%;*/
	border: none;
}

a img {
	border: 0px;	
}

h2 {
	font-face: Helvetica Neue;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
}

.social-icons {
	margin: 0 Auto;
	margin-top: 20px;
	text-align: center;
	min-width: 370px;
}

li {
	width: 45px;
	height: 45px;
	display: inline-block;
	list-style: none;
	margin-right: 20px;
	margin-bottom: 20px;
}
/*
* SIGN-UP FORM
---------------------------------------------------------------------------------------------- */

#contactFormContainer {
  text-align: center;
  border: none;
  display: block;
  margin: -50px 0 20px 0;
  overflow: hidden;
}

#contactForm {
  height: auto;
  margin: 0 auto;
  margin-top: 20px;
  /*background-image: url(../images/signup_bg.png);*/
  background-repeat: no-repeat;
  background-position: bottom;
}

#previewForm {
	
}

#contactForm fieldset {
  padding: 0;
  border: none;
  margin: 0px;
  font-family: Open Sans, UniversLight, Helvetica, Arial, sans-serif;
  font-weight: 300;
 }
			
#contactForm fieldset p {
  font-size: 13px;
  color: #EBEBEB;
  margin: 0px 0px 10px 0px;
  line-height: inherit;
}

#contactForm label {
  display: block;
  color: #f7af0a;
  font-size: 12px;
  margin-bottom: 5px;
}      

#contactForm input[type=text] {
  display: block;
  border: none;
  width: 210px;
  margin: 0 Auto 10px Auto;
  height: 50px;
  padding: 0px 10px;
  font-size: 15px;
  color: #FFFFFF;
  background: #383738; /* Old browsers */

background: -moz-linear-gradient(top,  #383738 0%, #454547 34%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#383738), color-stop(34%,#454547)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #383738 0%,#454547 34%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #383738 0%,#454547 34%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #383738 0%,#454547 34%); /* IE10+ */

background: linear-gradient(to bottom,  #383738 0%,#454547 34%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#383738', endColorstr='#454547',GradientType=0 ); /* IE6-9 */


  -webkit-box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,.25);
  -moz-box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,.25);
  box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,.25);
  -webkit-border-radius: 5px;
	border-radius: 5px;
}
			
#contactForm input[type=submit] {
  background-color: #0c99b0;
  border:solid 1px #23150c;
  color: #f7af0a;
  padding: 10px;
  font-size: 16px;
}

#contactForm input[type=submit]:hover {
  color: #FFFFFF;
}           