@import url("common.css");


/* ---------------------------------text------------------------------------ */

.formHeader {
	font-size:18px;
	font-weight:bold;
	margin:10px 0 10px 60px;
	color:#0ecd0e;
}

.formText {
	font-size:16px;
	font-weight:bold;
	text-align:right;
}

#form th {
	font-size:14px;
	font-weight:bold;
	text-align:right;
}

/* ------------------------------Main Content------------------------------- */

#intro {
	width:620px;
	margin-left:60px;
	font-size:14px;
	line-height:18px;
}

#formBox {
	width:740px;
	float:left;
	background-color:#b9f0b9;
	padding:15px 0 15px 0;
	margin:5px 0 30px 15px;
	border-top:1px #0ecd0e solid;
	border-bottom:1px #0ecd0e solid;
}

#form {
	margin-left:10px;
}

#leftCol {
	width:300px;
	float:left;
	margin:0 0 0 60px;
}

#rightCol {
	width:300px;
	float:left;
	margin:0 0 0 25px;
}

#buttons {
	text-align:center;
	margin: 20px 0 70px 0;
	padding: 40px 0 40px 0;
	border-top:1px #0ecd0e dotted;
	border-bottom:1px #0ecd0e dotted;
}

th {
	width:300px;
}

/* ------------------------------Headers------------------------------------ */

#signupHeader {
	width:800px;
	height:65px;
	background:#000000 url(images/subPage_images/signup_header.jpg) no-repeat;
	margin-bottom:20px;
}

#welcomeHeader {
	width:800px;
	height:65px;
	background:#000000 url(images/subPage_images/welcome_header.jpg) no-repeat;
	margin-bottom:20px;
}

#editHeader {
	width:800px;
	height:65px;
	background:#000000 url(images/subPage_images/edit_header.jpg) no-repeat;
	margin-bottom:20px;
}

#mapHeader {
	width:800px;
	height:65px;
	background:#000000 url(images/subPage_images/infection_header.jpg) no-repeat;
	margin-bottom:20px;
}