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,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;}:focus{outline:0;}body{line-height:1;color:#000;background:#FFF;}ol,ul{list-style:none;}table{border-collapse:separate;border-spacing:0;}caption,th,td{text-align:left;font-weight:400;}blockquote:before,blockquote:after,q:before,q:after{content:"";}blockquote,q{quotes:"" "";}

html,body{
	font-family:arial;
	background:url(../images/bg.png);
	background-repeat:repeat-x;
	background-color:#484e52;
    height:100%;
	margin:0;
}

#container{
	width:547px;
	margin:0 auto;
}

.clear{
	clear:both;
}

img{
	margin-top:20%;
	margin-bottom:80px;
}

a{
	color:#898989;
	text-decoration:none;
}

a:hover{
	color:#6e6e6e;
}

form p { position: relative;}

form p label { position: absolute; top: 0; left: 0;}

label{
	line-height:49px;
	padding:0 10px;
	font-family:arial;
	font-size:19px;
	color:#808080;
}

.error{
	color:#ff5959;
}

input[type=text]{
	border:none;
	background:#e1e1e1;
	width:527px;
	line-height:49px;
	height:49px;
	padding:0 10px;
	font-family:arial;
	font-size:19px;
	color:#808080;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}
#footer{
	width:527px;
	height:26px;
	background:url(../images/footer_bg.png);
	padding:6px 10px 0 10px;
	margin-top:5px;
}
li{
	display:inline;
	margin-right:5px;
}
#bookmarklet{
	float:right;
	background:#898989;
	padding:3px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	color:white;
	margin-top:-2px;
	text-decoration:none;
}
a:hover#bookmarklet{
	background:#6e6e6e;
	color:white;
}

#safe{
    line-height:40px;
    background:white;
    text-align:center;
}

#safe span{
    float:right;
    height:40px;
    width:40px;
    background:red;
}