body {
	background: #e6e9ec url( '../img/bodybg.jpg' ) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333;
}
div.center {
	height: 1px;
	overflow: visible;
	position: absolute;
	top: 50%;
	width: 100%;
}
#main {
	background: url( '../img/main.jpg' ) no-repeat;
	height: 600px;
	float: left;
	width: 100%;
	position: absolute;
	margin-top: -300px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#main .leftframe {
	width: 300px;
	height: 600px;
	float: left;
	background: url( '../img/white_70.png' ) repeat;
	
}
#logo {
	background: url( '../img/mednxlogo.png' ) no-repeat;
	height: 28px;
	width: 240px;
	margin: 100px auto 0 ;
}
.content {
	padding: 10px 20px;
}
.content p {
	font-size: .9em;
}
.content .form-input {
	float: left;
	margin-left: 40px;
}
.content .form-input input {
	clear: left;
	float: left;
	width: 160px;
}
.content .form-input label {
	clear: left;
	float: left;
	margin-bottom: 5px;
	font-variant:small-caps;
}
.content .form-input .inputfield {
	padding: 3px;
	height: 20px;
	background: url( '../img/inputbg.jpg' ) repeat-x;
	margin-bottom: 10px;
}

div.submit {
	float: left;
	width: 170px;
	margin-left: 40px;
	text-align: right;
}
div.submit input {
	width: 120px;
	padding: 4px;
	height: 30px;
	color: #fff;
	cursor: pointer;
	background: url( '../img/buttonbg_off.jpg' ) repeat-x;
	border-top: #f9f9f9 1px solid;
	border-right: #f9f9f9 1px solid;
	border-bottom: #ccc 1px solid;
	border-left: #ccc 1px solid;	
}

div.submit input:active {
	background: url( '../img/buttonbg_on.jpg' ) repeat-x;
	width: 120px;
	padding: 4px;
	height: 30px;
	color: #f1f1f1;
	border-top: #ccc 1px solid;
	border-right: #ccc 1px solid;
	border-bottom: #f9f9f9 1px solid;
	border-left: #f9f9f9 1px solid;
	
}