/*******************************
HTML ELEMENTS
*/

* {
  margin: 0;
  padding: 0;
  font-size: 11px;
}

html {
  height: 100%;
}

body {
	background-color: #111212;
  font: .9em Arial, Helvetica, Verdana, Tahoma, sans-serif;
	line-height: 1.4em;
  color: #DEDEDE;
}

a {
  outline: none;
}

a:link, a:visited {
  text-decoration: none;
	color: #009FEA;
	background-color: none;
}

a:hover {
 	background-color: #104259;
}

a img {
  border: none;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

table { 
	border-collapse: collapse; 
	border-spacing: 0;
}

/*
COMMON CLASSES
*/

.center {
  text-align: center;
}

.right {
  float: right;
}

.hide {
  display: none;
}

.error {
	color: #FF0000;
}

/*******************************
CONTAINER
*/

#container {
  width: 1000px;
  margin: 30px auto;
	background: none;
  position: relative;
	height: 100%;
	min-height:500px;
}

#container h1#eforall-logo{
	width: 215px;
	height: 93px;
	background: url(/e4_1a/wrapper/imgs/eforall-logo.gif) no-repeat top left;
	text-indent: -1000em;
	position: absolute;
	top: 0;
	left: 15px;
}

/*******************************
MAIN-CONTENT
*/

#main-content{
	width: 614px;
	position: absolute;
	top: 40px;
	right: 130px;
	padding-bottom: 25px;
}

#main-content h1{
	width: 100%;
	font-weight: normal;
	border-bottom: 2px dotted #3D3D3D;
	padding-left: 12px;
	padding-bottom: 8px;
	margin-bottom: 30px;
	font-size: 181%;
}

#main-content h2{
	font-weight: bold;
	padding-left: 12px;
	font-size: 167%;
	margin-bottom: 15px;
}

#main-content h3{
	font-weight: bold;
	padding-left: 12px;
	font-size: 125%;
	margin-bottom: 15px;
}

#main-content p{
	font-weight: normal;
	padding-left: 12px;
	line-height: 1.4em;
	margin-bottom: 36px;
	font-size: 97.5%;
}

#main-content p.large{
	font-size: 139%;
}

#main-content fieldset{
	border: none;
	border-top: 2px dotted #3D3D3D;
	border-bottom: 2px dotted #3D3D3D;
}

#main-content fieldset p{
	margin-top: 20px;
	margin-bottom: 20px;
	clear: left;
}

#main-content fieldset label {
	display: block;
	font-weight: bold;
	margin-left: 50px;
	margin-right: 15px;
	font-size: 88%;
	text-align:right;
	width: 150px;
	float: left;
	padding-top: 2px;
}

#main-content fieldset input.textbox{
	background-color: #fff;
	border: 1px solid #fff;
	padding: 2px;
	width: 140px;
}

#main-content fieldset #submit{
	background: url(/e4_1a/wrapper/imgs/button.gif) no-repeat;
	border:none;
	width: 70px;
	height: 26px;
	text-transform: uppercase;
	font-size: 88%;
	font-weight: bold;
}

#main-content fieldset #submit:hover{
	cursor: pointer;
}

hr {
   border-style: dotted;
   color: #3d3d3d;
}

li {
   list-style: disc;
   margin-left: 2em;
}

input {
   background-color: #ffffff;
   color: #000000;
   border: 1px solid #AAAAAA;
}

select, textarea {
   border: 1px solid #AAAAAA;
   background-color: #ffffff;
   color: #000000;
}

th {
	background-color: #3D3D3D;
	color: #ffffff;
	font-size: 12px;
}

a.large:link, a.large:visited, a.large:hover {
	font-size: 20px;
	font-weight: bold;
	color: #009FEA;
}

html body div#container div#main-content div.spacette form div table tbody tr td { padding: 10px; }

h1 { padding-top: 4px; }