body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
        background-color:#ffffff;
}
input[type="radio"] {
    margin-top: 0px;
    margin-bottom: 0px;
}
.fieldset{
width:300px;
}
.legand{
font-weight:bold;
font-style:italic;
font-size:15px;
}
.clear{
clear:both;
}
.clear5{
clear:both;
height:5px;
}
.newstype{
float:left;
color:#000000;
font-weight:bold;
width:100px;
}
.user{
float:left;
color:#000000;
font-weight:bold;
width:150px;
}
.pwd{
float:left;
color:#FF0000;
width:100px;
}
.usrlistheadline{
margin-left:400px;
position:absolute;
width:350px;
font-size:15px;
font-weight:bold;
height:10px;
background-color:gray;
}
.newsletternote{
margin-left:490px;
position:absolute;
width:250px;
line-height:1.5em;
}
.userlists{
margin-left:400px;
position:absolute;
width:350px;
line-height:1.5em;
border:1px solid gray;
background-color:darkgray;
padding:5px;
}
.wrapper{
/*margin-left:100px;*/
/*margin-top:20px;*/
/*width:90%;*/
width:100%;
/*float:left;*/
height:100%;
/*border:1px solid gray;*/
position: relative;
min-height: 400px;
}
.headercon
{
position: relative;
float:left;
/*text-align:left;*/
width:100%;
height: 120px;
}
.header
{
/*    background-color:#ccccff;*/
    background-color: #e6f7ff;
position: absolute;
height:86px;
float:left;
text-align:left;
width:100%;
}
h3{
font-weight:bold;
font-size:17px;
}
.header h1{
padding-left:30px;
}
.rightpanel{
/*width:95%;*/
width:60%;
float:left;
padding:25px;
/*padding-top:25px;*/
/*padding-bottom:25px;*/
text-align:left;
}
.rightpanel h1{
padding:5px;
float:left;
font-weight:bold;
font-size:25px;
}
.leftpanel{
position: absolute;	
background-color:lightcyan;
float:left;
height:520px;
padding:50px 0 0 20px;
width:15%;
}
.leftpanel a{
height:20px;
display:block;
text-decoration:underline;
font-weight:bold;
color:#000;
}
.footer{
width:100%;
float:left;
/*background-color:#ccccff;*/
background-color:#e6f7ff;
}
.footer h2{
float:right;
font-size:12px;
padding-right:20px;
}
.footer2{
width:100%;
float:left;
/*background-color:#ccccff;*/
background-color:#e6f7ff;
position:absolute; 
bottom:0;
padding-top: 10px;
}
.footer2 h2{
float:right;
font-size:12px;
padding-right:20px;
}
.msg{
color:#000;
font-weight:bold;
text-align:center;
padding:10px;
width:700px;
}
.cpt{
float:left;
font-weight:bold;
margin:5px 0;
width:120px;
}
.gifdiv {
    padding:5px 0px 5px 0px;
}
.gifcpt {
    float:left;
    font-weight:bold;
    width:100px;
}
.gifinput {
    width: 200px;
}
.textinput
{
margin:5px 0;
width:150px;
color:#000;
}
.extrainput{
margin:5px 0;
width:200px;
color:#000;
}
.subjectinput{
margin:5px 0;
/*width:585px;*/
width:75%;
color:#000;
}
.bulletinput{
    margin:5px 0;
    width: 350px;
    color:#000;
}
.wideinput{
margin:5px 0;
width:900px;
color:#000;
}
.extrainputarea{
margin:5px 0;
width:300px;
color:#000;
height:100px;
}

#f1_upload_process{
z-index:100;
position: absolute;
visibility: hidden;
text-align: center;
width:400px;
margin:0px;
padding:0px;
border:0px;
}

#sendpanel{
visibility: hidden;
}
#header {
/*	background: url(header_bg.gif) no-repeat center top; */
	position: absolute;
	bottom: 0px;
	width: 100%;
	background: url(images/header_bg.gif) repeat-x;
/*	padding-top: 30px; */
}
ul.menu {
	list-style: none;
/*	padding: 0 20px;	*/
	margin: 0;
	float: left;
/*	width: 100%; */
	background: #222;
	font-size: 1.2em;
	background: url(images/topnav_bg.gif) repeat-x;
}
ul.menu li {
	float: left;
	margin: 0;	
	padding: 0 15px 0 0;
	position: relative; 
}
ul.menu li a{
	padding: 10px 5px;
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
}
ul.menu li a:hover{
	background: url(images/topnav_hover.gif) no-repeat center top;
}
ul.menu li span { 
	width: 17px;
	height: 35px;
	float: left;
	background: url(images/subnav_btn.gif) no-repeat center top;
}
ul.menu li span.subhover {background-position: center bottom; cursor: pointer;} 
ul.menu li ul.submenu {
	list-style: none;
	position: absolute; 
	left: 0; top: 35px;
	background: #333;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 170px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border: 1px solid #111;
}
ul.menu li ul.submenu li{
	margin: 0; padding: 0;
	border-top: 1px solid #252525; 
	border-bottom: 1px solid #444; 
	clear: both;
	width: 170px;
}
html ul.menu li ul.submenu li a {
	float: left;
	width: 145px;
	background: #333 url(images/dropdown_linkbg.gif) no-repeat 10px center;
	padding-left: 20px;
}
html ul.menu li ul.submenu li a:hover { 
	background: #222 url(images/dropdown_linkbg.gif) no-repeat 10px center; 
}
#header img {
	margin: 20px 0 10px;
}
#tdPatient{
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	letter-spacing:6px;
	color: black;
}

#filedrag
{
	display: none;
	font-weight: bold;
	text-align: center;
	padding: 1em 0;
	margin: 1em 0;
	color: #555;
	border: 2px dashed #555;
	border-radius: 7px;
	cursor: default;
}

#filedrag.hover
{
	color: #f00;
	border-color: #f00;
	border-style: solid;
	box-shadow: inset 0 3px 4px #888;
}

