body { background: #000000 url(../images/page-bg.jpg) no-repeat top center; min-height: 1200px; color: #EEEEEE; }

a:link, a:visited { color: #ce9c01; text-decoration: none;}
a:hover, a:active, a:focus { text-decoration: underline; }

#wrapper { background: url(../images/top-bar.png) repeat-x; position: relative; }
#container { position: relative; }
#header h1 { color: #FFFFFF; margin-bottom: 10px; margin-left: 28px; font-size: 36px;  }
#banner { position: relative; margin-bottom: 20px;  }
#banner img { border: 1px solid #333; -moz-border-radius: 16px; -webkit-border-radius: 16px; border-radius: 16px;
				-moz-box-shadow: #000000 1px 6px 10px; -webkit-box-shadow: #000000 1px 6px 10px; box-shadow: #000000 1px 6px 10px;  }
#banner h2 { position: absolute; top: 295px; left: 1px; padding: 10px; background: #272727; border: 1px solid #CCCCCC; 
			-moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; -moz-box-shadow: #000000 1px 6px 10px; 
			-webkit-box-shadow: #000000 1px 6px 10px; box-shadow: #000000 1px 6px 10px; color: #fdc737;  }
#logo { position: absolute; top: 21px; }


#register div.inner { background: #272727; border: 1px solid #CCCCCC; -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; 
			-moz-box-shadow: #000000 1px 6px 10px; -webkit-box-shadow: #000000 1px 6px 10px; box-shadow: #000000 1px 6px 10px;
			padding: 10px; }
			
#register div.grid_6 { width: 440px; }
#register div.grid_4 { width: 295px; }

/* ------------ FORM STYLES ------------ */
div.legend_wrap {background: url(../images/legend_bg.png) no-repeat; overflow: auto; }
legend {font-weight: bold; font-size: 16px; padding: 8px; }
legend span { display: block;font-size: 24px; font-weight: bold;color:#fdc737;}
#player_details div, #parent_details div, #billing_details div { float: left; margin-top: 10px; }
#player_details label, #parent_details label, #billing_details label, #contact label { display: block; font-weight: bold; font-size: 14px;  }
#player_details input, #parent_details input,#billing_details input,#contact input { color: #404040; font-size: 18px; font-weight: bold; padding: 4px 0; border: 1px solid #fdc737; -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px;  }
#p_last_name, #p_first_name,#first_name,#last_name,#phone,#m_phone { width: 200px; margin-right: 16px; }
#p_experience, #p_weight, #ccn { width: 80px; margin-left: 2px; margin-right: 20px;}
#ccn { width: 225px; }
#csv { width: 80px; }
#player_details select, #billing_details select { border: 1px solid #fdc737; font-size: 14px; font-weight: bold; padding: 6px 0; -moz-border-radius: 6px; -webkit-border-radius: 6px;  border-radius: 6px;}
label.free_label { margin-top: 10px; margin-bottom: -10px; }
#exp_fields label.free_label { margin-top: 0; margin-bottom: 0; }
#register #add_player { cursor: pointer;  margin: 10px 0; padding: 8px 12px 8px 36px; border: 1px solid #CCCCCC; border-radius: 10px; background:#a4c91a url(../images/plus_icon.png) no-repeat; }

#player_details #dob_fields, #billing_details #exp_fields div { margin-top: 0; }
#player_details #dob_fields div, #billing_details #exp_fields div { margin-right: 19px; }

#email,#address1{ width: 417px; }
#division { width: 320px; margin-right: 10px; }
#division_selection { display:none; }
#city { margin-right: 12px;}
#zip {width: 70px;}
#parent_details select { margin-right: 12px; width: 100px; font-size: 18px; padding: 3px 0; border: 1px solid #ffc737; -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; }

#register input, #register select { background: #f3f3f3;  -moz-box-shadow: #000000 1px 4px 8px; -webkit-box-shadow: #000000 1px 4px 8px; box-shadow: #000000 1px 4px 8px; }

#divisions_list { display: none; border: 1px solid #333333; background: #000000; padding: 10px; padding-bottom: 25px; border-radius: 6px; }
#divisions_list h2 {color: #fcc737; margin-bottom: 0; font-size: 22px;}
#divisions_list h3 {font-size: 13px; color: #ffe7a9; }
div.division { position: relative; width: 100%; background: #333333 url(../images/division_header_bg.png) no-repeat; padding-bottom: 15px; border: 1px solid #FFFFFF; border-radius: 4px; margin-bottom: 10px }
div.division p { font-size: 11px; width: 280px;  margin-bottom: 0; padding-left: 8px; }
div.division p.date_range { font-size: 12px; font-weight: bold; margin-bottom: 15px; padding-left: 8px; color: #000000; }
div.division h4 { margin-bottom: 0; font-size: 16px; padding-left: 8px; color: #000000; }
div.division_action { background: #2a2e31 url(../images/fee_background.jpg) no-repeat; width: 100px; padding: 5px 10px; position: absolute; right: -5px; top: 30px; border-radius: 8px; box-shadow: #272727 1px 6px 6px;}
.division_action span.fees { display: block; font-size: 12px; font-weight: bold; }
.division_action span.cost { color: #ffc737; font-weight: bold; font-size: 42px; line-height: 34px; }
div.division_action p {margin-bottom: 0; padding-left: 0;} 
div.division_action img { margin-top: 15px; }

.overlay { width: 100%; height: 100%; background: #000000 url(../images/ajax-loader.gif) no-repeat 50% 50%; position: absolute; top:0; left: 0; display: none; opacity: .9; }

#player_instructions, #parent_instructions, #billing_instructions { height: 79px; margin-bottom: 10px; margin-left: 0;  color: #000000; padding-top: 2px; padding-right: 10px; }
#player_instructions p, #parent_instructions p, #billing_instructions p { font-weight: bold; font-size: 11px; line-height: 14px; }
#player_instructions h4, #parent_instructions h4, #billing_instructions h4 { margin-bottom: 0; }

#footer { margin-top: 40px; }
#footer #copyright p { text-align: center; font-size: 10px; color: #EEEEEE; }

#player_listing div.inner { background: #000000; margin-bottom: 20px; }
#player_listing div.inner h3 { border-bottom: 1px dotted #333333; margin-bottom: 8px;  }
#player_listing div.inner h4 { color: #ffc737; margin-bottom: 0; position: relative; }
#player_listing div.inner h4 img { position: absolute; top: 8px; right: 10px; }

#fees { border-bottom: 1px solid #666666; overflow: auto; margin-bottom: 20px; }
#fees_listing h2 { font-size: 16px; width: 145px; float: left; margin-bottom: 10px;  }
#fees_listing h2 span { display: block; font-size: 60px; color: #ffc737; line-height: 50px; }
#fees_listing p.details { font-size: 11px; padding-top: 8px; }

#registration_terms { }
#registration_terms p { font-size: 11px; margin-bottom: 10px; }
#registration_terms h3 { margin-bottom: 5px; }


#reg_confirmation h2 {padding:0; margin: 0;}
#reg_confirmation h3 {padding: 0; margin: 0; margin-bottom: 20px; line-height: 0; }
#reg_confirmation p.error { padding: 6px 0 6px 32px; width: 325px;  margin: 4px 20px; background: #990100 url(../images/error.jpg) no-repeat scroll 4px 4px; border: 1px solid #CCCCCC; border-radius: 4px; color: #FFFFFF; font-weight: bold; }

#conf_billing { background: #CCCCCC; border: 1px solid #333333; border-radius: 8px; box-shadow: 1px 1px 8px #FFC737; padding: 8px; width: 280px; margin-left: 10px;   }
#conf_billing p { line-height: 16px;font-weight: bold; font-size: 12px; margin: 10px 0; }
#conf_billing h4 { font-size: 16px; position: relative; }
#conf_billing h4 span { position: absolute; right: 2px; top: -7px; font-size: 24px; }

#reg_confirmation div.boxes { width: 300px; float: left; margin-right: 20px;}
#conf_billing, #conf_players { background: #272727; border: 1px solid #333333; border-radius: 8px; box-shadow: 1px 1px 8px #FFC737; padding: 8px; color: #FFFFFF; }
#conf_billing p, #conf_players p { line-height: 16px;font-weight: bold; font-size: 12px; margin: 10px 0; }
#conf_players p { margin: 4px 0; }
#conf_billing h4 { font-size: 16px; position: relative; border-top: 1px dotted #CCCCCC; border-bottom: 1px dotted #CCCCCC; padding: 5px 0; }
#conf_billing h4 span { position: absolute; right: 2px; top: -7px; font-size: 28px; color: #FFC737; }

#conf_players h4 { margin: 0; padding: 0; position: relative; color: #FFC737; }
#conf_players h4 span { position: absolute; right: 10px; color: #FFFFFF;  }

#conf_players h3, #conf_billing h3 { margin: 0 0 18px; padding: 0; }
p.terms { margin-top: 20px; font-size: 11px; }
#reg_confirmation div.player_listing { border-bottom: 1px dotted #CCCCCC; padding-bottom: 5px; margin-bottom: 8px;}

#reg_confirmation div.terms { margin-top: 20px; }
#reg_confirmation div.terms p { font-size: 11px; margin-bottom: 5px; } 

.inline {width: 360px !important; }
#topbox {background: #272727; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 40px 12px; height: 380px; border: 1px solid #fff; border-radius: 8px;}
#content {margin-top: 10px; padding: 20px; background: #272727; border: 1px solid #FFFFFF; border-radius: 8px; }

#receipt_display table {border: 1px solid #CCCCCC;}
#receipt_display table th {text-align: left; padding: 3px 6px; font-size: 18px; background: #000000;}
#receipt_display table td { font-size: 14px; padding: 10px; border-bottom: 1px solid #CCCCCC; font-weight: bold;}

img#reg_submit, img#check_submit {cursor:pointer;}

#contact #contact-info p.contact { font-size: 16px; font-weight:bold;}
#contact #contact-info p.contact span {display: block; font-size: 20px; color: #FEC468;}


/* #alerts
================================================== */
.alert { background-color: #FCF8E3; border: 1px solid #FBEED5; border-radius: 4px; color: #C09853; padding: 8px; text-shadow: 0 1px 0 rgba(255,255,255,0.5); margin: 5px 0; }
.alert-danger, .alert-error { background-color:#F2DEDE; border-color: #EED3D7; color: #B94A48; }
.alert-success { background-color: #DFF0D8; border-color: #D6E9C6; color: #468847; }
.alert-info { background-color: #D9EDF7; border-color: #BCE8F1; color: #3A87AD; }
.alert h2, .alert h3, .alert h4, .alert h5 {color: #C09853;}
.alert-danger h2, .alert-danger h3, .alert-danger h4, .alert-danger h5 {color: #B94A48;}
.alert-error h2, .alert-error h3, .alert-error h4, .alert-error h5 {color: #B94A48;}
.alert-success h2, .alert-success h3, .alert-success h4, .alert-success h5 { color: #468847; }
.alert-info h2, .alert-info h3, .alert-info h4, .alert-info h5 { color: #3A87AD; }

.alert a:link, .alert a:visited,
.alert-danger a:link, .alert-danger a:visited,
.alert-error a:link, .alert-error a:visited,
.alert-success a:link, .alert-success a:visited,
.alert-info a:link, .alert-info a:visited
 { color: inherit; font-weight: bold; }
 
/* #Buttons
================================================== */

	.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		background: #eee; /* Old browsers */
		background: #eee -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%); /* FF3.6+ */
		background: #eee -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.2)), color-stop(100%,rgba(0,0,0,.2))); /* Chrome,Safari4+ */
		background: #eee -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Chrome10+,Safari5.1+ */
		background: #eee -o-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Opera11.10+ */
		background: #eee -ms-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* IE10+ */
		background: #eee linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* W3C */
	  border: 1px solid #aaa;
	  border-top: 1px solid #ccc;
	  border-left: 1px solid #ccc;
	  -moz-border-radius: 3px;
	  -webkit-border-radius: 3px;
	  border-radius: 3px;
	  color: #444;
	  display: inline-block;
	  font-size: 14px;
	  font-weight: bold;
	  text-decoration: none;
	  /*text-shadow: 0 1px rgba(255, 255, 255, .75);*/
	  cursor: pointer;
	  margin-bottom: 20px;
	  line-height: normal;
	  padding: 8px 10px;
	  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }

	.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		color: #222;
		background: #ddd; /* Old browsers */
		background: #ddd -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* FF3.6+ */
		background: #ddd -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3))); /* Chrome,Safari4+ */
		background: #ddd -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Chrome10+,Safari5.1+ */
		background: #ddd -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Opera11.10+ */
		background: #ddd -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* IE10+ */
		background: #ddd linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */
	  border: 1px solid #888;
	  border-top: 1px solid #aaa;
	  border-left: 1px solid #aaa; }

	.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		border: 1px solid #666;
		background: #ccc; /* Old browsers */
		background: #ccc -moz-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%); /* FF3.6+ */
		background: #ccc -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.35)), color-stop(100%,rgba(10,10,10,.4))); /* Chrome,Safari4+ */
		background: #ccc -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Chrome10+,Safari5.1+ */
		background: #ccc -o-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Opera11.10+ */
		background: #ccc -ms-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* IE10+ */
		background: #ccc linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* W3C */ }

	.button.full-width,
	button.full-width,
	input[type="submit"].full-width,
	input[type="reset"].full-width,
	input[type="button"].full-width {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center; }
		
	/* black */
	.button.black,
	button.black,
	input[type="submit"].black,
	input[type="button"].black {
		color: #d7d7d7;
		border: solid 1px #333;
		background: #333;
		background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
		background: -moz-linear-gradient(top,  #666,  #000);
		filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000');
	}
	.button.black:hover,
	button.black:hover,
	input[type="submit"].black:hover,
	input[type="button"].black:hover {
		background: #000;
		background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000));
		background: -moz-linear-gradient(top,  #444,  #000);
		filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#000000');
	}
	.button.black:active,
	button.black:active,
	input[type="submit"].black:active,
	input[type="button"].black:active {
		color: #666;
		background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#444));
		background: -moz-linear-gradient(top,  #000,  #444);
		filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#666666');
	}
	
	/* gray */
	.button.gray,
	button.gray,
	input[type="submit"].gray,
	input[type="button"].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');
	}
	.button.gray:hover,
	button.gray:hover,
	input[type="submit"].gray:hover,
	input[type="button"].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');
	}
	.button.gray:active,
	button.gray:active,
	input[type="submit"].gray:active,
	input[type="button"].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');
	}
	
	/* white */
	.button.white,
	button.white,
	input[type="submit"].white,
	input[type="button"].white {
		color: #606060;
		border: solid 1px #b7b7b7;
		background: #fff;
		background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
		background: -moz-linear-gradient(top,  #fff,  #ededed);
		filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
	}
	.button.white:hover,
	button.white:hover,
	input[type="submit"].white:hover,
	input[type="button"].white:hover {
		background: #ededed;
		background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
		background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
		filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
	}
	.white:active {
		color: #999;
		background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
		background: -moz-linear-gradient(top,  #ededed,  #fff);
		filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
	}

	/* orange */
	
	.button.orange,
	button.orange,
	input[type="submit"].orange,
	input[type="button"].orange {
		color: #fef4e9;
		border: solid 1px #da7c0c;
		background: #f78d1d;
		background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
		background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
		filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
	}
	
	.button.orange:hover,
	button.orange:hover,
	input[type="submit"].orange:hover,
	input[type="button"].orange:hover {
		background: #f47c20;
		background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
		background: -moz-linear-gradient(top,  #f88e11,  #f06015);
		filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
	}
	.button.orange:active,
	button.orange,
	input[type="submit"].orange:hover,
	input[type="button"].orange:hover {
		color: #fcd3a5;
		background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
		background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
		filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
	}
	
	/* red */
	.button.red,
	button.red,
	input[type="submit"].red,
	input[type="button"].red {
		color: #faddde;
		border: solid 1px #980c10;
		background: #d81b21;
		background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
		background: -moz-linear-gradient(top,  #ed1c24,  #aa1317);
		filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
	}
	.button.red:hover,
	button.red:hover,
	input[type="submit"].red:hover,
	input[type="button"].red:hover {
		background: #b61318;
		background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));
		background: -moz-linear-gradient(top,  #c9151b,  #a11115);
		filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115');
	}
	.button.red:active,
	button.red:active,
	input[type="submit"].red:active,
	input[type="button"].red:active {
		color: #de898c;
		background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24));
		background: -moz-linear-gradient(top,  #aa1317,  #ed1c24);
		filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa1317', endColorstr='#ed1c24');
	}
	
	/* blue */
	.button.blue,
	button.blue,
	input[type="submit"].blue,
	input[type="button"].blue {
		color: #d9eef7;
		border: solid 1px #0076a3;
		background: #0095cd;
		background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
		background: -moz-linear-gradient(top,  #00adee,  #0078a5);
		filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
	}
	.button.blue:hover,
	button.blue:hover,
	input[type="submit"].blue:hover,
	input[type="button"].blue:hover {
		background: #007ead;
		background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
		background: -moz-linear-gradient(top,  #0095cc,  #00678e);
		filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
	}
	.button.blue:active,
	button.blue:active,
	input[type="submit"].blue:active,
	input[type="button"].blue:active {
		color: #80bed6;
		background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
		background: -moz-linear-gradient(top,  #0078a5,  #00adee);
		filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
	}
	
	/* rosy */
	.button.rosy,
	button.rosy,
	input[type="submit"].rosy,
	input[type="button"].rosy {
		color: #fae7e9;
		border: solid 1px #b73948;
		background: #da5867;
		background: -webkit-gradient(linear, left top, left bottom, from(#f16c7c), to(#bf404f));
		background: -moz-linear-gradient(top,  #f16c7c,  #bf404f);
		filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f16c7c', endColorstr='#bf404f');
	}
	.button.rosy:hover,
	button.rosy:hover,
	input[type="submit"].rosy:hover,
	input[type="button"].rosy:hover {
		background: #ba4b58;
		background: -webkit-gradient(linear, left top, left bottom, from(#cf5d6a), to(#a53845));
		background: -moz-linear-gradient(top,  #cf5d6a,  #a53845);
		filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#cf5d6a', endColorstr='#a53845');
	}
	.button.rosy:active,
	button.rosy:active,
	input[type="submit"].rosy:active,
	input[type="button"].rosy:active {
		color: #dca4ab;
		background: -webkit-gradient(linear, left top, left bottom, from(#bf404f), to(#f16c7c));
		background: -moz-linear-gradient(top,  #bf404f,  #f16c7c);
		filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf404f', endColorstr='#f16c7c');
	}
	
	/* green */
	.button.green,
	button.green,
	input[type="submit"].green,
	input[type="button"].green {
		color: #e8f0de;
		border: solid 1px #538312;
		background: #64991e;
		background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
		background: -moz-linear-gradient(top,  #7db72f,  #4e7d0e);
		filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
	}
	.button.green:hover,
	button.green:hover,
	input[type="submit"].green:hover,
	input[type="button"].green:hover {
		background: #538018;
		background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
		background: -moz-linear-gradient(top,  #6b9d28,  #436b0c);
		filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
	}
	.button.green:active,
	button.green:active,
	input[type="submit"].green:active,
	input[type="button"].green:active {
		color: #a9c08c;
		background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
		background: -moz-linear-gradient(top,  #4e7d0e,  #7db72f);
		filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
	}
	
	/* light-green */
	.button.light-green,
	button.light-green,
	input[type="button"].light-green,
	input[type="submit"].light-green {
		color: #a9c08c;
		background: -webkit-gradient(linear, left top, left bottom, from(#95b901), to(#a8cf04));
		background: -moz-linear-gradient(top,  #95b901,  #a8cf04);
		filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#95b901', endColorstr='#a8cf04');
	}
	
	/* pink */
	.button.pink,
	button.green,
	input[type="submit"].pink,
	input[type="button"].pink {
		color: #feeef5;
		border: solid 1px #d2729e;
		background: #f895c2;
		background: -webkit-gradient(linear, left top, left bottom, from(#feb1d3), to(#f171ab));
		background: -moz-linear-gradient(top,  #feb1d3,  #f171ab);
		filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#feb1d3', endColorstr='#f171ab');
	}
	.button.pink:hover,
	button.green:hover,
	input[type="submit"].pink:hover,
	input[type="button"].pink:hover {
		background: #d57ea5;
		background: -webkit-gradient(linear, left top, left bottom, from(#f4aacb), to(#e86ca4));
		background: -moz-linear-gradient(top,  #f4aacb,  #e86ca4);
		filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4aacb', endColorstr='#e86ca4');
	}
	.button.pink:active,
	button.green:active,
	input[type="submit"].pink:active,
	input[type="button"].pink:active {
		color: #f3c3d9;
		background: -webkit-gradient(linear, left top, left bottom, from(#f171ab), to(#feb1d3));
		background: -moz-linear-gradient(top,  #f171ab,  #feb1d3);
		filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f171ab', endColorstr='#feb1d3');
	}

	.button.continue:after,
	button.continue:after,
	input[type="submit"].continue:after,
	input[type="button"].continue:after {
		content: ">>";
		padding: 0 10px;
		font-family: 'Oswald';
		line-height: 12px;
	}


	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner,
	input::-moz-focus-inner {
    border: 0;
    padding: 0;
	}
