/* universal -----*/

* {
  margin: 0;
  padding: 0;
}

/* document, body, wrapper -----*/

body {
  margin-bottom: 10px;
  color: #666;
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  text-align: center;
  background: #cdd4e4;
}
#wrapper {
  width: 770px;
  margin: 0 auto;
  text-align: left;
  background: #fff url(images/wrapper_bg.gif) center top repeat-y;
}

/* masthead -----*/

#masthead {
  height: 150px;
  background: transparent url(images/top_bg.gif) center top no-repeat;
  position: relative;
}
p#nav {
  position: absolute;
  right: 30px;
  top: 40px;
}
p#nav a {
  color: #666;
  text-decoration: none;
}
p#nav a:hover {
  color: #b82718;
  text-decoration: underline;
}
a#logo {
  width: 310px;
  height: 100px;
  background: transparent url(images/logo.gif) center center no-repeat;
  display: block;
  position: absolute;
  left: 40px;
  top: 55px;
}
#masthead a img {
  border: none;
  position: absolute;
  right: 20px;
  bottom: 0;
}

/* body -----*/

h2
{
	margin-top: 5px;
	font-size: 18px;
	margin-bottom: 5px;
	color: darkgray;
}

#body {
  width: 650px;
  margin: 10px 0 0 60px;
  line-height: 15px;
  float: left;
  display: inline;
}


/* footer -----*/

#footer {
  height: 50px;
  background: transparent url(images/footer_bg.gif) center top no-repeat;
  position: relative;
  clear: both;
}
a#worldaccess {
  width: 160px;
  height: 35px;
  display: block;
  position: absolute;
  right: 50px;
  top: 0;
}
.inputButton  
{
	font-size: 12px;
	height: 25px;
	width: 130px;
	background-color:#ccc;
	border:1px solid #333;
	margin-top:10px;
	margin-left: 160px;
}

.typeSelect  
{
	width: 200px;
}

.error {
	font-size: 12px;
	color: red;
	font-weight: bold;
}

.label {
	font-size: 12px;
	font-weight: bold;
}

.WorldAccess {

	font-size: 12px;
	font-weight: bold;
	text-align:center; 
	width:200px; 
	margin-left:175px; 
	margin-top:20px;
}