﻿/* form
-----------*/
fieldset 
{
	border: 0;
}

#contactForm input.text, #contactForm textarea.text
{
	width: 346px;
	float: right;
}

#contactForm label 
{
	float: right;
}

#contactForm input
{
	height: 17px;
}

label, button, input[type="submit"], input[type="image"]
{
	cursor: pointer;
}

#contactForm textarea.text, #contactForm input
{
	border: solid 1px #000;
}

#contactForm fieldset p:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#contactForm label
{
	width: 60px;
	padding-left: 12px;
	display: block;
}
