﻿@charset "utf-8";
/* CSS Document */

#shadow {
float:left;
	position: relative;
	top: 10px;
	margin-right: 3px;
	margin-bottom: 13px;
}
#shadow .container {
	position:relative;
	width:500px;
	left: 1px;
	top: -1px;
	float:left
}
#shadow .shadow3 {
	position: relative;
	left: 1px;
	top: -1px;
	float:left
}
#shadow .shadow2 {
	position: relative;
	left: 1px;
	top: -1px;
	float:left
}
#shadow .shadow1 {
	background: #e1e1e1;
}
#shadow .shadow2 {
	background: #f0f0f0;
}
#shadow .shadow3 {
	background: #f0f0f0;
}
#shadow .container {
	background:#eaf2ff;
	border:1px solid #f0f0f0;
	padding:15px;
}

 


.container h1 {
	margin-bottom:5px; font-size:14px;
}

.container a { color:#B71234; font-weight:normal; }
.container a:hover { color:#B71234; font-weight:normal; text-decoration:underline;}




.container input { color:#555555; height:17px; padding:2px 0 0; width:220px; border:1px #c1c1c1 solid; }