/* --------------------------------------------------------------------------------
	contact
-------------------------------------------------------------------------------- */
.contact					{ text-align:center; }
.contact input,
.contact select,
.contact textarea			{ text-decoration:none; border:1px solid #808080; margin:0; padding:0; }
.contact table				{ width:auto; border-collapse:collapse; margin:0 auto;}
.contact textarea			{ overflow:auto; }
.contact td					{ padding:2px 0 4px 0; text-align:left; /*FF*/ }

.contact .label				{ width:130px; text-align:right; color:#707070; }
.contact .label_error		{ color:#d85d5d; font-weight:bold;  }
.contact .star				{ width:14px; text-align:center; color:#f26100;}
.contact .input				{ width:240px; }
.contact .message			{ width:386px; }
.contact .code				{  }
.contact .button			{ height:24px; width:auto; overflow:visible;/*ie*/ padding:0 4px; color:#4e2400; text-align:right}

.contact textarea:active,
.contact textarea:focus,
.contact input:active,
.contact input:focus		{ background:#FFFFBB; /*works in FF only*/}

.contact p.error,
.contact p.failure,
.contact p.succes			{ text-align:center; color:#d85d5d; font-weight:bold;}


.contact td					{ border:solid 1px #fff; /*IE messes around with widths, so put dummy border here*/}