﻿.form_info {
width: 230px;
height: 26px;
background-color: #FFF;
border: 1px #080403 solid;
font-size: 11px;
}

.styled-select {
   width: 230px; /*Timothy*/
   float: left; /*Timothy*/
   height: 25px;
   overflow: hidden;
   background: url(new_arrow_new.png) no-repeat right #000000;
   border: 1px solid #000 ;
   padding:0;
   margin:0;
   color:#333;
}

.styled-select select {
background: transparent;
width: 285px;
padding: 1px;
padding-left: 5px;
font-size: 11px;
line-height: 1;
border: 0;
border-radius: 0;
height: 25px;
-webkit-appearance: none;
vertical-align: top;
color: #999;
}

/*below add by Timothy*/
#btnConfirm{
	color: #FFF;
	background-color: #000;
	padding: 5px 25px;
	font-size: 11px;
	font-weight: bold;
	border: 0;
	float:right;
}

body > table > tbody > tr:nth-child(1) > td > table > tbody > tr:nth-child(2) > td {
	display: none;
}
/*
body > table > tbody > tr:nth-child(1) > td > table > tbody > tr:nth-child(3) > td:nth-child(2) > div > select > option:nth-child(5){
	display: none;
}
*/

.td3{
	height: 40px;
}