body {
	background-color: #D966FF;
}
.footer_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #9900CC;
	color: #FFFFFF;
	text-decoration: none;
	padding: 4px;
	border: 1px solid #FAEAFF;
}
#form1 #button {
	background-color: #9900CC;
	color: #FFFFFF;
}
.result_box #result_photo #title {
	color: #9900CC;
}
#form1 label {
	color: #9900CC;
}
#form1 #keyword {
	color: #9900CC;
	border: 1px solid #9900CC;
}
#form1 {
	border: 1px dotted #9900CC;
	padding: 20px;
	background-color: #FAEAFF;
	margin-left: 10px;
	margin-right: 10px;
}
.result_box {
	width: auto;
	background-color: #9900CC;
	margin: 10px;
	padding: 10px;
}
.result_box #result_video #title {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #9900CC;
	font-weight: bold;
}
.result_box #result_video #link {
	display: block;
	float: right;
	position: relative;
	top: -250px;
}
.result_box #result_video #link a {
	font-family: Arial, Helvetica, sans-serif;
	color: #9900CC;
	font-size: 16px;
	text-align: left;
}
.result_box #result_video {
	width: 500px;
	padding: 10px;
	margin: 10px;
	border: thin solid #9900CC;
	background-color: #FAEAFF;
	height: 300px;
}
.result_box #result_photo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 277px;
	overflow: scroll;
	position: absolute;
	top: 222px;
	border: thin solid #FAEAFF;
	background-color: #9900CC;
	left: 574px;
	width: 178px;
	color: #FAEAFF;
	margin: 0px;
	padding: 0px;
}
.result_box #result_photo #title {
	color: #FAEAFF;
	display: block;
	width: 150px;
}
.result_box #result_photo #photo {
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D966FF;
}
 
