﻿.main {
	background: url(../images/concrete_glossy.jpg);
	font: 12px Tahoma, Geneva, sans-serif;
	margin: 50px;
	padding: 0px;
	color: #3B3B3B;
}

.pagetitle {
	font-weight: bold;
	font-size: 1.4em;
}

.bold {
	font-weight: bold;
}

.section {
    margin-bottom: 2em;
}

.emaillink {
    display: inline;
    margin: 0;
}

.forgotpassword {
    display: inline;
    margin: 0;
    color: #0d82df;
    font-weight: bold;
}

a {
    display: block;
    margin: 1em;
    color: #0195d3;
    transition: .5s;
    text-decoration: none;
}

a:hover {
    color: #000;
    transition: .5s;
    text-decoration: underline;
}

fieldset {
    display: inline;
    vertical-align: top;
    min-height: 4em;
    margin: 1em;
    margin-top: 0.4em;
    padding: 0.2em;

}

.category {
    display: inline-block;
    vertical-align: top;
    min-width: 18em;
    margin: 1em;
    border: 0.15em solid black;
}

.title {
    text-align: center;
    margin-bottom: 0.25em;
    padding-left: 0.25em;
    padding-right: 0.25em;
    border-bottom: 0.1em solid black;
    background-color: dodgerblue;
    font-size: 1.4em;
}

.button {
    display: inline;
    font-weight: bold;
    text-decoration: none;
    background-color: #EEEEEE;
    color: #333333;
    padding: 6px 12px 6px 12px;
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #333333;
    border-bottom: 1px solid #333333;
    border-left: 1px solid #CCCCCC;
}

.button:hover {
    text-decoration: none;
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #333333;
    border-top: 1px solid #333333;
    border-right: 1px solid #CCCCCC;
    transition: 0s;
}