/* SunVirgin.com styles for forms */

fieldset div.NavNote  {
	font-family: inherit;
	font-size: 10pt;
	font-weight: bold;
	width: 100%;
	float: left;
	text-align: left;
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 10px;
	z-index: 20;
	clear: both;
}

fieldset div.ColHeaderLeft {
	font-family: inherit;
	font-size: 10pt;
	font-weight: bold;
	width: 100%;
	float: left;
	text-align: left;
	vertical-align: top;
	margin-bottom: -15px;
	z-index: 20;
	clear: both;
}

fieldset div.ColHeaderRight  {
	position: relative;
	font-family: inherit;
	font-size: 10pt;
	font-weight: bold;
	width: 100%;
	float: right;
	text-align: right;
	vertical-align: top;
	margin-right: 10px;
	margin-bottom: 10px;
	z-index: 20;
	clear: both;
}

fieldset div.SeparatorBar {
	position: relative;
	font-family: inherit;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	width: 100%;
	float: left;
	padding: 2px 0 2px 5px;
	margin: 0 auto;
	height: 15px;
	text-align: left;
	vertical-align: middle;
	background-color: #8C1919;
	clear: both;
}

/* For single-row entries */
fieldset div.SingleRow  {
	position: relative;
	font-family: inherit;
	height: 25px;
	vertical-align: middle;
	clear: both;
}

fieldset div.PhotoRow  {
	position: relative;
	font-family: inherit;
	height: 200px;
	vertical-align: top;
}

fieldset div.RightNote  {
	position: relative;
	font-family: inherit;
	font-size: 8pt;
	font-weight: bold;
	width: auto;
	margin: 0px auto;
	float: right;
	vertical-align: middle;
	clear: both;
}

fieldset div.RightCheckbox  {
	width: 12px;
	height: 12px;
	float: right;
	vertical-align: middle;
	z-index: 10;
	clear: both;
}
/* End single row styles */

fieldset div.SelectEntry  {
	position: relative;
	width: auto;
	margin: 0 auto;
	float: right;
	vertical-align: middle;
	clear: both;
}

legend {
	font-family: inherit;
	font-size: 16pt;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	text-transform: none;
	margin-bottom: 20px;
}

fieldset {
	position: relative;
	width: 650px;
	padding: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border-style: double;
	border-width: 6px;
	border-color: #8C1919;
	background-color: #FFFFF0;
	margin: 0px auto;
	float: center;
	clear: both;
}

fieldset div {
	position: relative;
	vertical-align: middle;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

fieldset label {
	position: relative;
	font-family: inherit;
	font-size: 10pt;
	text-align: right;
	vertical-align: middle;
	font-weight: bold;
	float: left;
	width: 125px;
	height: 20px;
/*	margin: 1px 10px 1px 0;*/
	margin-top: 1px;
	margin-right: 10px;
	clear: both;
}

fieldset input {
	margin: 1px auto;
}

fieldset input[type=checkbox] {
	position: relative;
	margin: 1px auto;
    width: 20px;
    height: 20px;
}

fieldset select {
	position: relative;
	margin: 1px auto;
	line-height: 20px;
	z-index: 30;
}

fieldset input[type=text] {
	position: relative;
	width: auto;
	line-height: 20px;
	z-index: 30;
}

fieldset input[type=radio] {
	position: relative;
	width: 12px; /* resize radio */
	height: 12px;
    vertical-align: baseline;
    margin: 2px;
}

fieldset textarea {
	position: relative;
	width: 90%;
	float: center;
	margin: 25px 0 10px -90px;
	clear: both;
}

fieldset input[type=submit] {
	position: relative;
	padding: 5px 15px;
	background: #ccc;
	border: 0 none;
	margin: 15px 5px 0 0;
	font-weight: bold;
	color: #8C1919;
	cursor: pointer;
	-webkit-border-radius: 15px;
	border-radius: 10px;
	border: 1px solid #d4d4d4;
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
	width: auto;
	float: right;
    vertical-align: bottom;
	clear: both;
}

/* Hide radio bottons and checkboxes, make them look like selected buttons */
/*
.VForm input[type=radio], input[type=checkbox] {
	clear: both;
	display: none;
	margin: 10px;
}
 
.VForm input[type=radio] + label, input[type=checkbox] + label {
	display: inline-block;
	white-space: nowrap;
	max-width: 24%;
	margin: -2px;
	padding: 4px 4px;
	margin-bottom: 0;
	font-size: inherit;
	line-height: 1.5em;
	color: #333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255,255,255,0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
	background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
	background-image: -o-linear-gradient(top,#fff,#e6e6e6);
	background-image: linear-gradient(to bottom,#fff,#e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #ccc;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	border-bottom-color: #b3b3b3;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
}

.VForm input[type=radio]:checked + label, input[type=checkbox]:checked + label  {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
	box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
	background-color: #e0e0e0;
}

.VForm input[type=file] {
	padding: 5px 15px;
	background: #ccc;
	border: 0 none;
	font-weight: bold;
	color: #444;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
*/
