body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

div.login_error {
	border-style:solid;
	border-width:1px;
	background-repeat:no-repeat;
	background-position:2px center;
	padding:2px 20px;
	font-weight:bold;
	margin:5px 0;
	margin-left: 2px;
	float: left;
	height: 20px;
	width: 80%;
}

div.login_warning {
	border-style:solid;
	border-width:1px;
	background-repeat:no-repeat;
	background-position:2px center;
	padding: 2px 20px;
	font-weight:bold;
	font-size: 1.0em;
	margin:2px 0;
	margin-left: 2px;
	float: left;
	height: 80px;
	width: 80%;
}

li.lilog {
}

div.login_error {
	color: #f0440d;
	font-weight:bold;
	border-color:#c9770d;
	background-image:url('/img/icon_error.png');
	background-color:#f8e58b;
}

div.login_warning {
	color: #f0440d;
	font-weight:bold;
	border-color:#c9770d;
	background-image:url('/img/icon_error.png');
	background-color:#f8e58b;
}

div.login_no_error {
	padding:2px 20px;
	margin:5px 0;
	margin-left: 2px;
	margin-right: 7%;
	float: left;
	height: 20px;
	width: 80%;
}

div.login_no_error {
	background-repeat: repeat;
}

div.lidiv {
	border-style:solid;
	border-width:1px;
	padding:2px 20px;
	margin:5px 0;
	margin-left: 2px;
	margin-right: 7%;
	float: left;
	height: 20px;
	width: 80%;
}


/** fonts reset **/

/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.3.0
*/
body {font:13px/1.22 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}
table {font-size:inherit;font:100%;}
pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:99%;}
