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

.main {
	background-color: #FFF;
	max-width: 1024px;
	margin-right: auto;
	margin-left: auto;
}

.main-container {
	max-width: 1024px;
	/* [disabled]min-width:320px; */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.error {
	font-size: 1.1em;
	font-weight: bold;
	color: #cf1925;
}
.message {
	border: 2px solid 
	#8D0D19;
	color: 
	#8D0D19;
	font-size: 1.5em;
	font-weight: bold;
	padding: 1em;
	width: 400px;
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
}
.item {
	margin: 0;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 10;
}
@media(max-width: 600px) {

	.subhead {
	padding-left: 10px;
	}
	h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #0080B8;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	letter-spacing: 0.12em;
}
	h4 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: .9em;
		font-weight: normal;
		letter-spacing: .12em;
		margin: 0px;
		padding-top: 10px;
		padding-right: 0px;
		padding-bottom: 20px;
		padding-left: 0px;
	}
	.photoholder {
	padding-bottom: 20px;
	}
	.item {
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10;
	}
	.left {
	padding-left: 10px;
 	}
	.right {
	padding-right: 10px;
	}
	
	#nameitem,input[type=password],input[type=url],input[type=tel],input[type=number],input[type=datetime], button {
	width: 260px;
	}
	input[type = email] {
 	width: 280px;	
	}
	.text1 {
	clear: both;
	display: block;
	font-size: 14px;
	/* [disabled]width: 100%; */
	padding-top: 20px;
	margin: 0px;
	}
	.text1 p {
	padding-right: 0px;
	margin-rigth: 0px;
	padding-top: 10px;
	}
	
	
}

body, p {
	padding: 0px;
	margin: 0px;
}
p {
	font-size: 0.95em;
}
.main {
	font-family: Arial, Geneva, sans-serif;
	font-size: 0.95em;	
}
.main a {
	color: #0071bc;
}
.main a:link {
	color: #0071bc;
	text-decoration: none;
}
.main a:hover {
	color: #6966AD;
	border-bottom: 1px dashed #6966AD;
}
.orange{
	color: #FF8A3A;
}

.orange a{
	color: #FF8A3A;
	text-decoration: none;
}
.orange a:link {
	color: #FF8A3A;
	text-decoration: none;
}
.orange a:hover {
	color: #6966AD;
	border-bottom: 1px dashed #6966AD;
}

@media(min-width: 601px) {
	.subhead {
	padding-left: 20px;
	}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #0080B8;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	letter-spacing: 0.14em;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	letter-spacing: .14em;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.photoholder {
	background-image: url(../images/dadmombaby.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	width: 100%;
	background-color: #FFF;
	padding-bottom: 20px;
	}
	
	#nameitem,input[type=password],input[type=url],input[type=tel],input[type=number],input[type=datetime], button {
	width: 260px;
}
	input[type = email] {
 	width: 320px;	
	}
	.right {

	}
	.text1 {
	display: block;
	/* [disabled]padding-left: 340px; */
	font-size: 17px;
	/* [disabled]width: 55%; */
	padding-right: 20px;
	margin: 0px;
	}	
	.text1 p {
	padding-bottom: 10px;
	}
	
	.wrap-terms {
	float: left;
	clear: both;
	padding-bottom: 5px;
		}
	.wrap-alltext {
	}
	
	.left {
	padding-left: 20px;
 	}
	.terms {
	position: relative;
	}
	input[type=submit]{
	/* [disabled]float: left; */
    }
}



form {
	position: relative;
	top: 10px;
	margin: 0 auto;
	background: transparent;
}
.main-container input:focus, .main-container textarea:focus {
	outline: solid #3FF;
}
#nameitem, #myform input[type=text], input[type=password], input[type=email], input[type=url], input[type=tel],input[type=number],input[type=datetime], button {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: white;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 5px;
	border: 1px solid #FFF;
	display: block;
	font-size: 16px;
	color: #666;
	overflow: hidden;
	/*box shadow*/
	-webkit-box-shadow: inset 0px 2px 3px #666,inset 0px -3px 3px #EEE;
	-moz-box-shadow: inset 0px 2px 3px #666,inset 0px -3px 3px #EEE;
	box-shadow: inset 0px 2px 3px #666,inset 0px -3px 3px #EEE;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 40px;
	margin-left: 0;
}
label:hover #nameitem:hover, input[type=text]:hover, input[type=email]:hover, input[type=password]:hover, textarea:hover {
	outline: solid orange;
}

