﻿/* Copyright (C) 2012 UE Tech, Inc. All Rights Reserved. */

body {
	padding:10px;
}
#viii_ui_main {
	width: 300px;
	text-align:center;
}
#viii_header1 {
	width: 300px;
	height: 54px;
	background-color: #ffffff;
	border:1px solid #b91d1c;
	margin:5px auto;
	}
#viii_imgLogo {
	margin: 0px 0px;
	width: 300px;
	height: 54px;
	}
h1 {margin:0;
	padding: 0;
	line-height: 0px;
}
#viii_main1 {
	width: 300px;
	background-color: #ffdbe4;
	border:1px solid #b91d1c;
	margin:5px auto;
}
#viii_canvas1 {
	width: 300px;
	height: 128px;
	margin-top:15px;
	line-height: 0px;
	vertical-align:middle;
}
#viii_canvas {
	width: 256px;
	height: 128px;
}
img {
	border: 0;
	margin: 0;
	padding: 0;
}
p.viii_msgArea {
	overflow-y: auto;
	width: 250px;
	height: 128px;
	background-color: #ffffff;
	border:1px solid #b91d1c;
	color: #333333;
	font-size: 12px;
	line-height: 20px;
	margin:0px 15px 10px 15px;
	padding:10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-align:left;
}
ul.viii_infoArea {
	overflow-x: hidden;
	overflow-y: auto;
	width: 230px;
	height: 128px;
	background-color: #99c9e5;
	border:1px solid #b91d1c;
	color: #0000be;
	font-size: 12px;
	line-height: 22px;
	margin:0px 15px 10px 15px;
	padding:10px 20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-align:left;
}
ul.viii_infoArea li {
	list-style-type: none;
}
ul.viii_infoArea li a:hover {
	list-style-type: none;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
#viii_infoArea2 {
	overflow-x: hidden;
	padding: 0px 15px 0px 0px;
}
#viii_inputArea {
	width: 300px;
	height: 30px;
	margin:0px auto 15px;
}
#viii_sendMessage {
	width: 198px;
	background-color: #ffffff;
	border:1px solid #b91d1c;
	color: #333333;
	font-size: 12px;
	padding:4px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#viii_submit_btn {
	width: 55px;
	height:30px;
	background-color: #428ec9;
	border:1px solid #b91d1c;
	color: #ffffff;
	cursor: pointer;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	}
#viii_footer1 {
	width: 300px;
	height: 30px;
	background-color: #428ec9;
	border:1px solid #b91d1c;
	color: #ffffff;
	margin:5px auto;
	text-align: center;
}
p.viii_footerArea {
	width: 300px;
	height: 30px;
	font-size: 10px;
	line-height: 20px;
	margin:5px auto;
}
