#wrapper {
	width: 980px;
	background: #fafafa;
	color: #000;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -490px;
	text-align: center;
}

#logo{
	height: 120px;
	width: 100%;
	background: #fff;
	margin-top: 15px;	
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #313131;
	background-color: #FFFFFF;
}
a{
	color: #313131;
	text-decoration:underline; 
	font-style: normal;
	font-weight: bold;
}

a:hover{
	color: #EE0000;
	text-decoration:underline; 
	font-style: normal;
	font-weight: bold;
}

.ecards_error {
	color: #CC0000;
}
.ecards_titel {
	font-weight: bold;
	background-color: #CCCCCC;
	text-indent: 10px;
	background-attachment: scroll;
	background-image: url(ecards_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 20px;
	border: 1px solid #CCCCCC;
	top: 5px;
	padding-top: 5px;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}
.ecards_bold {
	font-weight: bold;
}
.ecards_submit {
	font-weight: bold;
	background-image: url(ecards_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #CCCCCC;
	color: #313131;
	text-decoration: none;
	padding: 10px;
	cursor: pointer;
}
