.SearchCondition {
	font-size: 12px;

}
.SearchCondition img {
	border: none;
}

.SearchCondition div {
	margin-bottom: 7px;
}

.SearchCondition select,
.SearchCondition input[type=radio]
 {
	margin-left: 5px;
	margin-right: 5px;
}

/***** Others *****/
.inline {
	display: inline;
}
.float {
	float: left;
}
.clear {
	clear: both;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
#ImgCalender, .calender_img {
	position:relative;
	top: 4px;
	left: 2px;
}

/** Top(information) **/

#InformationArea {
	margin-bottom:20px;
	background-color:#e1e1e1;
	border:0;
}
#InformationArea td {
	width:250px;
}
#InformationArea td.title {
	background: linear-gradient(#ffffff, #9ACD32);
	background: -moz-linear-gradient(top, #ffffff, #9ACD32); /* Firefox—p */
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#9ACD32)); /* Safari,Google Chrome—p */
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffffff, endcolorstr=#9ACD32)); /*IE6 IE7 */
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffffff, endcolorstr=#9ACD32))"; /* IE8 */
	zoom: 1;
	padding:2px 0;
}
#InformationArea td.title img{
	margin-left:3px;
}
#InformationArea td.title span{
	position:relative;
	top:-8px;
	left:5px;
	font-size:14px;
	font-weight:bold;
}
#InformationArea td.body {
	background-color:#ffffff;
	font-size:12px;
	padding:5px 0;
}
#InformationArea td.body div {
	padding:5px 5px;
}

