					
/*----------------------------------------------------   input, textarea	 ---------------------*/						
input, textarea {
						width:202px;
						height:18px;
						background-color:#ffffff;
						border:1px solid #96A8B8;
						font-family:Tahoma;
						font-size:11px;
						color:#1F4666;
						line-height:10px;
						padding-top:1px;
						padding-left:2px;
						padding-right:2px;
						margin:0px 4px 0px 4px;
						}	
textarea	{
						height:100px;
						overflow:hidden;
						}																		
.input_1	{
						width:180px;
						margin:0px 0px 0px 25px;
						}
.textarea_1	{
						height:46px;
						width:190px;
						margin:0px 0px 0px 25px;
						}	
button {
	width: 80px;
	height: 20px;
	font-family:Tahoma;
	font-size:12px;
}

/*-----------------------------------------------------    border   ---------------------*/						
.border  {
						border:9px solid #ffffff;
						border-bottom:0px;
						border-top:0px;
						}	
.border_0_1  {
						border-right:32px solid #AABFD1;
						border-left:34px solid #AABFD1;
						}
.border_1_1  {
						border-right:24px solid #AABFD1;
						border-left:37px solid #AABFD1;
						}	
.border_2_1  {
						border-right:28px solid #AABFD1;
						border-left:38px solid #AABFD1;
						}	
.border_3_1  {
						border-right:24px solid #AABFD1;
						border-left:34px solid #AABFD1;
						}	
.border_4_1  {
						border-right:30px solid #AABFD1;
						border-left:34px solid #AABFD1;
						}																															

/*-----------------------------------------------------   bg	 ---------------------*/																	
.bg_cont_main	{
						background-image: url(/images/bg_cont_main.gif);
						background-position: left top;
						background-repeat: repeat-x;
						}
.h_bg_main	{
						background-image: url(/images/h_bg_main.jpg);
						background-position: left top;
						background-repeat: no-repeat;
						}
.h_bg_l	{
						background-image: url(/images/h_bg.jpg);
						background-position: right top;
						background-repeat: repeat-x;
						}						
.h_bg_r{
						background-image: url(/images/h_bg.jpg);
						background-position: left top;
						background-repeat: repeat-x;
						}						
					

div.hidden {
	display: none;
}
