@charset "utf-8";


/* SIMPLIFY */
#logo h1 {
	margin-left:10px;
}
#content {
	text-align:center;
	padding-left:18px;
	padding-right:18px;
}
#meetmat {
	padding:0;
	text-align:left;
}
ul.check {
	margin:0;
	padding:0;
	list-style-type:none;
	text-align:left;
	margin-left:150px;
}
ul.check li {
	list-style:none;
	margin:0 0 16px 0;
	padding:0 0 0 20px;
	background:url(../images/bigcheck.png) no-repeat left center transparent;
}
table td {
	padding:5px 0;
	font-size:24px;
	vertical-align:top;
	text-align:right;
}
input {
	margin-left:20px;
	height:30px;
	width:200px;
}
select {
	margin-left:14px;
	height:30px;
	width:206px;
}
#footer {
	margin:60px 0 20px 0;
	text-align: center;
	width: auto;
}
#footer  p, #footer  li {
	width:auto;
}
#arrow {
		background:url(../../images/arrow.png) no-repeat center center transparent;
		width:103px;
		height:115px;
		position:absolute;
		left:50px;
		top:-25px;
}
.signUp {
	margin:30px 0 20px 150px;
}
.signUp button{
clear:left;
margin-left:140px;
width:125px;
height:30px;
background:url(../../images/submit-btn.png) no-repeat top center transparent;
text-align:center;
line-height:31px;
color:#FFFFFF;
font-size:11px;
font-weight:bold;
cursor:pointer;
float:left;
border:none;
}
.signUp button:hover {
	background-position:center bottom;
}
h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:black;
}