/* DATEI:		Inhalte Formulare ...	*/
/* AREA:		cw	*/
/* CREATOR:	tOm			*/

/*BEGIN:	base form		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ***/
div.cw_content_form		{

width:					530px;
margin:					0 0 0 0;
padding:				10px 10px 0px 12px;

font-family:			arial, verdana, helvetica, sans-serif;
font-style:				normal;
font-weight:			500;
font-size:				12px;
text-decoration:		none;
line-height:			16px;
color:					#000000;
background-color:		#FFFFFF;
}

div.cw_content_form_txt	{
float:					left;
overflow:				hidden;
margin:					0 0 0 0;
padding:				0 0 0 0;
color:					#666666;
line-height:			20px;
}

/*BEGIN:	form mailadress as image	***/
div.cw_content_form_head	{
overflow:				hidden;
margin:					0 0 0 0;
padding:				0 0 0 0;
color:					#666666;
line-height:			20px;
}

div.cw_content_form_txt_title,
div.cw_content_form_txt_value,
div.cw_content_form_txt_error,
div.cw_content_form_txt_send{
float:					left;
overflow:				hidden;
width:					430px;
padding:				0 0 0 0;
line-height:			20px;
color:					#666666;
}
div.cw_content_form_txt_title	{clear:	both; width:100px;}
div.cw_content_form_txt_error	{color:#C27800;}
div.cw_content_form_txt_send		{color:#005496;}

div.cw_content_form_img	{
float:					left;
overflow:				hidden;
width:					430px;
height:					20px;
margin:					0 0 0 0;
padding:				0 0 0 0;
border:					0px none;
background-color:		transparent;
}
img.cw_content_form_img	{
float:					left;
border:					0px none;
}
/*END:	form mailadress as image	***/

div.cw_content_form_line {
clear:					both;
overflow:				hidden;
height:					6px;
margin:					6px 0 0 0;
border-top:				1px solid #BFD4E5;
background-color:		#FFFFFF;
}

/*BEGIN:	form elements	***/
form.cw_content_form,
fieldset.cw_content_form	{
clear:					both;
border:					0px none;
margin:					0 0 0 0;
padding:				0 0 0 0;
}

div.cw_content_form_row	{
clear:					both;
float:					left;
width:					540px;
margin:					0 0 0 0;
padding:				0 0 0 0;
}

div.cw_content_form_title {
clear:					both;
float:					left;
overflow:				hidden;
width:					100px;
height:					20px;
padding:				0 0 0 0;
text-align:				left;
font-weight:			500;
line-height:			18px;
color:					#009dd7;
}
span.cw_content_form_title_marker {
color:					#005496;
}

select.cw_content_form,
input.cw_content_form_text,
textarea.cw_content_form_text {
float:					left;
width:					430px;
height:					18px;
margin:					0 0 4px 0;
padding:				0 0 0 0;
border:					0px none;

font-family:			arial, verdana, helvetica, sans-serif;
font-weight:			500;
font-size:				12px;
line-height:			14px;
background-color:		#DEDEDE;
}
select.cw_content_form		{width:70px;}
textarea.cw_content_form_text	{overflow:auto; height:100px;}

div.cw_content_form_cutter {
clear:					both;
float:					left;
overflow:				hidden;
width:					530px;
height:					6px;
margin:					3px 0 0 0;
border-top:				1px solid #BFD4E5;
background-color:		#FFFFFF;
}

/*BEGIN:	form buttons	***/
div.cw_content_form_send,
div.cw_content_form_del	{
float:					right;
margin:					0 0 0 5px;
text-align:				right;
background-color:		#A3CFEE;
}
div.cw_content_form_del	{
background-color:		#EDD7B3;
}

a.cw_content_form_send,
a.cw_content_form_del	{
display:				block;
width:					100px;
margin:					0 0 0 0px;
padding:				3px 5px 3px 15px;
font-weight:			800;
color:					#5191C2;
text-decoration:		none;
background-color:		transparent;
}
a.cw_content_form_del	{
color:					#CBA464;
}
a.cw_content_form_send:link,
a.cw_content_form_del:link		{ text-decoration:none; }
a.cw_content_form_send:visited,
a.cw_content_form_del:visited	{ text-decoration:none; }
a.cw_content_form_send:active,
a.cw_content_form_del:active	{ text-decoration:none; }
a.cw_content_form_send:hover	{ color:#FFFFFF; text-decoration:none; background-color:#00A8E6;}
a.cw_content_form_del:hover		{ color:#FFFFFF; text-decoration:none; background-color:#C27800;}












