﻿.hide-button{display:none;}

.submit-button
{border:none;
 font-size:11px;
 font-weight:bold;
 font-family:Arial, Verdana, Tahoma;
 color:#fff;
 padding:0 23px 4px 8px;
 height:19px;
 width:69px;
 background:#f94634 url(/images/buttons/submit-button.png) no-repeat 0 0;
 cursor:pointer;
 float:right;
 margin:8px 0 0 0;
 line-height:19px;
 }
 
 .search-form{width:194px;
              margin:0 auto;
              text-align:left;}
              
              .search-form input, .search-form textarea{padding-left:3px;}
              
              .search-form div{width:194px; position:relative;}
              
              #js .search-form div label
                                      {
                                         display:none;
                                         position:absolute;
                                         bottom:6px;
                                         left:5px;}
                                         
                                         #js .search-form div.message label{
                                                                             top:2px;
                                                                             }
                                         
                                         
                                         .search-form p{font-size:11px;
                                                        font-family:Arial, Verdana;
                                                        margin-left:5px;
                                                        width:200px;}
 
 input, textarea{width:192px;
                 
                 margin:0 0 5px 0;}
                 
#form table { width: 100%;}
                 
#form label{
	font-weight:bold;
	width:142px;
}
#form input.text,
#form select,
#form textarea{
	width:325px;
	border:1px solid #7f9db9;
}
#form table td{
	border-bottom: 2px solid #e9e6ee;
	background:#f8f7fa;
	padding: 10px 5px;
}           
#form table td.date{
	width:325px;
}
#form table td.date select{
	width:90px;
	margin-right:8px;
}
#form table .submit-button{
	width:76px;
	height:18px;
	background:#7a46a5 url(/images/buttons/submit-button2.png) no-repeat 0 0;
}