.group {
	zoom: 1;
 }
 .clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
}
.terms {
	font: normal .8em/1em Arial, Helvetica, Geneva, sans-serif;
	line-height: 150%;
	margin: 0;
	padding: 0 0 3px 0;
	color: #3d4042;
	font-size: 16px;
	font-weight: bold;
	width: 168px;
	z-index: 1;
	display: block;

}

.desc  {
	/* [disabled]font-size: 95%; */
	font-weight: bold;
	color: #222;
	line-height: 150%;
	margin: 0;
	padding: 0 0 3px 0;
	border: none;
	display: block;
	white-space: normal;
	/* [disabled]width: 100%; */
	padding-left: 10;
}
#myform {
	background: transparent;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	/* [disabled]float: left; */
}
.wrap-alltext {
}
#accept_terms {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	}

.item label {
	font: normal .8em/1em Arial, Helvetica, Geneva, sans-serif;
	color: #3d4042;
	font-size: 16px;
	font-weight: bold;
	/* [disabled]width: 168px; */
	position: relative;
	z-index: 1;
	display: block;
}

#myform .nametext {
	line-height: 1.1em;
	padding-bottom: 20px;
	padding-top: 8px;
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
}
.item .checktext {
	font-weight: normal;
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	/* [disabled]margin-left: 24px; */
	text-align: left;
	line-height: 1em;
	padding-bottom: 10px;
	/* [disabled]padding-left: 20px; */
}

#myform .item #nameitem {
	margin-bottom: 0px;
}

input[type=submit]{
	cursor: pointer;
	height: 46px;
	width: 270px;
	font-weight: normal;
	font-size: 24px;
	display: block;
	border: 2px solid #FF8100;
	color: #51626D;
	text-align: center;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #fff4db; /* Old browsers */
	background: -moz-linear-gradient(top, #fff4db 0%, #ffe084 44%, #ffd177 49%, #ffe382 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff4db), color-stop(44%,#ffe084), color-stop(49%,#ffd177), color-stop(100%,#ffe382)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fff4db 0%,#ffe084 44%,#ffd177 49%,#ffe382 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fff4db 0%,#ffe084 44%,#ffd177 49%,#ffe382 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fff4db 0%,#ffe084 44%,#ffd177 49%,#ffe382 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fff4db 0%,#ffe084 44%,#ffd177 49%,#ffe382 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff4db', endColorstr='#ffe382',GradientType=0 ); /* IE6-9 */
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
    }
input[type=submit]:hover {
	background: #f1f1f1; /* Old browsers */
background: -moz-linear-gradient(top, #f1f1f1 0%, #d8cafc 44%, #cbb8ff 49%, #dacafc 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(44%,#d8cafc), color-stop(49%,#cbb8ff), color-stop(100%,#dacafc)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f1f1f1 0%,#d8cafc 44%,#cbb8ff 49%,#dacafc 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f1f1f1 0%,#d8cafc 44%,#cbb8ff 49%,#dacafc 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f1f1f1 0%,#d8cafc 44%,#cbb8ff 49%,#dacafc 100%); /* IE10+ */
background: linear-gradient(to bottom, #f1f1f1 0%,#d8cafc 44%,#cbb8ff 49%,#dacafc 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#dacafc',GradientType=0 ); /* IE6-9 */
	color: #FFF;
	border: 2px solid #ae92ff;
}
input[type=checkbox] {
	padding-top: 5;
	padding-right: 0;
	padding-bottom: 10;
	padding-left: 5;
	margin-top: 5;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
