﻿/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, 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;
	list-style:none;
}

html {overflow-y: scroll !important;}

body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#EEE url(../images/public/bg-body.jpg) top repeat-x;
	text-align:left;
	color:#464341;
}

img, img a {border:none;}

a {
    color:#b45102;
    text-decoration:none;
    cursor:pointer;
}

a:hover {
	color:#f0760f;
	text-decoration:underline;
}

.clearfix {clear: both;}
.errormsg {color: red;}
.green {color: #7f8d06;}

#wrap {
	border:1px solid #DDD;
	background:#FFF;
	width:730px;
	padding:10px 0 0 0;
	margin:30px auto 0 auto;	
}

#content {
	margin:0;
	width:560px;
	padding:0 0 0 60px;
}

h1 {
	color:#888;
	font-family:Georgia, Verdana;
	font-size:25px;
	font-weight:normal;
	margin:20px 0 10px 0;
	padding:0 0 2px 0;
	border-bottom:1px dotted #aaa;
	width:496px;
}

h2 {
	color:#464341;
	padding:5px 0 7px 0;
}

span.green {color:#778708;font-weight:bold;}

/* -----------------------FORM FIELDS INPUTS LABELS---------------------------------------*/

input {
	color:#555;
	margin-bottom:5px;
	padding:2px;
	border:1px solid #999;
}
input:focus {border:1px solid #777;background:#fdf3d8;padding:2px;}

label {font-weight:bold;}

fieldset {border:none;padding:4px 0;margin:0;}

legend {
    font-weight:bold;
    font-size:12px;
    color:#5d5956;
    padding:0 0 3px 3px;  
}

.submitButton {
	background:url(../images/submit-pass-button.jpg) no-repeat;
	color:#fff;
	border:none;
	height:25px;
	width:70px;
	cursor:pointer;
	padding:0 0 5px 0;
	margin:5px 0 0 0;
	line-height:23px;
}

/* -----------------------FOOTER---------------------------------------*/

#footer {
	font-size:11px;
	margin-top:32px;
	background:#f9f9f9;
	border-top:1px solid #ddd;
	padding:10px 0;
}

#footer p {margin:0 0 4px 62px;padding:0;}
