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

/* CSS RESET */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	outline: 0;
	font-size: 100%;
	font-family: Thonburi, "Lucida Grande", Arial, Tahoma, Sans-Serif;
	/*vertical-align: baseline;*/
	padding-top: 10;
	padding-right: 0;
	/*	padding-bottom: 0;*/
	padding-left: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: s;
	background: #e5d7b4;
	background: #000;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
}
caption, th, td {
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
body, p, td, th, ul, li {
	color: #000;
	font-family: "Lucida Grande", Arial, Tahoma;
	font-size: 12px;
	line-height: 15px;
}
.clearspace {
	clear:both;
	height:0px;
	padding:0px;
	margin:0px;
	width:0px;
}
a {
	color: #888888;
	text-decoration: none;
}
a:hover {
	color: #333;
}
a:active {
	color: #333;
}


/*----------------- Page ------------------------------*/

#p_warper{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	height: 674px;
	border: 1px solid #000;
	background-image: url(../images/bg2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#p_warper1{
	margin: 0px auto;
	width: 960px;
	height: 674px;
	border: 1px solid #000;
	background: url(../images/bg1.jpg) center top no-repeat;
}

#p_left{
	width: 182px;
	height: 72px;
	float: right;
	position: absolute;
	top: 576px;
	z-index: 99px;
	left: 454px;
}

#p_left img{
}

#p_right{
	float:left;
	width: 435px;
	height: 435px;
	margin-top: 225px;
	margin-right: 10px;
	margin-left: 190px;
}

#text-right{
	width: 250px;
	min-height: 100px;
	float: right;
	margin-top: 15px;
}


#preview_bg{
	margin-top: 7px;
	min-height: 170px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

#p_videolist{
	height: 220px;
	text-align: left;
	margin-top: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#form_bg{
	margin-top: 15px;
	min-height: 204px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	height: 330px;
}

#form_bg td{
		line-height: 30px;
		color: #000;
		font-size: 15px;
		vertical-align: top;
}

#form_bg input{
	border: 1px solid #000;
	font-size: 13px;
	padding: 4px;
	background: #FFF;
}

#videopreview{
	width: 290px;
	height: 185px;
	background: #333;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 30px;
}

#footer{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

/*--- Page Footer --*/

#p_footer {
	min-height: 150px;
	background: #000;
	width: 960px;
	float: left;
}

#p_footer2 {
	min-height: 218px;
	background: url(../images/footer_bg.png) repeat-x center top;
	width: 960px;
	float: left;
}

#p_footer2 a:link,#p_footer2 a:visited{
	color: #fff;
	text-decoration: none;
}

#p_footer2 a:hover{
	text-decoration: underline;
}

#p_footer2 #footer-left{
	margin: 25px 0px 0px 10px;
	height: 185px;
	width: 700px;
	float: left;
}

#p_footer2 #footer-right{
	margin: 25px 10px 0px 0px;
	height: 185px;
	width: 198px;
	float: right;
	text-align: center;
}

#p_footer2 #footer-right img{
	margin: 15px 5px 10px 5px;
}

#p_footer2 #footer-right span{
	display: block;
	text-align: left;
	font-size: 10px;
	color: #FFF;
}

/*--------------------- Approve -------------------------*/
#approve2{
	background: url(../images/approve_bg.png);
	font-size: 10px;
	height: 17px;
	font-weight: bold;
	color: #FFF;
	position: relative;
	top: 33px;
	}

#video-detail{
	color: #FFF;
}

#video-detail td{
	color: #FFF;
	line-height: 20px;
	font-size: 12px;
}

