/* Participant login */

#loginArea {

	/*Navigation container and background block.
	This holds all the nav titles and drop lists.*/	
	/*position of the whole nav block*/
	background-image:url(/webdata/graphics/partlogin.jpg);
	width:195px;
	height:186px;
	position: absolute;
	left:50% !important;
	margin-left:209px !important;
	top: 348px !important;
}

#weatherForm {
	width:195px;
	height:186px;
	position: absolute;
	left:50% !important;
	margin-left:209px !important;
	top: 548px !important;

}

#loginArea table {
	margin:0;
	padding:0;
	margin-top:36px !important;
	width:189px !important;
	text-align:left !important;
}

#loginArea table td {
	padding-left:15px !important;
}

.un {
	width:157px;
	height:21px;
	border:1px solid #e0e1dd;
}

.pw {
	width:157px;
	height:21px;
	border:1px solid #e0e1dd;
}

.submitForm input{ display:block;
position:relative;
left:30px;
top:2px;
}
.submitForm {
	margin-left:30px !important;
}