/* CSS Document */

* {
	margin:0;
	padding:0;
}
body {
	color:#FFFFFF;
	font:10px Tahoma, Arial, sans-serif;
	position: absolute;
	left: -2px;
	background: #FFF;
}
ul {
	list-style-type:none;
}
.wrap {
	width:166px;
	margin:0 auto;
}
.container {
	background:#0D0D0D url(../images/form2_bg.jpg) repeat-x top;
}
.left {
	background:url(../images/form2_left.jpg) repeat-y left;
}
.right {
	background:url(../images/form2_right.jpg) repeat-y right;
	padding-left:6px;
	overflow:hidden;
}

.inputbox {
	width:16px;
}
.yellow_inputbox {
	border:1px solid #666;
	background:#fff;
	color: #000;
	font-size: 12px;
	text-align: center;
	text-align: center;
}

option {
	color: #000;
}
.selectbox {
	width:42px;
}
.gray_inputbox {
	border:1px solid #fc3;
	background:#666;
	text-align: center;
	color: #fff;
}
.dailybox {
	width:58px;
}
.listNum {
	background: url(../images/form2_list.gif) no-repeat  2px -1px;
	text-align:center;
	color:#000;
	height:18px;
	*margin-top: 4px;
	margin-left: 3px; 
	*margin-left: 3px !important; 
	*margin-left: 0px; 
	float: left; 
	width: 20px; 
	line-height:14px;
}
.table {
	margin:16px 0px 0px 0px;
	*margin: 8px 0px 0px 0px !important; 
	*margin: 8px 0px 0px 0px; 
	width: 94%;
	*width: 84%;
}
a {
	color: #FFF;
	text-decoration: underline;
}
.table td {
	text-align: right;
}
.totals {
	margin:3px 0px;
}
.see_title {
	margin:16px 0px 10px 0px;
	position: relative;
}
#msgs {
	font-size: 10px;
	font-weight: bold;
	color: red;
	width: 95%;
	margin: 0 auto;
	padding-top: 10px;
}
.enter {
	width:67px;
}
.grand {
	width:27px;
}
.table_button {
	text-align:center;
	margin:8px auto;
}
.support {
	text-align:center;
	margin:0px auto;
}
.rows {
	text-align:right;
	padding-right:5px;
	margin-top:6px;
	display: none;
}

.rows span {
	cursor: pointer;
	display: none;
}


#msg {
	color: red;
	font: bold 12px  verdana;
}
#email {
	width: 130px;
	*width: 115px;
}
#outBox {
	position: relative;
}
#emailBox {
	position: absolute;
	top: -90px;
	right: 4px;
	background: #111;
	border: 1px solid #111;
	display: none;
	text-align: center;
	height: 90px;
}
#emailBox input, #emailBox textarea {
	border: 1px solid #000;
}

#emailBox textarea{
	width: 150px;
	height: 90px;
	*height: 95px;
}
.submitSendEmail, .cancelSend {
	font-size: 12px;
}


.lineTarget {
	height: 324px;
	overflow-y: scroll;
	width: 155px;
}
#emailBox input {
	border: 1px solid #000;
}
