body {
	background: #f0f0f0;
	margin: 0;
	padding: 10px 20px;
	font-family: verdana, tahoma, arial;
	font-size: 12px;
}
a { 
	outline: none;
	cursor: pointer; 
	color: #f57a03;
	text-decoration: none;
}
	
table {
	border: 1px solid #222222;
	border-collapse: collapse;
	width: 100%;
	margin: 0 auto;
}



td {
	border: 1px solid #222222;
	padding:10px;
	text-align:center;
	background-color: #CCCCCC;
}

td.right {
	text-align: right;
}

td.left {
	text-align: left;
}

th {
	border: 1px solid #222222;
	background-color:#444444;
	color: #F57A03;
	font-weight:bold;
	font-size: 15px;
	padding:10px;
}

#header {
	height: 50px;
		background: url('/parents/images/top.png') top left no-repeat;
	background-color: #ccc;
	border-bottom: 1px solid #333;
}

#wrapperlogin {
	width: 350px;
	margin: 0 auto;
	position:absolute;
	top:25%; left:35%;
	border: 2px solid #333;
	background: #fff;
}

