/* body */
body {
    margin: 0;
    padding: 0 0 20px 0;
	font: 84%/1.4 arial, helvetica, sans-serif;
	/*background: #000 url(../img/newlook/bg.jpg);*/
	color: #fff;
}

/* Form elements */
input, textarea, select {
    color: #fff;
    vertical-align: middle;
    background: #191919;
    border: 1px solid #666;
    padding: 2px;
}

/* links */
a:link, a:active, a:visited {
    color: #ccc; 
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    color: #ff8f02;
}

/* page elements */
p {
    clear: both;
}

h2 {
    font-size: 14px;
    font-weight: bold;
    color: #ff8f02;
}