/*
**  Created by rafael apocalypse on 2010-03-03.
**  Copyright (c) 2009 rafael apocalypse . All rights reserved.
**  author url: http://ideiadigital.org
*/

/*****************
	css reset based on eryc meyer's code at http://meyerweb.com/eric/tools/css/reset/index.html
*****************/
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, font, 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 {
	margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
body {line-height: 1; text-align: center;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: ''; content: none;}
a, a:active, a:visited {text-decoration: none;}

/* remember to define focus styles! */
:focus {outline: 0;}

/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}

/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: collapse; border-spacing: 0;}

/*****************
	end of css reset
*****************/

body {margin: 0; padding: 0; text-align: center; background: #f16820 url(images/bg-body.jpg) center top no-repeat; font-family: helvetica, verdana, sans-serif; font-size: 16pt; color: #ffffff; line-height: 18pt;}
#wrapper {margin: 0 auto; width: 818px; padding-top: 286px; text-align: left;}
a {color: #231f20;}
#wrapper h1 {display: none;}
#wrapper .col-left {float: left; width: 389px; margin-right: 20px;}
  form {margin-top: 20px;}
  form input {float: left; border: 1px solid #545454; float: left; -moz-border-radius: 8px; -webkit-border-radius: 4px; width: 200px; height: 30px; padding: 0 10px; font-size: 12pt; font-weight: bold; color: #f16820; margin-bottom: 5px;}
  form input#submit {width: 100px; margin-left: 10px; background: url(images/bg-submit.jpg);}
#wrapper .col-right {float: left; width: 389px; margin-left: 20px;}