/******************************************************************************
* DETAILS
* File            : restaurant horizontal form css file
* Author      : AME
* ___________________________________________________
* CHANGELOG
* 140606 - Creation
* ___________________________________________________
* NOTES
*
* ___________________________________________________
* PARAMETERS
* 
* 
******************************************************************************/


/*css for horizontal form*/	
.form_top
	{
		width :898px;
		margin-left : 1px;
		margin-right : 1px;
		margin-bottom : 6px;
		margin-top : 10px;
		font-size : 15px;
		text-align : center;
	}

/*css for horizontal form*/		
.border_form_top
	{
		border: 1px solid #900;	
		background-color : #fff;	
	}
	
/*css for horizontal form*/
.text_form_top
	{
		font-size: 13px;
		color : #900;
		font-weight: 700 ;
	
	}	

	
submit
	{
	background-color  : #900;
	border : 1px #900;
	}
	
	
textarea
	{
	background-color  : #fbf5d1;
	border : 1px solid #fac95b;
	text-align : left;
	}
	

