body {
	background: #FFFFFF url(images/background.jpg) repeat-y left top;
    font-family: Helvetica, Arial, sans-serif;
}

*:focus{
    outline:none; /* Prevents blue border in Webkit */
}

.app-text{
  font-size: 90%;
  line-height: 1.2;
  text-align:left;
}
.info{
font-size: 140%;
  font-weight: bold;
  color: blue;
}
.required{
font-size: 120%;
  font-weight: bold;
  color: red;
}

#code-of-ethics{

}
#membership-approval-time{
  color: #808080;
  font-style: italic;
}

.required-instructions{
    color: #808080;
  font-style: italic;
  font-size:90%;
  text-align:right;
}

#membership-app-form{

}

/* link types */
form a[href$='.pdf'] {
    display:inline-block;
    padding-right:20px;
    line-height:18px;
    background:transparent url(assets/images/icon_pdf.png) center right no-repeat;
}

/* form */
fieldset{
border: 1px solid #E1E2F4;
-webkit-border-radius:2px;
			-moz-border-radius:2px;
			border-radius:2px;
            margin-bottom: 15px;
}
legend{
  font-weight: bold;
  color: #495394;
}

.form-table{
  width:650px;
  padding: 0;
  font-size: 90%;
}
.form-table td{
  text-align: left;
}

label{
  font-weight: bold;
  display:inline;
  cursor: pointer;
  white-space:nowrap;
}

input,
textarea {
			font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
			background-color:#fff;
			border:1px solid #ccc;
			-webkit-border-radius:2px;
			-moz-border-radius:2px;
			border-radius:2px;
            margin-left: 3px;
            margin-top: 6px;
            padding: 2px;

		}

		textarea {
				min-height:200px;
		}

		input:focus, textarea:focus {
			-webkit-box-shadow:0 0 25px #ccc;
			-moz-box-shadow:0 0 25px #ccc;
			box-shadow:0 0 25px #ccc;
		}
#price-table td{
    padding: 8px 6px;
}
.highlight{
  background-color: #D8DEEE;
}
.card-options{
    font-size: 90%;
    text-align: left;
}

.footer_links {
	font: 10px Georgia, "Times New Roman", Times, serif;
}

/*ERROR BOX*/



.error {

	min-height: 70px;
	display: block;
	position: relative;
    padding: 10px;
    font-size: 90%;
    text-align: left;

	/*Border Radius*/
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

	/*Box Shadow*/
	-moz-box-shadow: 2px 2px 2px #cfcfcf;
	-webkit-box-shadow: 2px 2px 4px #cfcfcf;
	box-shadow: 2px 2px 2px #cfcfcf;

	margin:0px;
	z-index: 1;


	border-top: 1px solid #f7d0d0;
	border-bottom: 1px solid #c87676;

	/*Background Gradients*/
	background: #f3c7c7;
	background: -moz-linear-gradient(top,#f3c7c7,#eea2a2);
	background: -webkit-gradient(linear, left top, left bottom, from(#f3c7c7), to(#eea2a2));
}

.error:before {
	content: url(assets/images/error.png);
	float: left;
	margin: 20px 15px 0px 15px;
}

.error strong {
	color: #b31616;
	margin-right: 15px;
}


/*SUCCESS BOX*/



.success {

	min-height: 70px;
	display: block;
	position: relative;
    padding: 10px;
    font-size: 90%;
    text-align: left;

	/*Border Radius*/
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

	/*Box Shadow*/
	-moz-box-shadow: 2px 2px 2px #cfcfcf;
	-webkit-box-shadow: 2px 2px 4px #cfcfcf;
	box-shadow: 2px 2px 2px #cfcfcf;

	margin:0px;
	z-index: 1;


	border-top: 1px solid #edf7d0;
	border-bottom: 1px solid #b7e789;

	/*Background Gradients*/
	background: #dff3a8;
	background: -moz-linear-gradient(top,#dff3a8,#c4fb92);
	background: -webkit-gradient(linear, left top, left bottom, from(#dff3a8), to(#c4fb92));
}


.success strong {
	color: #61b316;
	margin-right: 15px;
}

/* Tiny Box */

.tbox {position:absolute; display:none; padding:14px 17px; z-index:900}
.tinner {padding:15px; -moz-border-radius:5px; border-radius:5px; background:#fff url(assets/images/preload.gif) no-repeat 50% 50%; border-right:1px solid #333; border-bottom:1px solid #333}
.tmask {position:absolute; display:none; top:0px; left:0px; height:100%; width:100%; background:#000; z-index:800}
.tclose {position:absolute; top:0px; right:0px; width:30px; height:30px; cursor:pointer; background:url(assets/images/close.png) no-repeat}
.tclose:hover {background-position:0 -30px}

/* button
---------------------------------------------- */
.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}

.bigrounded {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}
.medium {
	font-size: 12px;
	padding: .4em 1.5em .42em;
}
.small {
	font-size: 11px;
	padding: .2em 1em .275em;
}

/* color styles
---------------------------------------------- */

/* gray */
.gray {
	color: #e9e9e9;
	border: solid 1px #555;
	background: #6e6e6e;
	background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
	background: -moz-linear-gradient(top,  #888,  #575757);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
}
.gray:hover {
	background: #616161;
	background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));
	background: -moz-linear-gradient(top,  #757575,  #4b4b4b);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b');
}
.gray:active {
	color: #afafaf;
	background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888));
	background: -moz-linear-gradient(top,  #575757,  #888);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#888888');
}

/* gray payment types */
.gray2 {
	color: #e9e9e9;
	border: solid 1px #555;
	background: #6e6e6e;
	background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
	background: -moz-linear-gradient(top,  #888,  #575757);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
}
.gray2:hover {
	background: #616161;
	background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));
	background: -moz-linear-gradient(top,  #757575,  #4b4b4b);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b');
}
.gray2:active {
	color: #afafaf;
	background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888));
	background: -moz-linear-gradient(top,  #575757,  #888);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#888888');
}
