
/********************************/
/*STYLE DLA PLUGINU GCONTACT*/
/********************************/

#Contact
{
overflow:hidden;
width:600px;
}


#Contact .ContactLabel
{
float:left;
overflow:hidden;
display:inline;
width:250px;
}


#Contact .ContactRow
{
padding-top:6px;
overflow:hidden;
}

#Contact .TextFieldBg
{
background:url("../../plugins/gcontact/text/text_field.jpg");
height:23px;
width:150px;
overflow:hidden;
}

#Contact input.TextField
{
font-size:12px;
border:none;
font-family:Tahoma;
background-color:#EDEDED;
margin-left:5px;
margin-top:5px;
width:130px;
color:#505050;
}

#Contact .TextAreaFieldBg
{
background:url("../../plugins/gcontact/textarea/textarea_field.jpg");
height:142px;
width:259px;
overflow:hidden;
display:block;
}

#Contact textarea.TextAreaField
{
margin-left:5px;
margin-top:5px;
width:245px;
height:130px;
font-family:Tahoma;
font-size:12px;
border:none;
background-color:#EDEDED;
color:#505050;
}

#Contact .contact_error_message
{
color:#ffffff;
background-color:#4594D6;
float:left;
padding:3px;
border-color:#00B2EE;
border-width:1px;
border-style:solid;
}
