* {
	padding: 0;
	margin: 0;
}

body {
	background-color: #e9e9e9;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.2em;
	font-weight: normal;
	text-align: center;
	color: #4A5254;
	margin-top: 7px;
	margin-bottom: 7px;
}

img {
	border:0px;
}

.imageborder {
	border: 1px solid #ccc;
}

td {
	vertical-align:top;
}

p {
	padding-bottom: 6px;
}

a:link,a:active,a:visited,a:hover {
	text-decoration: none;
	color: #4A5B6B;
}
a:hover {
	text-decoration: underline;
	color: #de0000;
} 

h1,h2,h3,h4 {
	font-weight: bold;
	color: #4A5B6B;
}
h1 {
	font-size: 1.2em;
	line-height: 2em;
}
h2,h3,h4 {
	font-size: 1.0em;
	line-height: 2em;
}

input {
	font-size: 0.9em;
	font-weight: normal;
	color: #4A5B6B;
	height: 14px;
}
select {
	font-size: 0.8em;
	font-weight: normal;
	color: #4A5B6B;
	height: 17px;
}


input.submit {
	font-size: 1em;
	font-weight: normal;
	color: #4A5B6B;
	height: 20px;
}

div#page {
	width:360px;
	height: 450px;
	text-align: center;
	background: white;
	margin: 5px auto;
	padding: 5px 0px;
	border: solid #c0c0c0 1px;
}

.cardlink {
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	padding-bottom: 11px;
	padding-left: 35px;
	padding-right: 35px;
}

div#msg {
	padding:5px;
	text-align: left;
	float:left;
}


textarea.contact {
	width:300px;
	height:200px;
	margin-top:6px;
}
textarea.cardmsg {
	width:160px;
	height:170px;
	margin-top:6px;
	font-size:11px;
}

.error {
	color:red;
}


/* clearing */
.stretch,
.clear {
	font-size: 15px;
	line-height: 1px;

	clear: both; 
	height: 1px; 

	padding: 0;
	margin: 0;  
}
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* accessibility */
span.accesskey {
	text-decoration: none;
}
.accessibility {
	position: absolute;
	top: -999em;
	left: -999em;
}
/* end accessibility */
