@charset "UTF-8";
/* CSS Document */

.photo_image_share {
	float:left;
	margin:10px 0 0 17px;
}

.image_share_text{
	float:left;
	font-size:1.3em;
	font-weight:bold;
	line-height:1.4em;
	width:170px;
	margin-top:25px;
}
.caro_box {
	float:left;
	padding:6px;
	background-color:#EEEEEE;
	border:1px solid #ccc;
	width:211px;

}

/*Photo page */

.input_photo {
	border:1px solid #47618B;
	font-family:"Helvetica",Verdana,Verdana,sans-serif;
	font-size:1.3em;
	height:23px;
	margin:0 6px 0px 0px;
	padding:8px 0 0 8px;
	width:225px
}

.input_photo:focus {border-color: #888; background:#F0F6FF;}

.photo_serch {
	float:left;
	width:auto;
	height:auto;
	margin-top:4px;
	
}
.button_photo{
	float:left;
	background-color:#FFF;	
	color:#47618B;
	font-weight:bold;
	font-size:1.2em;
	border:1px solid #47618B;
	padding: 9px 14px;
	
}
.button_photo:hover {background-color:#F5F7F7;color:#47618B; cursor:pointer;}

.upload_but { float:right; background-color: #fff; height:53px; width:46px; margin:6px 3px ;}

.photo_row {
	width:100%;
	margin-bottom:24px;
	height:60px;
}

.photo_land {
	float:left;
	margin-right:24px;
	border: 1px solid #ccc;
	padding:5px;
	height:51px;
}


.photo_land_com {
	float:left;
	margin-right:4px;
	border: 1px solid #ccc;
	padding:2px;
	height:41px;
}

.photo_land_end_com {
	float:left;
	
	border: 1px solid #ccc;
	padding:2px;
	height:41px;
}

.photo_row1 {
	width:100%;
	margin-bottom:37px;
	height:70px;
}

.photo_row1_com {
	width:100%;
	margin-bottom:6px;
	height:46px;
}

.photo_result {
	float:left;
	margin-right:23px;
	border: 1px solid #ccc;
	padding:5px;
	height:69px;
}

.photo_result_end {
	float:left;
	
	border: 1px solid #ccc;
	padding:5px;
	height:69px;
}
.photo_land:hover, .photo_land_end:hover,.photo_land_com:hover, .photo_land_end_com:hover, .photo_result:hover, .photo_result_end:hover {
	border: 1px solid #888888;
	background-color:#F0F6FF;
	
}
.photo_land_end {
	float:left;
	
	border: 1px solid #ccc;
	padding:5px;
	height:51px;
}

.photobox {
	float:left;
	padding:24px 12px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background-color:#F9FAFA;
	width:100%;

}