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;
}
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;
}

.clear_both{
	clear:both;
}

/*COMMON*/
html{
	font-size:90%;
}

body{
	font-family:Arial, Helvetica, sans-serif;
}



/*-- AJAX --*/

#loginPanel, #passPanel,#registerPanel, #sendPanel{
		display:none;
		padding: 0 0 30px 0;
}
#loginForm label, #passForm label{
	float:left;
	display:block;
	width:40px;
	margin:0 0 0 60px;
	text-align:left;
}

#registerForm label{
	float:left;
	display:block;
	width:80px;
	margin:0 0 0 20px;
	text-align:left;
}

#loginPanel h2, #passPanel h2, #registerPanel h2, #sendPanel h2{
	border-bottom:1px solid #333;
	margin: 20px;
	font-size:14px;
}

#registerPanel h3, #sendPanel h3{
	margin: 20px;
	text-align:left;
}

#loginPanel a, #passPanel a, #registerPanel a, #sendPanel a{
	color:#035c8f;
	font-size:11px;
}

.output{
	margin:10px 0 10px 0
}

/*-- END AJAX --*/

/*-- ERROR MESSAGES --*/

.error{
	font-weight:bold;
	color:#CC0000;
}

.error{
	background:#ffcccc;
	border-top: 2px solid red;
	border-bottom: 2px solid red;
	padding: 5px 0 5px 0;
	color:red;
	font-weight:bold;
	text-align:center;
	clear:both;
	margin:5px 0 0 0;
}

.no_error, .noError, #no_error{
	padding: 10px;
	color:#669806;
	font-weight:bold;
	text-align:left;
	clear:both;
	margin:5px 0 5px 0;
	background:#f3f9e6 url(/images/check.png) 5px 5px no-repeat;
	font-size:14px;
	text-indent:25px;
	border-top:1px solid #aee756;
	border-bottom:1px solid #aee756;
}

#error{
	background:#ffcccc;
	border-top: 2px solid red;
	border-bottom: 2px solid red;
	padding: 5px 0 5px 0;
	color:red;
	font-weight:bold;
	text-align:center;
	clear:both;
	margin:5px 0 0 0;
}

/*WEBSITE*/
