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

.ul_text {
	width:200px;
	height:16px;
	float:left;
	}
.ul_input {
	width:200px;
	margin:0 30px 10px 0;
	float:left;
	}
.input_desc {
	width:400px;
	height:400px;
	margin:0 30px 10px 0;
	float:left;
	}
.input_list {
	width:200px;
	height:60px;
	margin:0 30px 10px 0;		
	float:left;
	}
.ad_container {
	width:800px;
	height:320px;
	}
.ad_header {
	width:800px;
	height:24px;
	background-color:#7777FF;
	}
.ad_header_title {
	width:200px;
	height:24px;
	float:left;
	}
.ad_header_element {
	width:200px;
	height:24px;
	float:left;
	}
.ad_main_photo {
	width:270px;
	max-height:210px;
	float:left;
	}
.ad_body {
	width:510px;
	height:230px;
	padding:0 0 0 20px;
	margin:20px 0 0 0;
	float:left;
	}
.ad_photos {
	width:270px;
	max-height:210px;
	float:left;
	padding:0 0 0 20px;
	}
.edit_button {
	color:white;
	background-color:blue;
	float:left;
	}
.remove_button {
	color:white;
	background-color:red;
	float:left;
	}
#ul_edit_container {
	width:1000px;
	float:left;
	}
#ul_photo_area {
	height:500px;
	width:700px;
	float:left;
	}
.ul_photo_box {
	float:left;
	}
.ul_photo_unit {
	width:271px;
	float:left;
	}

	