@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700|Roboto:300,400,600);
@font-face {
	font-family: 'cnoxvo';
	src:url('/fonts/cnoxvo.eot');
	src:url('/fonts/cnoxvo.eot?#iefix') format('embedded-opentype'),
		url('/fonts/cnoxvo.woff') format('woff'),
		url('/fonts/cnoxvo.ttf') format('truetype'),
		url('/fonts/cnoxvo.svg#cnoxvo') format('svg');
	font-weight: normal;
	font-style: normal;
}

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, font, 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 {
    margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent;
}

/* Login */
#loginform { width:280px; margin:0 auto; border-radius:.25em; height:295px; background:rgba(255,255,255,.6); }
#loginform form { width:250px; margin:0 auto; }
#loginform p { position:relative; overflow:hidden; height:40px; }
#loginform p .frminput { position:absolute; top:0; left:0; width:96.3%; border:0; background:rgba(255,255,255,.6); height:30px; padding:.1em .25em; border:1px solid rgba(255,255,255,.6); border-radius:.1em; font-family:'Open Sans', sans-serif; font-size:.9em; font-weight:600; z-index:999; }
#loginform p span { position:absolute; top:0; left:0; font-family:'Open Sans', sans-serif; font-size:.85em; padding:.48em; z-index:99; color:rgba(0,0,0,.6); }
#loginform p .frminput:focus { background:rgba(255,255,255,.9); border:1px solid rgba(255,255,255,.9); }
#loginform .message { width:250px; margin:10px auto 0 auto; background:rgba(255,255,255,.7); border-radius:.1em; text-align:center; padding:.4em 0; font-family:'Roboto', sans-serif; font-size:.76em; font-weight:600; color:#DE541F; }
.log-noxvo { background:#E9600E; text-align:center; height:35px; border-top-left-radius:.25em; border-top-right-radius:.25em; }
.log-noxvo img { height:35px; }
.log-welcome { font-family:'Open Sans', sans-serif; padding:1.8em 0 1em; color:#000; text-align:center; text-shadow:1px 1px 0 rgba(255,255,255,.5); font-size:.9em; }
.submit { width:100%; border:0; background: rgb(238,120,0); /* Old browsers */
background: -moz-linear-gradient(top, rgba(238,120,0,1) 0%, rgba(233,96,14,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,120,0,1)), color-stop(100%,rgba(233,96,14,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(238,120,0,1) 0%,rgba(233,96,14,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(238,120,0,1) 0%,rgba(233,96,14,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(238,120,0,1) 0%,rgba(233,96,14,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(238,120,0,1) 0%,rgba(233,96,14,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee7800', endColorstr='#e9600e',GradientType=0 ); /* IE6-9 */ font-family:'Roboto', sans-serif; font-size:.86em; color:#FFF; padding:.45em 0; border-radius:.2em; }
.submit:hover { background: rgb(238,120,0); /* Old browsers */
background: -moz-linear-gradient(top, rgba(238,120,0,1) 0%, rgba(226,79,0,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,120,0,1)), color-stop(100%,rgba(226,79,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(238,120,0,1) 0%,rgba(226,79,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(238,120,0,1) 0%,rgba(226,79,0,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(238,120,0,1) 0%,rgba(226,79,0,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(238,120,0,1) 0%,rgba(226,79,0,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee7800', endColorstr='#e24f00',GradientType=0 ); /* IE6-9 */ cursor:pointer; box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.06) inset, 0 -1px 0 0 rgba(0, 0, 0, 0.06) inset, 0 -4px 0 0 rgba(0, 0, 0, 0.06) inset; }