/* RESET START */

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;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: 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;
}

/* RESET END */

body {
	background: #eee;
	font: 12pt Lucida Grande;
	/*font: 12pt Georgia;*/
	color: #443322;
}

#maincnt {
	background: #FFF;
	width: 900px;
	margin: auto;
	padding: 20px;
	border: 1px solid #999;
	-moz-box-shadow: #999 2px 2px 10px;
	-webkit-box-shadow: #999 2px 2px 10px;
	box-shadow: #999 2px 2px 10px;

}

input.default {
	border: 1px solid #999;
	background: #eee;
	padding: 3px;
	font: 10pt Verdana;
}

textarea.default {
	border: 1px solid #999;
	background: #eee;
	padding: 3px;
	font: 10pt Verdana;
	height: 75px;
}

.button {
	background-color: #E56100;
	border: 5px solid #F6F6E9;
	color: #FFFFFF;
	cursor: pointer;
	font-weight: bold;
	height: 40px;
	vertical-align: middle;
}

.button:hover {
	background-color: #000000;
}

.ispid {
	width: 100px;
}

.ispidcnt {
	position: relative;
	height: 50px;
	width: 200px;
	padding: 4px;
}

.ispidcnt label {
	display: block;
	padding-bottom: 3px;
	text-color: #332211;
	font-size: 90%;
}

.ispid_preview {
	position: absolute;
	right: 0px;
	top: 0px;
}

.thumb {
	border: 1px solid #999;
}
.left {
	float: left;
}
.clear {
	clear: both;
}

.w300 {
	width: 300px;
}

.w200 {
	width: 200px;
}

.small {
	font-size: 80%;
}

h2 {
	font-size: 20pt;	
	color: #026CB1;
	font-weight: normal;
	letter-spacing: 0;
	line-height: 1.2em;
	word-spacing: normal;
	padding: 20px 0px 10px 0px;
}

.note {
	color: #900;
	padding: 15px;
	border: 1px solid #026CB1;
	text-align: justify;
}

.middle {
	text-align: center;
	width: 900px;
	margin: auto;
}

.middleform {
	width: 620px;
	margin: auto;
}

p {
	padding-bottom: 5px;
}

#headcnt {
	height: 100px;
	position: relative;
	top: 20px;
}


#logo {
	position: absolute;
	top: -20px;
	right: 0px;
}

a {
    color: #026CB1;
}

#login-modal label, #lost-modal label, #signin-modal label {
    display: block;
    padding-top: 6px;
}

.none {
    display: none;
}

.w100p {
	width: 100%;
}
#messager, .messager {
	position: absolute;
	top: 9px;
	z-index: 999;
	
	line-height: 20px;
	margin: 0 auto;
	padding: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	letter-spacing: 1px; 
	width: 900px;

	background: #c00;
	color: #fff;
	font-weight: bold;
}

table.default {
    border: 1px solid #eee;
}

table.default th {
    background: #026CB1;
    color: #fff;
    padding: 3px;
    font-family: Verdana;
}

table.default td {
    padding: 3px;
}

#menu {
    background: #026CB1;
    color: #fff;
    display: inline;
    padding: 5px 15px 5px 15px;
}

#menu a {
    color: #fff;
    font-family: Verdana;
}

#menu a:hover {
    text-decoration: none;
}

.justify {
    text-align: justify;
}