#container {	position: relative;	width: 550px;	height: 484px;	margin: 80px auto 0 auto;	background-color: #0e1a34;	border: #000 1px solid;}#center-header {	position: relative;	width: 80%;	height: 25px;	padding-top: 80px;	margin: 0 auto 40px auto;}#center-header h1 {	line-height: 100%;	text-transform: capitalize;}#form-container {	position: relative;	width: 200px;	height: 180px;	margin: 0 auto;	padding: 10px;	/*border: #ccc 1px solid;*/}#form-container a {	float: right;	padding-right: 12px;	color: #d0d0d0;}#submit {	cursor: pointer;	font-family: Georgia, serif; /**/	font-size: 10px;	font-weight: bold;	background-color: transparent;	border: #000 2px solid;	padding: 0.5em 1em;		color: #f0f0f0;}#logo {	float: right;	width: 80px;	height: 48px;	margin: 40px 40px 0 0;	background: transparent url(../media/logo-sm.png) no-repeat center;}