* {
	margin:0;
	padding:0;
	}
	
html {
	background-color: #fff;
	}
	
body {
	text-align: center;
	margin: 0 auto 0 auto;
	font-family: "Verdana", Arial, sans-serif;
	font-size: 11px;
	color:#bbc8ce;
	}
img { 
	border:none;
	margin-right:20px;

} 

/* -- [center-checker] -------------------------------------------------------------------- */

#center {
	text-align: center;
	margin: 0 auto 0 auto;
	width:330px;
	background-color:#fff ;
	
}


p {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #000;
	margin-bottom: 10px;
}

h1{
	visibility:hidden;
}

fieldset {
	border: 0;
}

input, select {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #000;
}

input.submit {
	color: blue;
	background-color: #eee;
	border-style: solid;
	border-width: 2px;
	border-top-color: #ccc;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #ccc;
	padding: 1px 5px;
	cursor: pointer;
}

select {
	border-style: solid;
	border-width: 2px;
	border-top-color: #ccc;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #ccc;
}







