/* Response video */
#res_out {
	margin-top:5px;
	width:670px;
	float:left;
}
#res_container {
	padding:0px;
	width:100%;
	float:left;
}
#vi_rs {
	padding:0px;
	float:left;
	width:668px;
}
#vi_rs a {
	text-decoration:none;
	color:#11593C;
}
#vi_rs a:hover {
	text-decoration:underline;
	color:#11593C;
}
#vi_rs a img {
	border:solid 1px #11593C;
}
#vi_rs a:hover img {
	border:solid 1px #000;
}
#vi_rs img {
	border:solid 1px #000;
	width:90px;
	height:60px;
}
#vi_rs .leftup {
	float:left;
	font-size:12px;
	color:#000;
	text-align:left;
	padding-left:15px;
	background:url(../images/wresponse2.gif) no-repeat;
	cursor:pointer;
	background-position: 0 center;
}
#vi_rs .leftdown {
	float:left;
	font-size:12px;
	color:#000;
	text-align:left;
	padding-left:15px;
	background:url(../images/wresponse1.gif) no-repeat;
	cursor:pointer;
	background-position: 0 center;
}
#vi_rs #rright {
	float:right;
}
#vi_rs #rright a {
	font: bold 11px Verdana, Arial, "Times New Roman", sans-serif;
	padding: 5px 5px 5px 5px;
	color: #ffffff;
	cursor: pointer;
	text-align:center;
	outline:none;
	text-decoration:none;
}
#vi_rs #rright a:hover {
	border:solid 1px #66c9f2;
	color: #000;
	text-decoration:none;
}
#post_res {
	display:none;
	background:#fff;
	width:100%;
	border: #ccc solid 1px;
	margin:5px 0 0 0;
	color:#000;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#post_res #res_left {
	margin:15px;
	text-align:left;
}
#post_res #res_right {
	margin:15px;
	margin-top:5px;
	text-align:left;
	float:right;
	display:inline;
}
#post_res #right_close {
	text-align:right;
	padding:0;
	margin:0;
	margin-bottom:3px;
}
#post_res #right_close a {
	color: #000;
	text-decoration:none;
	font-size:11px;
	border-bottom: dotted 1px #444444;
	outline:none;
}
#post_res #right_close a:hover {
	color:#000;
	border-bottom: dotted 1px #000;
}
#post_res select {
	width:250px;
	height:80px;
	margin-bottom: 15px;
}
#post_res .r_but {
	font: bold 11px Verdana, Arial, "Times New Roman", sans-serif;
	border:solid 1px #292929;
	padding: 1px 6px 1px 6px;
	background: #292929;
	color: #ffffff;
	cursor: pointer;
	text-align:center;
}
#post_res .r_but:hover {
	background: #66c9f2;
	border:solid 1px #66c9f2;
	color: #000;
}
#vi_rs #nores {
	background: #d1e1fa;
	height: 20px;
	border:solid 1px #b6d0f7;
	padding: 12px 10px 10px 10px;
	margin-top:8px;
	font-family: Verdana, Arial, "Times New Roman", sans-serif;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#nores a {
	color: #000;
	text-decoration:none;
	border-bottom: 1px dotted #000;
	cursor:pointer;	
}
#nores a:hover {
	color: #000;
	text-decoration:none;
	border-bottom: 1px dotted #000;
	cursor:pointer;	
}
#response {
	display:block;
	width:670px;
}
#response .res_item {
	margin:10px 0 0 14px;
	text-align:center;
	font-size:10px;
	float:left;
}
#response .res_item a {
	color:#000;
	text-decoration:none;
}
#response .res_item a:hover {
	color:#000;
	text-decoration:underline;
}
#response .res_item a img {
	border:solid 1px #000;
}
#response .res_item a:hover img {
	border:solid 1px #66C9F2;
}

