/************************************************************************
=========================================================================
	author:	kill.gates				[wwwdot59to1dotde]
									[imehlslashkilldotgatesat59to1dotde]
	date:	2006/08/06									
-------------------------------------------------------------------------
	client:		iken konzept / werbung	[http://www.beckroege.de]
	site:		www.beckroge.de
	media:		all  
=========================================================================
	css files:
=========================================================================
	 1] global/typography:				[global.css]
	 2] structure/layout:				[lay.css]
	 3] navigation:						[nav.css]
	 4] googlesearch:					[search.css]
	 5] map:							[map.css]
	 6] lightbox 2.0*:					[lightbox.css]
	 7] form styles:					[form_x.css]
	 8] table styles: 					[table_x.css]
	 9] misc styles: 					[xxx.css] 
	10] misc styles: 					[xxx.css]			************/

/************************************************************************
	7.1 - FORM STYLES SEARCH
************************************************************************/

form#contact {
padding: 0px 0px 0px 10px;
width: 180px;
background: transparent;
z-index: 5; }

form#formproductlist {
width: 180px;
height: 20px;
background: transparent;
z-index: 5; }

form#formmediaselect {
width: 150px;
height: 90px;
background: transparent;
z-index: 5; }

form#langselect {
width: 180px;
height: 20px;
background: transparent;
z-index: 5; }

label.formlabel {
padding:  0px 0px 10px 0px;
width: 150px;
font-size: 100%;
color: #666;
background: transparent;
float: left; }

#input.forminput {
margin: 0px 0px 0px 0px;
padding:  0px 0px 6px 5px;
width: 300px;
height: 18px;
font-size: 85%;
font-weight: normal;
color: #666;
border: 1px solid #dadada;
background: #f8f8f8;
float: left; }

input.forminput:focus, input.forminput:hover {
color: #666;
border: 1px solid #dadada;
background: #ededed; }

input.forminputreq {
margin: 0px 0px 0px 0px;
padding:  0px 0px 6px 5px;
width: 400px;
height: 18px;
font-size: 85%;
font-weight: bold;
line-height: 170%;
color: #666;
border: 1px solid #dadada;
background: #f8f8f8;
float: left; }

input.forminputreq:focus, input.forminputreq:hover {
color: #666;
border: 1px solid #dadada;
background: #ededed; }

select.formselect {
width: 180px;
height: 18px;
font-size: 11px; }

textarea.formtextarea {
margin: 0px 0px 3px 0px;
padding:  0px 0px 6px 5px;
width: 400px;
height: 60px;
font-size: 85%;
font-family: "Lucida Grande", "Lucida Sans", Arial, Helvetica, sans-serif;
font-weight: normal;
color: #666;
border: 1px solid #e1e1e1;
background: #f8f8f8;
float: left; }

textarea.formtextarea:focus, textarea.formtextarea:hover {
color: #666;
border: 1px solid #e1e1e1;
background: #ededed; }






/***********************************************************************
//	Lightbox v2.02
//	by Lokesh Dhakar - http://www.huddletogether.com
//	3/31/06
//
//	For more information on this script, visit:
//	http://huddletogether.com/projects/lightbox2/
//
//	Licensed under the Creative Commons Attribution 2.5 License
	- http://creativecommons.org/licenses/by/2.5/
//	
//	Credit also due to those who have helped, inspired, 
	and made their code available to the public.
//	Including: Scott Upton(uptonic.com), 
	Peter-Paul Koch(quirksmode.org), Thomas Fuchs(mir.aculo.us), 
	and others.
//
************************************************************************/


/*e-o-f*****************************************************************/
