.box {
	position: relative;
	width: 180px;	
	margin: 0 0 15px 0;
	padding: 10px 20px 6px 20px;
	background: url('../images/layout/background_box_shadow.png') repeat-y top left;		
}

.box a img {
	margin: 0 0 6px 0;	
}

.box span {
	font-family: Georgia;
	font-size: 20px;
	line-height: 28px;
	color: #181C54;	
	font-weight: bold;
}

.green {
	background: url('../images/layout/background_box_green_shadow.png') repeat-y top left;
}

.box .shadow_top {
	position:absolute;
	top: -10px;
	left: 0px;
	width: 220px;
	height: 10px;
	background: url('../images/layout/background_box_shadow_top.png') no-repeat top left;
}
.box .shadow_bottom {
	position:absolute;
	bottom: -5px;
	left: 0px;
	width: 220px;
	height: 5px;
	background: url('../images/layout/background_box_shadow_bottom.png') no-repeat top left;
}

.box form {		
	margin: 20px 0 0 0;
}

.box form label {
	font-family: Arial;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #FFFFFF;
}

.box form input {
	font-family: Arial;
	font-size: 12px;	
	color: #181C54;
	
	width: 170px;
	margin: 2px 0 10px 0;
	border: none;
	background: #FFFFFF;
	padding: 2px 5px 2px 5px;
}

.box form select {
	font-family: Arial;
	font-size: 12px;	
	color: #181C54;
	
	width: 180px;
	margin: 2px 0 10px 0;
	border: none;
	background: #FFFFFF;
	padding: 2px 5px 2px 5px;
}	

.box form input.submit {
	width: 180px;
	padding: 3px;	
	font-weight: bold;
	color: #FFFFFF;
	background: #181C54;
	border: none;	
	cursor: pointer;
}
