/* JD - For Medication Reminder Pages */
#content-static-med
{
	width : 680px;
	margin : 0px 20px 0 0px;
	padding : 0px 0px 0 0px;
	float : left;
	overflow : visible;
}

#content-med-paragraph
{
	width: 518px;
}


#content-med-reminder, #content-med-reminder2
{
	/* margin: 2em 1em 2em 1em; */
	padding-top: 10px;
	text-align: left;
	float: left;
}

#content-static-optin		/* style for the opt-in checkboxes in registration page */
{
	/* width: 518px; */
	_width: 518px;
	margin-right: 160px;
	background-color:#CCCCCC;
	float:left;
	text-align:left;
}

#content-password-guide, #content-reminder-calendar		/* style for the password guide in registration page */
{
	width: 518px;
	float:left;
	text-align:left;
	padding-top: 10px;
	_padding-top: 20px;
	padding-left:5px;
}

#content-med-errors
{
	/* margin: 6em 1em 2em 1em; */
	margin: 2em 1em 2em 1em;
	/* margin: 85px 1px 2px 2px; 
	_margin: 80px 1px 2px 2px; */
	text-align: left; 
	float: left;
}

#content-med-errors2
{
	margin: 60px 1px 2px 2px;
	_margin: 50px 1px 2px 2px;
	text-align: left; 
	float: left;
	display: inline;
}

/* End */


#vsRefillValidation ul	/*JD - Turn off bullet list in Validation Summary in Medication Reminder Login */
{
	display: none;
}

.error-style
{
	color: #C60000;
	background-color: #FEF7D0;
	font-weight: bold;
	display: inline;
	text-align:left;
}
.error-summary
{
	color : #C60000;
	height : 30px;
	background-color : #FEF7D0;
	font-weight : bold;
	background-image : url(../images/drtv/exclamation_point.gif);
	background-repeat : no-repeat;
	margin : 0 0 0 0;
	padding : 5px 0 0 30px;
	width: 518px;
	_width: 518px;
}