	body {
		cursor: default;
		margin: 0;
	}
	
	table th {
		vertical-align: top;
	}

	input, select, textarea {
		text-align: left;
		font-family: arial, sans-serif;
		font-size: 11px;
		background-color: white;
		padding: 1px;
	}
	
	input.date-pick{
	width: 97px;
	background-image: url(calicon.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	cursor: pointer;
	cursor: hand;
	}
	


	
	#container {
	font-family: arial, sans-serif;
	font-size: 11px;
	margin-left: auto;
	margin-right: auto;
	width:203px;
	height:590px;
	background-color: #217ec5;
	color: #ffffff;
	padding: 0 6px 0 6px;
	}
	
	hr {
	width: 80%;
	background: #4ea3e0;
	color: #4ea3e0;
	height: 1px;
	border: 0px;
	}
