/************************************************** INPUT ********************************************************/
input.text_field_small {
	background:url(../img/text_field_small.png) 0px 0px;
	width:111px;
	height:18px;
	border:0px;
	padding-top:3px;
	padding-left:4px;
	border-right: 1px solid #999;
	cursor: text;
}

input.text_field_medium {
	background:url(../img/text_field_medium.png) 0px 0px;
	width:181px;
	height:18px;
	border:0px;
	padding-top:3px;
	padding-left:4px;
	border-right: 1px solid #999;
	cursor: text;
}

input.text_field {
	background:url(../img/text_field.png) 0px 0px;
	width:255px;
	height:18px;
	border:0px;
	padding-top:3px;
	padding-left:4px;
	border-right: 1px solid #999;
	cursor: text;
}

textarea.text_field_large {
	background:url(../img/text_field_large.png) 0px 0px;
	width:256px;
	height:104px;
	border:0px;
	padding-top:3px;
	padding-left:4px;
	border-right: 1px solid #999;
	cursor: text;
}

input.text_field_message_small
{
	background:url(../img/text_field_message_small.png) 0px 0px;
	width:146px;
	height:18px;
	border:0px;
	padding-top:3px;
	padding-left:3px;
	border-right: 1px solid #999;
}

input.text_field_message
{
	background:url(../img/text_field_message.png) 0px 0px;
	width:296px;
	height:18px;
	border:0px;
	padding-top:3px;
	padding-left:3px;
	border-right: 1px solid #999;
}

textarea.text_field_message_large
{
	background:url(../img/text_field_message_large.png) 0px 0px no-repeat;
	width:513px;
	height:42px;
	border:0px;
	padding-top:3px;
	padding-left:3px;
	border-right: 1px solid #999;
}

input.text_field_title_user
{
	background:url(../img/text_field_title_user.png) 0px 0px;
	width:252px;
	height:16px;
	border:0px;
	padding-top:3px;
	padding-left:3px;
}

textarea.textarea_comment
{
	background:url(../img/textarea_comment.png) 0px 0px;
	width:287px;
	height:17px;
	border:0px;
	padding-top:3px;
	padding-left:3px;
}

/********************************************************************** Butons *******************************************************************/
input.login {
	text-indent: -9000px;
	cursor:pointer;
	background:url(../img/btn_login.png) 0px 0px;
	width:109px;
	height:33px;
	border:0px;
	float:right;
	margin-right:20px;
	margin-top:5px;
	font-size: 0px;
 	display:block;
 	line-height: 0px;


}

input.login:hover {
	background:url(../img/btn_login.png) 0px -33px;
}

input.login:active {
	background:url(../img/btn_login.png) 0px -66px;
}

input.envoyer {
	text-indent: -9000px;
	cursor:pointer;
	background:url(../img/btn_envoyer.png) 0px 0px;
	width:109px;
	height:33px;
	border:0px;
	float:right;
	margin-right:20px;
	margin-top:5px;
	font-size: 0px;
 	display:block;
 	line-height: 0px;


}

input.envoyer:hover {
	background:url(../img/btn_envoyer.png) 0px -33px;
}

input.envoyer:active {
	background:url(../img/btn_envoyer.png) 0px -66px;
}

input.reset {
	text-indent: -9000px;
	cursor:pointer;
	background:url(../img/btn_annuler.png) 0px 0px;
	width:109px;
	height:33px;
	border:0px;
	float:right;
	margin-right:20px;
	margin-top:5px;
	font-size: 0px;
 	display:block;
 	line-height: 0px;
}

input.reset:hover {
	background:url(../img/btn_annuler.png) 0px -66px;
}

input.reset:active {
	background:url(../img/btn_annuler.png) 0px -33px;
}