/* CSS Document */
/* top bottom right left */

#logincontainer{
	margin: 0px auto;
	width: 547px;
}
#logincontainer h1{
	font-size:17px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;	
	margin: 0;
}

#logincontainer h2{
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FF0033;
	margin: 0;
}

.peabblesform label, select {
	display: block;
	width: 300px;
	float: left;
	margin-bottom: 2px;
}

.peabblesform label {
	text-align: right;
	width: 300px;
	padding-right: 10px;
	font-size: 14px;
	margin-bottom: 2px;
}

.peabblesform br {
	clear: left;
}


