/* General */

* { 
	margin:0px; 
	padding: 0px; 
}

html, body { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color: #454545; 
	height:100%;
}

a {
	text-decoration:none;
	color:#ff8400;
}

a:hover {
	text-decoration:underline;
}

h1 {
	font-size:21px;
	display:inline;
	margin:0 5px 0 0 ;
}

h2 {
	font-size:12px;
}

h2 a {
	color: #353535;
}

img {
	border:0;
}

td {
	vertical-align:top;
	padding:0 10px 10px 0;
}

.clear {
	clear:both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

.left {
	float:left;
}

.right {
	float:right;
}

/* Main */

body {
  background-color:#cccccc;
}

#container {
  width:600px;
  height:1350px;
  margin:0 auto;
  background-color:#ffffff;
  position:relative;
  margin-top:20px;
  border:3px solid #999999;
}


/* header */
.header {
	float:left;
	width:580px;
	margin:20px 0 0 0;
	padding:0 0 0 10px;
}

.header h1 {
	display:inline;
}

.header span {
	font-size:18px;
}

.content {
	float:left;
	width:580px;
	margin:20px 0 0 0;
	padding:0 0 0 10px;
}

.form h1 {
	font-size:14px;
}

.big {
	font-size:14px;
	font-weight:bold;
	color:#ff8400;
}

.form p {
	padding:11px 0;
}

.form p a {
	color:#454545;
}

.textfield {
	width:250px;
}

.textfield2 {
	width:60px;
}

.textfield3 {
	width:40px;
}
