/**
 *	Document   : contact
 *	Created on : 20 mars 2011
 *	Author     : Stéphane HULARD <s.hulard@gmail.com>
 *	Description:
 *		Contact layout stylesheet for Artek Creation Website
 */
 
@import '../global/reset.css';
@import '../global/global.css';

/*############ SPECIFIC CONTACT STYLE DEFINITION ############*/
.content form
{
	float: left;
	width: 456px;
	height: 140px;
	padding: 0px;
	margin: 0px;
	margin-right: 74px;
}

	form p
	{
		margin-bottom: 1px;
		height: 18px;
	}

		label
		{
			float: left;
			display: block;
			width: 65px;
			height: 16px;
			line-height: 16px;
			padding-left: 5px;
			padding-right: 7px;
			padding-top: 1px;
			padding-bottom: 1px;
			background-color: #ffffff;
		}
		
		label.validation-failed
		{
			border: 1px solid #d20452;
			border-right: none;
			height: 14px;
			width: 64px;
			color: #d20452;
			font-weight: bold;
		}
	
		input
		{
			float: left;
			border: none;
			border-width:0px;
			width: 144px;
			height: 16px;
			padding-left: 3px;
			padding-right: 3px;
			padding-top: 1px;
			padding-bottom: 1px;
			margin-right: 1px;
		}
		
		input[type=text].validation-failed
		{
			border: 1px solid #d20452;
			border-left: none;
			height: 14px;
			width: 143px;
			color: #d20452;
		}
		
		input[type=submit]
		{
			float: right;
			margin-top: 1px;
			width: 90px;
			height: 20px;
			background-color: #d20452;
			color: #fff;
			font-size: 1em;
			font-family: Georgia;
			cursor: pointer;
		}
	
		textarea
		{
			font-family: sans-serif;
			width: 445px;
			height: 56px;
			font-size: 1em;
			margin: 0px;
			padding: 5px;
			border: none;
			border-width:0px;
			display: block;
			font-weight: normal;
		}
		
		textarea.validation-failed
		{
			width: 443px;
			height: 54px;
			border:  1px solid #d20452;
			color: #d20452;
			font-weight: bold;
		}
/*########## END SPECIFIC CONTACT STYLE DEFINITION ##########*/