.body {
    display:block;
    margin:0 auto;
    max-width:576px;
    font-family: sans-serif;
    font-size: 16px;
    color: #666666;
}

label 
{

    font-family: sans-serif;
    font-size: 16px;
    margin: 10px 0 0 0;
    display: block;
}

form 
{
    margin:0 auto;
    max-width:459px;
}

input, textarea, file {
	width:439px;
	height:18px;
	background-color:#efefef;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #dedede;


	font-size:0.9em;
}

input:focus, textarea:focus {
		border:1px solid #97d6eb;
	}

select, textarea, file {
	width:439px;
	height:27px;
	background-color:#efefef;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
		border:1px solid #dedede;
	margin-top:3px;
	font-size:0.9em;
}

	select:focus, textarea:focus {
		border:1px solid #97d6eb;
	}


textarea 
{
	font-family: sans-serif;
	height:160px;
	background-color: #efefef;

}

/* Styles the submit button */
#submit {
	/* background:url(images/submit.png); */
	width:127px;
	height:48px;
	text-align: center;
	/* text-indent:-9999px; */
	border:none;
	margin-top:20px;
	cursor:pointer;
}

/* Styles the submit hover */	
#submit:hover {
	color:#fff;
	background-color: #494366;
	opacity:0.9;
}

/* Styles the cancel button*/	
#cancel {
	/* background:url(images/cancel.png); */
	width:127px;
	height:28px;
	text-align: center;
	/* text-indent:-9999px; */
	border:none;
	margin-top:20px;
	cursor:pointer;
}

/* Styles the cancel hover */
#cancel:hover {
	color:#fff;
	background-color: #000;
	opacity:0.9;
}

.medinfo {
	font-size: 11px;
	color: #3b829a;
}


.factors {
	font-size: bold 22px;
	color: #494366;
}

.roundedOne{

}