/*
================================
CONTACT STYLES
================================
*/

.form .text
{
    width:100%;
    margin:0 0 0 0;
}

.form .fields
{
    width: 100%;
}

fieldset legend
{
    display:none;
}

fieldset label
{
    display:block;
    margin:10px 0 0 0;
}

fieldset label.first
{
    margin:0;
}

fieldset input
{
    width:98%;
}
  
fieldset textarea
{
    width:98%;
    height:100px;
}

    fieldset input:focus, fieldset textarea:focus
    {

    }

fieldset input.error, fieldset textarea.error
{
    border:2px solid red;
}

    fieldset input.error:focus
    {
        border:2px solid red;
    }

button {
	background-image:url('/media/5236/buttonok.png');
	width:73px;
	height:25px;
	border:0;
	color:#8395AB;
	font-family:Tahoma, sans-serif;
	font-size:11px;
	float:right;
	cursor:pointer;
}



























/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
