/*
    Styles for Railway Motel web site contact page

    00693b    green
*/

#content { background: transparent url(../images/banners/banner01.jpg) top right no-repeat; }

div.contacts { width: 205px; float: right; margin-right: 15px; margin-bottom: 2em; text-align: center; padding-top: 70px; padding-bottom: 1em; }

div.contacts h3 { font-size: 1em; margin-bottom: 0; margin-top: 0; font-weight: bold; }
div.contacts p { font-size: 1em; margin-bottom: 0; margin-top: 0.25em; font-weight: normal; }

div.contacts a { font-style: italic; font-size: 0.83em; font-weight: normal; }

div#cstreet { color: #000000; background: url(../images/layout/bg-cstreet.gif) center top no-repeat; }
div#cpost { color: #000000; background: url(../images/layout/bg-cpost.gif) center top no-repeat; }
div#cphone { color: #000000; background: url(../images/layout/bg-cphone.gif) center top no-repeat; }

/*
form { margin: 0; padding: 0; border: none; }
fieldset { margin: 0; padding: 1em; color: #000000; background: #c3c3c3 url(../images/layout/bg-form.jpg) top left repeat; border: 2px solid #adadad; }
legend { font-weight: bold; font-size: 1.2em; display: none; }

fieldset span.label { display: block; float: left; clear: left; width: 10em; padding-right: 0.25em; font-weight: bold; }
fieldset ul { margin-left: 10.25em; padding-left: 0; list-style: none; margin-top: 0; padding-top: 0; }
fieldset p.buttons { margin-left: 25em; }
fieldset input.textfield { border: 1px solid #adadad; font-family: HelveticaNeue Light, Helvetica, sans-serif; font-size: 1em; }
fieldset textarea.textfield { border: 1px solid #adadad; font-family: HelveticaNeue Light, Helvetica, sans-serif; font-size: 1em; }
fieldset input.button { color: #000000; background: url(../images/layout/bg-button.gif) top left no-repeat; border: none; height: 32px; width: 131px; font-size: 1.2em; }

p.formresult { padding: 1em; color: #000000; background: #dadada; border: 2px solid #adadad; }
pre.formresult { padding: 1em; color: #000000; background: #dadada; border: 2px solid #adadad; overflow: auto; }
*/