@charset "UTF-8";
form {
	width:80%;
	margin:0 auto;
	padding:10px;
	height:100%;	
}

label {
	display:block;
	margin-top:20px;
	letter-spacing:2px;
	font-size:18px;
}

input, textarea {
	width:80%;
	height:20px;
	background:#efefef;
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border:1px solid #dedede;
	padding:10px;
	margin-top:3px;
	font-size:0.9em;
	color:#DB181C;
}

	input:focus, textarea:focus {
		border:1px solid #DB181C;
	}

textarea {
	height:50px;
	width:80%;
	font-family:Arial, Helvetica, sans-serif;
	background:url(images/textarea-bg.jpg) right no-repeat #efefef;
}

#submit {
	background:url(../image/submit.png);
	width:120px;
	height:38px;
	font-family:Arial, Helvetica, sans-serif;
	text-indent:5px;
	font-size:1.2em;
	color:#FFFFFF;
	text-align:center;
	border:none;
	margin-top:20px;
	cursor:pointer;
}

	#submit:hover {
		opacity:0.5;
	}
img {
    max-width: auto;
    height: auto;
}
a:link {text-decoration: none;}
.appleLinks a {color:#ffffff!important;}
.appleLinksWhite a {color:#ffffff!important;}