@charset "utf-8";
/* CSS Document  TW */

body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	vertical-align:top;
}
.page {
	background:#f5f5f5;
}
.container {
	margin:0 auto;
	width:950px;
	border:1px #ccc;
	background:#FFF;
}
.span-24 {
	padding:25px;
}
.header{
	width: 100%;
	background:url(../images/logotw.png) no-repeat;
	height:100px;
	border-bottom:3px solid #c0c0c0;
}
.pagetitle{
	float:right;
	margin-top:10px;
	margin-right:30px;
	color:#666;
}
.block {
	display:block;
	width:250px;
	float:right;
}
.small {
	font-size: x-small
}
.smaller {
	font-size: xx-small !important;
}
.req {
	color:#F03 !important;
}
p.error {
  background-color: #FF0033 !important;
  color: #FFFFFF;
  display: block;
  font-weight: bold;
  margin: 10px 0 !important;
  padding: 9px !important;
  text-align:center !important;
}
.sep {
	display:block;
	width:100%;
	margin:20px 0;
	border-bottom:1px dotted #ccc;
	clear:both;
}
h1{ 
	font-size:30px;
}
ul {
	list-style:square;
	margin-left:50px;
}
.small td{ font-size: 11px;}
.tblcb{ margin:20px auto 0;}
.req label, label.req{ color:#A50000 !important;}

.btOrder{ 
	cursor:pointer;
	background:url(../images/bt_submit.jpg) no-repeat;
	width:228px;
	height:79px;
	text-indent:-9999px;
	border:none;
}

/* Signature */
.signature-step-1 h1{ text-align:center; font-size:20px;}
.signature-step-1 p{ text-align:center; font-size:12px;}
.signature-step-1 #btnSave{ font-size:16px; padding:5px;}

/* Freeze Panel */

.FreezePaneOff
   {
      visibility: hidden;
      display: none;
      position: absolute;
      top: -100px;
      left: -100px;
   }

   .FreezePaneOn
   {
      position: absolute;
      top: 0px;
      left: 0px;
      visibility: visible;
      display: block;
      width: 100%;
      height: 100%;
      background-color: #FFF;
      z-index: 999;
      filter:alpha(opacity=100);
      -moz-opacity:0.1;
      padding-top: 20%;
   }

   .InnerFreezePane
   {
      text-align: center;
      width: 900px;
      background: #666 url(../images/loading_gray.gif) no-repeat 280px 6px;
      color: White;
      font-size: large;
      padding: 9px;
   }
#accordion{
	width: 60%;
	margin-left: 20%;
}
.custom{
	color:#C4C4C4;
	font-size:14px;
}
label{
	padding: 10px;
}
input[type="checkbox"]{
	width: 18px;
	height: 30px;
}
.LV_validation_message{
    font-weight:bold;
    margin:0 0 0 5px;
}

.LV_valid {
    color:#00CC00;
}
	
.LV_invalid {
    color:#CC0000;
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {
    border: 1px solid #00CC00;
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
    border: 1px solid #CC0000;
}
.second_part{
	text-align: center;
	font-size: 20px;
}