@font-face {
	font-family: TF2Secondary;
        src: url('fonts/TF2secondary.eot'), url('fonts/TF2secondary.ttf');
}
@font-face {
	font-family: TF2Build;
        src: url('fonts/tf2build.eot'), url('fonts/tf2build.ttf');
}

body {
    margin-left: auto;
    margin-right: auto;
    width: 1280px;
    opacity: 0.9;
}

a:link 
{
    color:#FFFFFF;
}
a:visited
{
    color:#FFFFFF;
}  /* visited link */
a:hover 
{
    color:#AAAAAA;
}  /* mouse over link */

#framebody {
    height: auto;
    background-color: #36312b;
    border: 1px black;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color: white; 
    padding: 12px;
    font-family: TF2Build;
    font-size: 26px;
    margin-left: auto;
    margin-right: auto;
}

.textbox {
    color: white; 
    min-height: 28px;
    background-color: #4B4843;
    font-family: TF2Secondary;
    font-size: 26px;
    border-style:solid;
    border-color: #413C39;
    border-radius: 6px;
}

.styletable {
    text-align: center;
    border-collapse: separate;
    border-spacing: 0;
} .styletable caption {
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    padding: 6px;
    border: 1px solid black;
    background-color: #766B5E;
} .styletable tr:last-child td:first-child {
    border-bottom-left-radius: 6px;
} .styletable tr:last-child td:last-child {
    border-bottom-right-radius: 6px;
} .styletable tr:nth-of-type(odd) td {
    background-color: #766B5E;
} .styletable tr:nth-of-type(even) td {
    background-color: #4B4843;
} .styletable tr td {
    border-bottom: 1px solid black;
    padding: 3px 7px 3px 7px;
    border-right: 1px solid black;
} .styletable tr td:first-child {
    border-left: 1px solid black;
}

.submitbutton {
    width: 120px;
    height: 44px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border-style: none;
    border-radius: 6px;
    color: white;
    background-color: #766b5e;
    text-align: center;
    font-family: TF2Build;
    font-size: 26px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}.submitbutton:hover {
    background-color: #8f483b;
}

html { 
	background: url(images/tfbackground.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}