/* CSS Document */

.formTable {
	margin-left: 6%;
	margin-right: 6%;
	width: 88%;
	background-color: #f3eadc;
}

.formTable td {
	padding-left: 5px;
}

.formTable input.txt {
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.formTable select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 200px;
}

.formTable tr.as {
	display: none;
}


form fieldset{
	border-top:1px solid #c7bfb3;
	border-bottom:1px solid #c7bfb3;
	border-left:none;
	border-right:none;
	background-color:#f3eadc;
	margin:15px 0px 15px 0px;
	padding: 0 10px 10px 10px;
	width:540px;
	float:left;
	clear:both;
	display:block;
	
}


form fieldset legend{
	font-weight:bold;		
	background-color:#fdf6e9;
	border-width:1px;
	border-style:solid;
	border-color:#c7bfb3;
	padding:2px 0 0 0;
	margin:0px 0px 10px 0px;
	/*position:relative;
	top: -12px;
	*/
}

	 
form fieldset legend img{
	padding:0px 5px 0px 5px;	
}

input.input-taf, #input-taf, #contactform.select	{
	float:left;
	clear:right;
	width:120px;
	margin:0;
	padding:1px;
	border:1px solid #c7bfb3;
	}

#contactform textarea {
	width: 200px;
	height: 80px;
}

label{
	display:block;
	float:left;
	clear:left;
	width:300px;	
	text-align:left;
	margin:0px 5px 10px 0px;
}

#button-taf	{
	margin:10px 0;
	padding:0;
	width:auto;
	height:auto;
	border:auto;
	background-color:auto;
	}

.pane {
  display : none;
  margin:0;
  padding:0;
  
  }

td.tabs a {
  margin:0;
  padding:4px 0 0 0;
  cursor:pointer;
	}
  
 
  
div.tabs {
  cursor : hand;
  margin:0 0 -3px 0;
  padding:3px 0 2px 0;
  width:80px;
  background-image:url(/images/tab-bg.gif);
  background-position:right top;
  background-repeat:no-repeat;
  cursor:pointer;
  text-align:center;
  }
  
div#tabs a{
color:#E07134;
text-decoration:underline; 
  
  }
  
  
  div.tabs:hover {
  background-image:url(/images/tab-bg-active.gif);
  background-position:right top;
  background-repeat:no-repeat;
  cursor:pointer;
  color:#000;
  }

  
 div#tabs p	{
 	border-top:1px solid #c7bfb3;
	border-bottom:1px solid #c7bfb3;
	margin:0;
	padding:10px 6px;
	background-color:#fefbf6;
	}
	
.checkbox	{
	margin:0;
	padding:0;
	width:auto;
	height:auto;
	}
	

	
a.smalllink	{
	background-image:url(/images/info.gif);
	background-position:left 2px;
	background-repeat:no-repeat;
	padding:1px 0 2px 17px;
	margin:0 0 0 4px;
	
	}
	
a.smalllink2	{
	background-image: url(../images/texticon.gif);
	background-position: left 2px;
	background-repeat: no-repeat;
	padding: 1px 0 2px 17px;
	line-height: 1.5;
	margin: 0 0 0 4px;
	
	}
	
a:hover.smalllink, a:hover.smalllink2	{
	text-decoration:underline;
	}


/*.form-element	{
			float:left;			
			width:50%;
			margin:0px;
			padding:0px;
			}
			
.form-element1	{
			float:left;			
			width:50%;
			margin:0px;
			padding:0px;
			clear:both;
			}
			
.form-element input	, select, .form-element1 input	{

			}
			
.form-pos	{
			position:relative;
			margin:20px 0 20px 0;
			}
	
#button-taf	{
			float:left;
			margin:20px 0;
			clear:left;
			}
			*/