/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}





/* buttons */
.btn {
	-moz-box-shadow: 0px 3px 0px 0px #4a4a4a;
	-webkit-box-shadow: 0px 3px 0px 0px #4a4a4a;
	box-shadow: 0px 3px 0px 0px #4a4a4a;
	
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a3a3a3), color-stop(1, #5e5e5e) );
	background:-moz-linear-gradient( center top, #a3a3a3 5%, #5e5e5e 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a3a3a3', endColorstr='#5e5e5e');
	background-color:#a3a3a3;
	
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #666666;
	display:inline-block;
	padding:8px 18px;
	
	font-weight:normal;
	font-size:18px;
	color:#ffffff;
	text-decoration:none;
	
	text-shadow:0px -1px 1px rgba(0,0,0,.4);
	cursor: pointer;
	
	box-sizing: border-box;
	text-align: center;
}
.btn:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5e5e5e), color-stop(1, #a3a3a3) );
	background:-moz-linear-gradient( center top, #5e5e5e 5%, #a3a3a3 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5e5e5e', endColorstr='#a3a3a3');
	background-color:#5e5e5e;
}
.btn:active {
	position:relative;
	top:1px;
	
	-moz-box-shadow: 0px 1px 0px 0px #696969;
	-webkit-box-shadow: 0px 1px 0px 0px #696969;
	box-shadow: 0px 1px 0px 0px #696969;
}

.btn.smlbtn{
	font-size: 13px;
	padding: 4px 14px 3px;
}

.btn.blu-btn{
	-moz-box-shadow: 0px 3px 0px 0px #3B7BAA;
	-webkit-box-shadow: 0px 3px 0px 0px #3B7BAA;
	box-shadow: 0px 3px 0px 0px #3B7BAA;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #7ad5ff), color-stop(1, #399fe3) );
	background:-moz-linear-gradient( center top, #7ad5ff 5%, #399fe3 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7ad5ff', endColorstr='#399fe3');
	background-color:#7ad5ff;
	border-color:#3B7BAA;
	text-shadow:0 -1px 1px #549ccc;
}
.btn.blu-btn:hover{
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #399fe3), color-stop(1, #7ad5ff) );
	background:-moz-linear-gradient( center top, #399fe3 5%, #7ad5ff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#399fe3', endColorstr='#7ad5ff');
	background-color:#399fe3;
}
.btn.blu-btn:active{
	-moz-box-shadow: 0px 1px 0px 0px #3B7BAA;
	-webkit-box-shadow: 0px 1px 0px 0px #3B7BAA;
	box-shadow: 0px 1px 0px 0px #3B7BAA;
}


.btn.grn-btn{
	-moz-box-shadow: 0px 3px 0px 0px #20341a;
	-webkit-box-shadow: 0px 3px 0px 0px #20341a;
	box-shadow: 0px 3px 0px 0px #20341a;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #599148), color-stop(1, #2b4623) );
	background:-moz-linear-gradient( center top, #599148 5%, #2b4623 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#599148', endColorstr='#2b4623');
	background-color:#599148;
	border-color:#20341a;
	text-shadow:0 -1px 1px #36582c;
}
.btn.grn-btn:hover{
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #2b4623), color-stop(1, #599148) );
	background:-moz-linear-gradient( center top, #2b4623 5%, #599148 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b4623', endColorstr='#599148');
	background-color:#2b4623;
}
.btn.grn-btn:active{
	-moz-box-shadow: 0px 1px 0px 0px #20341a;
	-webkit-box-shadow: 0px 1px 0px 0px #20341a;
	box-shadow: 0px 1px 0px 0px #20341a;
}

/* end buttons */
