@charset "utf-8";
body{
background-image:url(/images/background.jpg);
background-repeat: repeat-x;
margin:0px;
padding:0px;
background-color:#c1d9da;
}

#right {
	background-image: url(/images/back_right.jpg);
	background-repeat: repeat-y;
	background-position:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	border: 0px none #CCCCCC;
}
.type {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

#main {
	background-image: url(/images/back.jpg);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #585858;
	line-height: 16px;
}

#small {
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-left-width: 1px;
}

input, select, textarea {
background-color: #edf4fa;
border:1px #aaaaaa solid;
margin-bottom:4px;
width:215px;
}

#left a, #left a:link {
	color:#CC3300;
	text-decoration: none;
}
#left a:hover, #left a:active{
	color:#666666;
	margin: 0px;
	padding: 0px;
}

#left h3{
	font-size:16px;
	color:#cc3300;
	font-weight:bold;
}

.patient{
	background-color: #dddfe2;
	width: 450px;
	top: 30px;
	padding:20px;
	margin-left:10px;
 
} 
.patient2{
	background-color: #dddfe2;
	width: 380px;
	top: 30px;
	padding:20px;
	margin-left:10px;
 
} 
#footer {
	background-image: url(/images/footer.jpg);
	background-repeat: no-repeat;
	color:#999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
