 /*Payment Form Styles */
/*
form {
	width: 100%;
}
    */
/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
/*
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
*/
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
/* .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

.error {
	color: #c03;
}


.formtitle {
	color:#0f3870;
	font-size:13pt;
	font-weight:bold;
	display:block;
	margin-left:14px;
  
}

.formbox {
	background-color:#FFF;
	border:#BEBEBE thin solid;
	padding-top:20px;
	margin-bottom:20px;
    background-image: url("Images/DevUse.png")  !important;
    background-repeat:repeat-x;
    background-position: center; 

}

.instruction {
	display:block;
	margin-left:14px;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-color:#f8f8f8;
}

body {
	margin: 0;
}

.fielddiv {
	margin-left:14px;
	border:none;
}

hr {
 background-color:#C9C9C9;
 color:#C9C9C9;
 height:4px;
 border:none;
 margin-top:20px;
 margin-bottom:20px;
}

.asterisk {	
	color:#C03;
	vertical-align:middle;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12pt;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-color:#f8f8f8;
}

.fielddiv {
	margin-left:14px;
	border:none;
}



.autofield {
	width:auto;
	border: 1px solid #999;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	background: -moz-linear-gradient(top, #f7f7f7 0%, #f0f0f0 0%, #e3e3e3 0%, #ffffff 46%, #ffffff 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #f7f7f7), color-stop(0%, #f0f0f0), color-stop(0%, #e3e3e3), color-stop(46%, #ffffff), color-stop(100%, #ffffff));
	background: -webkit-linear-gradient(top, #f7f7f7 0%, #f0f0f0 0%, #e3e3e3 0%, #ffffff 46%, #ffffff 100%);
	background: -o-linear-gradient(top, #f7f7f7 0%, #f0f0f0 0%, #e3e3e3 0%, #ffffff 46%, #ffffff 100%);
	background: -ms-linear-gradient(top, #f7f7f7 0%, #f0f0f0 0%, #e3e3e3 0%, #ffffff 46%, #ffffff 100%);
	background: linear-gradient(to bottom, #f7f7f7 0%, #f0f0f0 0%, #e3e3e3 0%, #ffffff 46%, #ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ffffff', GradientType=0 );
	margin-bottom:18px;
	margin-bottom:6px !important;
	margin-top:0px !important;
	
	padding-left:3px;
	padding-right:3px;
	
}

div.fielddiv img , div.amountdiv img, .live-validation-on {
    vertical-align: middle;
}

.shortfield {
	width:168px;
	border: 1px solid #999;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	background: -moz-linear-gradient(top, #f7f7f7 0%, #f0f0f0 0%, #e3e3e3 0%, #ffffff 46%, #ffffff 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #f7f7f7), color-stop(0%, #f0f0f0), color-stop(0%, #e3e3e3), color-stop(46%, #ffffff), color-stop(100%, #ffffff));
	background: -webkit-linear-gradient(top, #f7f7f7 0%, #f0f0f0 0%, #e3e3e3 0%, #ffffff 46%, #ffffff 100%);
	background: -o-linear-gradient(top, #f7f7f7 0%, #f0f0f0 0%, #e3e3e3 0%, #ffffff 46%, #ffffff 100%);
	background: -ms-linear-gradient(top, #f7f7f7 0%, #f0f0f0 0%, #e3e3e3 0%, #ffffff 46%, #ffffff 100%);
	background: linear-gradient(to bottom, #f7f7f7 0%, #f0f0f0 0%, #e3e3e3 0%, #ffffff 46%, #ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ffffff', GradientType=0 );
	margin-bottom:18px;
	margin-bottom:6px !important;
	margin-top:0px !important;
	padding-left:3px;
	padding-right:3px;
	
}

.longfield {
	width:400px;
    border: 1px solid #999;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	background: #f7f7f7;
	background: -moz-linear-gradient(top, #f7f7f7 0%, #f0f0f0 0%, #e3e3e3 0%, #ffffff 46%, #ffffff 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #f7f7f7), color-stop(0%, #f0f0f0), color-stop(0%, #e3e3e3), color-stop(46%, #ffffff), color-stop(100%, #ffffff));
	background: -webkit-linear-gradient(top, #f7f7f7 0%, #f0f0f0 0%, #e3e3e3 0%, #ffffff 46%, #ffffff 100%);
	background: -o-linear-gradient(top, #f7f7f7 0%, #f0f0f0 0%, #e3e3e3 0%, #ffffff 46%, #ffffff 100%);
	background: -ms-linear-gradient(top, #f7f7f7 0%, #f0f0f0 0%, #e3e3e3 0%, #ffffff 46%, #ffffff 100%);
	background: linear-gradient(to bottom, #f7f7f7 0%, #f0f0f0 0%, #e3e3e3 0%, #ffffff 46%, #ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ffffff', GradientType=0 );
	margin-bottom:18px;
	margin-bottom:6px !important;
	margin-top:0px !important;
	
	padding-left:3px;
	padding-right:3px;
}

.mobile .longfield {
	width: 168px;
}

.mobile select.longfield {
	width: 200px !important;
}

.submitbutton {
	width:132px;
	height:38px;
	color:#FFF;
	background-color:#194c95;
	font-size:15pt;
}


input.watermark {  
    color: #999;
}

::-ms-clear { display: none; }

*/
/*
.donation-levels {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 5px 0;
	overflow: hidden;
}

 .donation-level {
 	display: inline-block;
 	float: left;
 }

.donation-levels label {
	display: inline-block;
	position: relative;
	margin: 5px 3px;
	min-width: 80px;
	background: url('images/button-sprite.png') no-repeat 0 -7px; 
	border-radius: 6px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	font-size: 20px;
	letter-spacing: 1px;
	line-height: 57px;
	cursor: pointer;
}

.donation-levels label.level-active {
	background-position: 0 -90px;
}
    */
.asterisk {	
	color:black;
	vertical-align:middle;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12pt;
}
