body {
	background-color: #ffffff;
	color: #000000;
	background-image: url("http://www.vortexhealing.org/pic/vortex-backround.jpg");
}

a { color:#0033cc;cursor:pointer;}/*blue*/
a:visited {	color:#ee2222;}/*red*/
a:active {color:#ee33ee;}/*purple*/

#header {
	float:left;
	margin:0;
	display:inline;
	width: 120px;
}

#main-content {
	width:650px;
	padding: 20px;
	margin: 50px auto;
	clear:both;
}

#vortex_logo {
	width: 550px;
	margin-left: 30%;
	color: #0000ff;
}

#footer {
	text-align: center;
	font-size: 12px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.students_table {
	width: 100%;
	font-size: 14px;
	text-align: left;
	border-collapse: collapse;
	padding: 1px 2px 1px 2px;
}

.students_table tbody td {
	border-left: 1px solid #D9D9D9;
}

td input {
	float:right;
}

#sending {
	display:none;
}

#nojs {
	margin: 50px auto;
	width: 500px;
	color: #ff0000;
}

