@charset "iso-8859-1";

.Box_HomeSpace {
	border: 0px solid red;
	width: 225px;
	/*min-height: 225px;*/
	margin-left: 23px;
	float: left;
	padding-top: 8px;
	padding-bottom: 8px;
}

.Box_HomeSpace div {
	color: #dddddd;
	font-weight: normal;
}

.Box_Standard {
	padding: 15px;
	border: 1px solid #ccc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0px 2px 5px #ddd;
	margin-bottom: 15px;
}

.Box_StandardHeader {
}

.Box_StandardHeader h4 {
}

.Box_StandardContent {
}

#Box_SearchArea {
	margin-top: 35px;
	border: 1px solid #777;
	background: white;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	width: 250px;
	float: right;
}

#Box_SearchArea .Field_Box {
	border: 0px;
	background: white;
	float: left;
	width: 170px;
	padding: 0.3em;
	line-height: 16px;
	margin-left: 5px;
}

#Box_SearchArea .Field_Submit_Box {
	float: right;
	width: 60px;
	min-width: 60px;
	border-radius: 5px;
	margin-right: 1px;
}