body {
	font-size: 14px;
    font-family: 'DejaVu Sans', sans-serif;
    background: #839099 url("/media/images/background.jpg") repeat;
    color: #ffffff;
}

input.text {
    border-radius: 5px;
    border: 1px solid #ffffff;
    border-top: 1px solid #4c4d4f;
}
input.text:focus {
    border: 1px inset #4c4d4f;
}

a {
    color: inherit;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
a img {
    border: none;
}


#main {
    margin: 50px 150px 50px 150px;
    text-align: center;
}

#header {
    margin-top: 150px;
}
.menu {
    white-space: nowrap;
    margin: 0px;
    padding: 0px;
    font-size: 0.8em;
    line-height: 0em;
}
#menu-top {
    text-align: right;
}
#menu-bottom {
    text-align: left;
    margin-top: 50px;
}

.logo-shadow {
    background: url("/media/images/logo-shadow.png") center top no-repeat;
}

#go_form {
    display: inline;
}
#go_form input {
    width: 1em;    
}
.go-link {
    color: blue;
}

#content {
}

#link_form {
}

.add {
    font-size: small;
    border: 1px dashed black;
    margin-bottom: 10px;
    padding: 1px;
}

.big input {
	font-size: 28px;
    margin-left: auto;
    margin-right: auto;
	width: 64%;
	text-align: center;
}

.big-green-button {
    width: 238px;
    height: 54px;
    border: none;
    background: url("/media/images/submit.png");
    color: #4c4d4f;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}
.big-green-button:hover {
    background: url("/media/images/submit_hover.png");
}
.errors {
	color: red;
}

#help-button {
    font-size: 53px;
    font-weight: bold;
    margin-top: 100px;
}
#help-close {
    cursor: pointer;
    margin: 10px;
    float: right;
}
#help {
    display: none;
    position: absolute;
    top: 300px;
    width: 100%;
	text-align: left;
	left: 0;
	color: #4c4d4f;
}
#help-message {
    font-size: 0px;
    width: 520px;
    height: 359px;
    margin: auto auto auto auto;
    background: url("/media/images/message.png");
}
#help-content {
    font-size: 14px;
    width: 500px;
    height: 304px;
    margin: 0 10px 10px 10px;
    overflow: auto; 
}
#help em {
	display: block;
	font-style: italic;
	margin: 1em auto 1em 1em;
}

#counter {
    margin-top: 15px;
}

#footer {
	text-align: center;
	margin-top: 50px;
}
#links {
    color: gray;
    font-size: small;
}
#copyright {
    text-align: left;
}
#copyright, #copyright a {
	font-size: xx-small;
}

a.ajax {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px #ffffff dashed;
}
a.ajax:hover {
    border-bottom: 1px #839099 solid;
}
a.nounderline {
    border: none !important;
}

p.ajax {
}
.ajax-name {
    border-bottom: 1px #ffffff dashed;
    margin-right: 5px;
    cursor: pointer;
}
.ajax-value {
    display: none;
}

#data {
    display: none;
}

.addthis_wrapper {
    width: 364px;
    margin: 0 auto 0 auto;
}

