﻿legend
{
    font-weight: bold;
    color: #666666;
    font-size: 1em;
    padding-left: 4px;
    padding-right: 4px;
    margin-bottom: 7px;
}

form
{
    margin: 0px;
}

fieldset
{
    margin: 0px;
    padding: 0px;
    border: none;
}

.hidden
{
    visibility: hidden;
}

.none
{
    display: none;
}

.formlabel
{
    width:120px; 
    vertical-align: top;
}

.formvalue
{
    vertical-align: top;
}

.txtfield
{
    width:300px;
}

.txtblock
{
    width:300px;
}

.button
{ 
	cursor: hand; 
	background: transparent url('images/button.png') no-repeat 0% 0%;
	padding: 0;
	width: 123px;
	height: 40px;
	border: none;		
	overflow: hidden;
	font: corbel;
	font-size: 17px;
	color: #454545;
	padding-bottom: 5px;
}

.button:hover {
	background: transparent url('images/button.png') no-repeat 0% -40px; 
	}
		
/* form 2 */
#form2{
	margin:1em 0;
	color:#000;
	width:330px; /* customize width, this form have fluid layout */
	margin-left: auto;
    margin-right: auto;
	}
	
#form2 h3{
	margin:0;
	background:#57a700 url(images/form2/form_heading.gif) repeat-x;		
	color:#fff;
	font-size:20px;
	border:2px solid #A5A5A5;
	border-bottom:none;
	}		
#form2 h3 span{
	display:block;
	padding:10px 20px;
	background:url(images/form2/form_ico.gif) no-repeat 93% 50%;			
	}				
#form2 fieldset{
	margin:0;
	padding:0;
	border:none;	
	
	border:2px solid #A5A5A5;
	background:#eee url(images/form2/fom_top.gif) repeat-x;		
	padding-bottom:1em;
	
	}		
#form2 legend{display:none;}	
#form2 p{margin:.5em 20px;}	
#form2 label{display:block;}	
#form2 input, #form2 textarea{		
	width:272px;
	border:1px solid #111;
	background:#282828 url(images/form2/form_input.gif) repeat-x;
	padding:5px 3px;
	color:#fff;
	}
			
#form2 textarea{
	height:125px;
	overflow:auto;
	}
						
#form2 p.submit{
	
	}	
	
#form2 .contactbutton
{	
	padding:0 20px;
	height:32px;
	line-height:32px;		
	border:1px solid #70ad2e;
	background:#5aae00 url(images/form2/form_button.gif) repeat-x;
	width:280px;
	color:#fff;
	cursor:pointer;		
	text-align:center;		
	}				

/* // form 2 */
