html, body, div, span, object,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, 
em, a, b, u, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size:100%;
	font: inherit;
	vertical-align: baseline;
	font-family: sans-serif;
}

body {
	background-color: #FBFBFB;
	font-size: 0.9em;
}

#fp_container {
	margin: 50px auto;
	width: 300px;
}
#fp_logo {
	margin: 0px auto;
	text-align: center;
	padding: 0 0 10px 0;
}
#fp_form {
	background-color: #fff;
	border: 1px solid #E5E5E5;
	padding: 40px 20px;
	font-size: 0.8em; color: #a5a5a5; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 5px 15px #bbb; 
	-webkit-box-shadow:  0px 5px 15px #bbb;
	box-shadow: 0px 5px 15px #ddd;
}
#fp_form label 	{ display: block; margin: 0 0 3px 0; }


/* Input Fields */

#fp_form input[type='text'], #fp_form input[type='password'] { 
	font-size: 1.1em; 
	color: #aaa;
	padding: 6px;
	margin: 0 0 15px 0;
	width: 94%;
	background-color: #fafafa;
	border: 1px solid #E5E5E5;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
#fp_form input:hover, #fp_form input:focus {
	background-color: #fff;
}


/* Submit Button */

#fp_form input[type='submit'] {	
	font-size: 0.8em;
	padding: 5px 10px;
	font-weight: bold;
	background-color: #F7F7F7;
	color: #a5a5a5;
	border: 1px solid #E5E5E5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
	cursor: pointer;
}
#fp_form input[type='submit']:hover {
	background-color: #fafafa;
	-moz-box-shadow: 0px 1px 3px #bbb; 
	-webkit-box-shadow:  0px 1px 3px #bbb;
	box-shadow: 0px 1px 3px #ddd;
	color: #999999;
}
#fp_container a {
	display: block;
	color: #1E8CC9;
	margin: 15px 24px;
	font-size: 0.8em;
	position: relative;
	text-decoration: none;
}
#fp_form .error {
	height: 16px;
	display: block;
	color: red;
	margin: 0 0 10px 0; 
	padding: 2px 0 0 20px;
	background:url('fileprotect_error.gif') no-repeat 0px 0px;
}

#fp_container a.tooltip span {
	display: none;  
	text-decoration: none; 
	font-weight: bold;
	size: 11px;
}

#fp_container a.tooltip:hover span {
	font-style: normal;
	padding: 2px;
	display: block;
	position: absolute; 
	top: -40px; 
	left: 20px; 
	width: 200px;
	z-index: 100;
	color: #fff; 
	border:0px; 
	background: #3292ff;
	font: 11px font-family: Arial,Helvetica;
	font-weight: bold;
	text-align: left;
}
	