@charset "UTF-8";
/* CSS Document */
body {
	font-family: "Helvetica", "Arial", "Geneva", sans-serif;
	color: #666;
	font-size: 12px;
	line-height: 16px;
	background-color:#fff;
}
.ecardHeader {
	margin: 0px;
	height: 36px;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	color: white;

}
.ecardContainer {
	width: 398px;
	margin-bottom: 25px;
	border: solid 1px #b00;
	
}
.small {
	font-size: 9px;
}
#ecard {
	width: 398px;
	height: 300px;
	padding: 0px;
	margin: 0px;


}
.passHidden {
	margin: auto;
	display: none;
}

.passShow {
	margin: auto;
	display: block;
}
.formError {
	margin: auto;
	color: #b00;

}
.formElement {
	margin: auto;
	width: 200px;
	
}
a, a:link { 
	font-size: 11px;
	font-weight: 900;
	text-decoration: bold ;
	color: #b00; }

a:visited { 
	text-decoration: none ;
	color: #b00; }

a:hover { 
	text-decoration: underline ;
	color: #b00; }

a:visited.hover { 
	text-decoration: underline ;
	color: #b00; }

a.small_link {
	font-size: 7px;
}
