@charset "utf-8";

/* 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, main {
	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; }

a { text-decoration: none; cursor: pointer; color: inherit; }

*, *:after, *:before { box-sizing: border-box; }

button, input, select, textarea { font-size: inherit; font-family: inherit; }

input:focus, select:focus, textarea:focus, button:focus { outline-width: 0; }

html, body {
    height: 100%;
}

body {
	background: #d7d7d7;
	font-family:Arial, Helvetica, sans-serif;
}

body > div, body > form {
	display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

body > div > div {
    border: solid 1px #ababab;
    border-radius: .12em;
	background: #fff;
	padding: 2em 1em;
	width: 98%;
	max-width:  440px;
}

#logo {
	text-align: center;
    margin-bottom: 2em;
}

label {
	font-weight: bold;
	color: #3b3b3b;
	margin-right: .3em;
}

.btn {
	background: url(https://www.wwmponline.com/content/files/icons/btn-arrow-right.png) no-repeat center right .7em, url(https://www.wwmponline.com/content/files/icons/btn-bg-right-bottom.png) no-repeat top right #80b201;
    border: 1px solid #78a700;
	color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding: .5em .4em;
    min-width: 10em;
    letter-spacing: .05em;
    border-radius: .12em;
    margin-top: .5em;
}

.box {
	padding: .3em .5em;
}

table {
	width: 100%;
	text-align:center;
}

#signup_form select, #signup_form input[type="text"] {
	display: block;
	width: 100%;
	padding: .5em;
    max-width: 17em;
    margin: 0 auto .5em;
}

#signup_form .btn {
	float: right;
    margin-top: 1em;
    margin-right: 1em;
}

#table {
	margin-top: 1em;
}

#table th {
	background: #e4a924;
    padding: .35em 0;
    font-weight: bold;
    border-right: 1px solid #fff;
    font-size: 14px;
}

#cancel {
	background-color: #9e9e9e;
    border-color: #9e9e9e;
}

#signup_form #table input {
	max-width: 3.3em;
    margin: 0 0 .2em;
    padding: .15em .5em;
}

p.error {
	text-align: center;
    border: 1px dashed red;
    padding: .4em 0;
    margin-top: .5em;
    color: red;
    font-weight: bold;
    font-size: 15px;
}

#table tr > td:first-child {
    font-size: 13px;
    font-weight: bold;
}

#table tr > td:first-child + td {
    font-size: 14px;
}

#logo + p {
    text-align: center;
    font-weight: bold;
    color:#656565;
}

#submit_order {
    text-align: center;
    font-weight: bold;
    color:#656565;
}
.scroller {
    max-height: 20em;
    overflow-y: auto;
}