/* Pill Button Styles */
.plBtnRdio {
	margin: 2px;
	float: left;
	clear: none; 
}

.plBtnRdio label {
	float:left;
	width:100px !important; 
	margin:2px;
	background-color:#EFEFEF;
	border-radius:4px;
	border:1px solid #fff;
	overflow:auto;
	cursor: pointer; 
}

.plBtnRdio label span {
	text-align:center;
	font-size: 14px;
	font-weight: bold; 
	padding:8px 0px;
	display:block;
}
/* Just hide the radio button (circle) entirely since we are essentially replacing the functionality with buttons  */
.plBtnRdio label input {
	display: none;
}

.plBtnRdio input:checked + span {
	background-color: #0040ff;
	color: #F7F7F7;
}

.plBtnRdio input:disabled + span {
	background-color:#AAAAAA;
	color:##747474;
	cursor: text; 
}

.plBtnRdio .plBtn {
	background-color: #6D6D6D;
	color: #fff;
}

.plBtnRdio .plBtn:hover, .plBtnRdio .plBtn:focus {
	background-color: #404040;
	color: #F7F7F7;
}

.wizardQuestion {
	display: block; 
	clear: both; 
	margin-left: 25px; 
}

.wizardQuestion span {
	font-weight: bold;
	font-size: 20pt; 	
}

#accountEntryDiv .vdmPlLabel, 
#accountSearchDiv .vdmPlLabel, 
#accessCodeDiv .vdmPlLabel  {
	width:300px; 
	text-align: right; 
}

#accountSearchDiv .vdmPlLabel  {
	width:200px; 
	text-align: right; 
	font-weight: normal; 
}

.wizardLink {
	margin-left: 10px;
	line-height: 20px;
}

.wizardLink a:link, .wizardLink a:visited, .wizardLink a:active {
	color: blue;
}

#btnSubmitAccessCode {
	margin-left: 314px;
	width: 130px;
}

#vdmPlPetSearchTableDiv {
	margin-top: 5px;
	margin-bottom: 5px; 
}

/*Other ESS specific divs\section*/
.plSection {
	clear: both; 
	margin-top: 5px; 
}

select
{
	margin-left: 5px;
}

div.sectionHeader
{
	clear: both;
	margin-top: 5px;
	margin-bottom: 5px;
}

div.outerCenter
{
	width: 100%;
	text-align: center;
}

div.innerCenter
{
	display: inline-block;
}

div.chosenSelect
{
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 5px;
}

.placeholder
{
	color: #aaa;
}

label.error, span.error {
	position: absolute;
	left: 500px;
	height: 10px;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 10px;
	color: maroon;
	display: inline;
	background-color: #FFFFFF;
	border-color: #FFFFFF;
	-webkit-box-shadow: 0 0 6px #fff;
}

/* For Firefox, hide the number picker arrows as they don't seem to display correctly  */
input[type="number"] {
    -moz-appearance: textfield;
}

#btPayAllDiv {
	z-index: 9999; 
	float: left; 
	margin-left:10px; 
}

.vdmLabel {
	width: 150px !important; 
}

div.vdmPlLabel
{
	float:left; 
	width:135px; 
	font-weight:bold; 
	line-height: 28px;
	margin-right:10px;	
}

div.vdmPlInnerLabel
{  
	float:left; 
	width:150px; 
	line-height: 25px; 
	font-weight:bold;
	vertical-align: middle;
	margin-left: 5px; 
}

input.PlInput
{
	float: left; 
	width: 125px; 
	margin-left: 5px; 		
}

div.PlRadioItem
{
	width: 100px; 
	line-height: 25px; 
	float: left; 
}
.fakeFileUpload {
	position: absolute;
	width: 100px;
	top: 0px;
	z-index: 1;
}

.fileUpload {
	position: relative;
	text-align: right;
	-moz-opacity: 0;
	filter: alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
	height: 35px;
	margin-bottom: 5px;
}
.fakeFileUpload:hover {
	cursor: pointer;
}