/*------------------------------------------------------------------------------
	Filename:	drug-card-form.css
	Website:	http://freedrugcard.us (FreeDrugCard.us)
	Date:		2009-10-30
	Author:		David Lewandowski
------------------------------------------------------------------------------*/

form.drugCardForm {
	width: 338px;
	padding: 20px 0;
	font: 13px/20px Arial, Helvetica, sans-serif;
	margin: 0;
}

form.drugCardForm fieldset {
	border: none;
	margin: 0 auto;
	padding: 0;
}
	form.drugCardForm fieldset.top {
		padding-top: 30px;
		background: url(/form/form-top.jpg) no-repeat center top;
	}
	form.drugCardForm fieldset.bottom {
		/* Offset this bottom field to correct a gap in Safari */
		padding-top: 5px;
		margin-top: -5px;
		
		padding-bottom: 10px;
		background: url(/form/form-bottom.jpg) no-repeat center bottom;
	}
	
form.drugCardForm legend {
	text-indent: -999em;
	line-height: 0;
}

form.drugCardForm label {
	font-weight: bold;
	text-align: left;
	float: left;
	width: 110px;
	padding-left: 12px;
}
	form.drugCardForm label span.optional {
		font-weight: normal;
		color: #777;
	}

form.drugCardForm p {
	text-align: center;
	padding: 3px 0;
	margin: 0;
}

form.drugCardForm input.formtext {
	width: 195px;
	background: url(/form/input.jpg) repeat-x center top;
}
	form.drugCardForm input.formtext:hover, form.drugCardForm input.formtext.sfhover {
		border-color: #000;
	}
	form.drugCardForm input.formtext:focus, form.drugCardForm input.formtext.sffocus {
		background: url(/form/input-hover.jpg) repeat-x center top;
		border-color: #000;
	}	

form.drugCardForm input#submitButton { /* 200 x 26 */
	width: 200px;
	height: 26px;
	padding: 0;
	margin: 0 auto; /* Center the button.*/	
	background: url(/form/submit-button.jpg) no-repeat center center;
	border: 1px solid #999;
	overflow: hidden;
	text-indent: -999px;
	line-height: 0px; /* These three lines needed to remove text from button in IE6. */
	font-size: 0px;	
	display: block;
}
	form.drugCardForm input#submitButton:hover, form.drugCardForm input#submitButton.sfhover {
		background: url(/form/submit-button-hover.jpg) no-repeat center center;		
		cursor: pointer;
	}
	form.drugCardForm input#submitButton:active, form.drugCardForm input#submitButton.sfactive {
		background: url(/form/submit-button-hover.jpg) no-repeat center center;
		border-color: #000;
	}
