.container-head {
   position: relative;
   height: 50px;
   }

.left-element {
   position: absolute;
   left: 0;
   width: 50%;
   }

.right-element {
   position: absolute;
   right: 0;
   width: 50%;
   text-align: right; /* depends on element width */
   } 


#navigation a{
	border: 0;
	color: #fff;
	text-decoration: none;
	}
#navigation a:hover{
	border: 0;
	color: #DFE44F;
    font-weight:bold;
	background: #0080FF;
	}
#answer{
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#00F;	
}
#reason{
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#F00;	
}
#success{
	margin-left:auto;
	margin-right:auto;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#090;
	background-color:#9F9;
	width:500px;
	height:150px;
	text-align:center;
	
		
}
#navigation{
	width:909px;
	margin-left: auto ;
    margin-right: auto ;
	background-color: #03C;
	color:#09F;
	padding:10px;
    border:3px solid #eee;
}
	
#head{
    font-weight: bold;
    font-family: arial;
    font-size: 20pt;
    color :#8000FF;
    text-align: center;
    padding: 10px;
    
}
* {margin:0; padding:0;}

html {
	font: 90%/1.3 arial,sans-serif;
	padding:1em;
	background:#fafafa;
}
.titlehead{
    height:28px;
    background-color: #8080FF;
    border:2px solid #8000FF;
}
form {
	background:#fff;
	padding:1em;
	border:3px solid #eee;
	width:900px;
	margin-left:auto;
	margin-right:auto
}

fieldset div {
	margin:0.3em 0;
	clear:both;
}
label {
	float:left;
	width:10em;
	text-align:right;
	margin-right:1em;
}
legend {
	color:#0b77b7;
	font-size:1.2em;
}
legend span {
	width:10em;
	text-align:right;
}
.input {
	padding:0.15em;
	width:10em;
	border:1px solid #ddd;
	background:#fafafa;
	font:bold 0.95em arial, sans-serif;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
}
.input:hover, .input:focus {
	border-color:#c5c5c5;
	background:#f6f6f6;
} 

fieldset {
	border:1px solid #ddd;
	padding:0 0.5em 0.5em;
}

input.default {
	color:#bbb;
}

#submit-go {
	margin-top:1em;
	width:69px;
	height:26px;
	text-indent:-9999px;
	overflow:hidden;
	border:0;
	background:url(submit-button.gif) no-repeat 0 0;
	display:block;
	cursor:pointer !important; cursor:hand;
}
#submit-go:hover {
	background-position:0 -26px;
}
