html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

body, input, select, pre {
	color: #646464;
	font-size: 12px;
	line-height: 1.4em;
	font-family: verdana;
	font-weight: normal;
}

input {
}

a:link  {
	color: #0580ad; 
}

a:visited {
	color: #0580ad; 
}

a:hover {
	color: #48a048; 
}

#header {
	height: 87px;
	background-image: url('../images/background_up.gif');
}

#errorMessage, .errorMessage {
	width: 100%;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: red;
	padding: 10px;
}

.content {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	overflow: hidden;
	padding-bottom: 450px;
}

.column {
	width: 440px;
	overflow: hidden;
}

.left {
	float: left;
}

.right {
	float: right;
}

#menu a:visited {
    color: #405FA6;
}

#menu a:hover {
    color: #01BD01;
}

#menu .menuItem {
    margin-left: 5px;
    margin-right: 5px;
}

.copy {
    text-align: center;
}

#menu {
    position: absolute;
    top: 10px;
    right: 10px;
}

#username {
    color: #405FA6;
    margin-right: 10px;
    font-weight: bold;
}

.step {
	margin-bottom: 30px;
}

.stepDescription strong {
	font-size: 16px;
	color: #00BD00;
}

.stepDescription {
	color: #0480AD;
	font-size: 14px;
	font-weight: bold;
	margin-left: 10px;
	margin-bottom: 10px;
}
.stepDescription span {
	font-size: 12px;
	font-weight: normal;
	margin-left: 20px;
}

table th {
	white-space: nowrap;
	text-align: left;
	padding-right: 10px; 
}

.column div.AuthorizeNetSeal {
	margin: auto;
}