/*
	SIM Rumah Sakit 2008
	CSS Halaman Login
	PT. Prima Softindo
*/
body {
	margin : 0;	
	background: #EFF2F7 url("/assets/images/hal_login_bg.jpg") repeat-x;
}
#center {
	margin: 0 auto;
	margin-top: 100px;
	background: url("/assets/images/simrslogin.gif") no-repeat;
	height: 231px;
	width: 342px;
}
#position {
	position: relative;
}
#login {
	position: absolute;
	top: 40px;
	left: 95px;
}
#info {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	display: none;
	text-decoration: blink;	
}
h5 {
	font-size:12px;
	color: #FFF;
  	padding:0 0 3px 2px;
  	border-bottom:1px solid #d8dfea;
  	margin:0 0 6px 0;
	float:left;
	width:75px;
}
.button {
  	border:1px solid #2E82A6;
  	margin-bottom:5px;
  	background:url('/assets/images/bgbuttonform.jpg');
  	cursor: pointer;
}
input,select {
  	border:1px solid #2E82A6;
  	margin-bottom:5px;
  	background: url('/assets/images/bginputform.jpg');
  	padding: 2px;
}
