@charset "utf-8";
/* CSS Document */
/*
pink: f35566
blue: 699cc6
dark: 63545a
*/
body {
	background: url('../_image/tile.jpg');
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	min-height: 2000px;
	color: #63545a;
}

.topbar {
	height: 12px;
	background: #f35566;
}

.grid_6 a img {
	border: 10px solid #f35566;
}

.grid_6 a:hover img {
	border: 10px solid #FFE;	
}

.divider {
	height: 0;
	border-bottom: 3px dashed #f35566;
	margin: 5px 0;
}

.centered {
	text-align: center;	
}

img {
	border: 0;	
}

h1 {
	font-size: 32px;
	letter-spacing: -1px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #699cc6;
	margin: 6px 0;
	height: 32px;
}

input.textfield,
textarea {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	background: #FFE;
	border: 0;
	border-bottom: 1px dashed #63545a;
	padding: 3px;
	margin: 0 0 12px 0;
	width: 345px;
}

textarea {
	border: 1px solid #63545a;
}

.sometext {
	padding: 7px;
	border: 1px dashed #f35566;
}

input.filefield {
	background: #FFE;
	border: 3px solid #63545a;
	width: 460px;
}

input.button {
	background: #63545a;
	color: #FFE;
	font-size: 32px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	font-weight: bold;
	border: 4px solid #f35566;
	margin: 8px auto;
}

label {
	width: 100px;
	display: inline-block;
	vertical-align: top;
	text-align: right;
	font-weight: bold;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	letter-spacing: -2px;
	color: #f35566;
}
h3 {
	font-size: 11px;
	color: #3450a1;
	font-weight: normal;
	font-style: italic;
}

a {
	color: #699cc6;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #000;	
}

p {
	line-height: 22px;	
}

.instructions {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 14px;
}