/* form */



form#akk 
{
	/*background:#fff url(../images/head_bg_form.gif) top center no-repeat;*/
	width:100%;
	border: 2px solid #F37021;
	/* center the form */
	margin: 0 auto;
	font-size:80%;
}
	
form#akk fieldset
{
	display:block;
	width:auto;
	padding-left:30px;
	margin: 2em auto 0 auto;
	/* remove default border styles */
	border: 0 solid #fafafa;
	font-family: "Helvetica", Sans-Serif;
	line-height: 1.5em;	
}

 
form#akk label, form#akk input 
{
	display: block;	
	float: left;
	margin-bottom: 10px;
	height: 18px;
}

form#akk input, form#akk input:hover, form#akk input:focus
{
	border: 0 none;
	background:transparent;	
}

form#akk fieldset#personal input:focus, form#akk textarea:focus
{
	/*background: #fef0f1 url(../images/input_bg_focus.gif) left top no-repeat;*/
	border: 1px solid #cfcfcf;
}

form#akk fieldset#personal input 
{	
	width: 170px;
}

form#akk br 
{
	clear: left;
}

form#akk fieldset#personal select 
{
	width: 170px; 
}

form#akk p 
{
	padding:1em 0 2em 0;
} 

form#akk label
{
	width: 150px;
	padding-right: 5px;	
	color:#F37021;
}

form#akk fieldset#personal input, fieldset#personal input:hover, form#akk textarea  
{
	background: #fff url(../images/input_bg.gif)  left top no-repeat;
	border: 1px solid #F37021;
} 

form#akk fieldset#personal select, form#akk fieldset#personal legend, form#akk fieldset#personal personalgroup 
{
	background: #fff;
	font-weight: normal;
}

form#akk legend 
{	
	margin-bottom: 0.5em;
	border-bottom: 0.5em  solid #F37021;
	font-size: 130%;	
}


form#akk personalgroup personalion 
{	
	text-indent: 1.5em; 
	color: #e1417e;
	font-weight: 600;	
}

form#akk fieldset#personal personalgroup
{	
	text-transform: lowercase;
	color: #e1417e;
	font-size: 1em;
}

form#akk label:first-letter
{
    padding-bottom: 1px;       
}

form#akk textarea 
{
	width: 341px; 
	height: 15em; 
	background: #fafafa; 
	overflow: auto;
}

form#akk #button1, form#akk #button2  
{  
	display: inline;
	padding: 2px;
	color: #F37021;
	background: transparent url(../images/button_bg.gif) bottom left no-repeat;
	border: none;
	cursor: pointer;
	width: 130px;
	margin: -6px 35px 0 48px;
	height: 30px;
	text-align: center;
	font-weight:bold;
	}

form#akk #button1:hover, form#akk #button2:hover 
{
	color:#F37021;
}

form#akk fieldset#personal p {clear:left;}




/* IE MAC workaround for centering the form elements */

/*\*//*/ 
form#akk { width: 390px;}
form#akk fieldset { width: 334px;} 
form#akk fieldset#personal select {margin-right: 0;}
/**/ 