/* -------------------------------------------------------------- 
   
   forms.css
   * Sets up some default styling for forms
   * Gives you classes to enhance your forms
   
   Usage:
   * For text fields, use class .title or .text
   
-------------------------------------------------------------- */

label{ font-weight: bold; }
fieldset{ padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }
legend { font-weight: bold; font-size:1.2em; }


/* Form fields
-------------------------------------------------------------- */


#fieldset_address{float: left; font-size: 14px;	line-height: 24px;}
#legend_address{}
#fieldset_form{float: left;
width:225px;}
#fieldset_form{
line-height:22px}
#contact{
padding-left:15px;padding-bottom:14px;}
#contact1{margin-top:10px;	margin-right:0px;	width:482px;	height:359px;	font-size: 12px;	line-height: 22px;	float:left;}
#contact1L{width:391px;height:149px;margin-bottom:30px;}
#contact1L p{ padding-left:17px;}
#contact1R{width:480px;height:163px;padding-top:33px;}
.quote{padding-top:24px; padding-left:17px;}
#contact2{	margin-top:17px;	margin-right:0px;	width:389px;	height:355px;	font-size: 11px;	line-height: 22px;	float:right;}
#contact2L{width:144px;float:left;}
#contact2R{width:225px;float:right;}
#buttons{	text-align: right;	vertical-align: bottom;	margin-top:3px;}
#buttons p {float:right;}
#button1{margin-right:0px;}


input.text, input.title,
.textarea, select {  margin:0.5em 0;  border:1px solid #bbb;}

input.text:focus, input.title:focus,
.textarea:focus, select:focus {}
input.text, 
input.title   { width: 200px; padding:1px; }
input.title   { font-size:1.5em; }
textarea      { width: 220px; height: 160px; padding:1px; }
/*---------------------------------------------------------------------------------------*/



/*Infinite hope Order form
------------------------------------------------------------------------------------------*/

#order{

margin-top:10px;
margin-left:10px;
float:left;
width: 851px;
height:375px;
}
#ordering{
height:19px;
width:380px;
}
#orderL{

height:375px;
width:390px;
padding-left:8px;

}
#infinite{
	float:left;
	word-spacing: 1px;
}


#hope{

height:150px;
width:115px;
margin-top:19px;
}
#hopeText{
width:255px;
float:left;
position:relative;
top:-155px;
left:130px;}
#hopeText p{

float : left;}

#orderR{

width:443px;
height:356px;
float:right;
position:relative;
top:-374px;
overflow:scroll;
overflow-x: hidden;
}

#orderR span{
color:#660000;
font-weight:bold;}
#orderRL{
width:218px;
height:356px;

float:left;

}
#orderRL td{padding-right:15px;
#orderRR{
float:right;
width:199px;

height:356px;


}
/*-------------------------------------------------------------------------------------------*/



/* Success, notice and error boxes
-------------------------------------------------------------- */

.error,
.notice, 
.success    { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }

.error      { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.error a    { color: #8a1f11; }
.notice a   { color: #514721; }
.success a  { color: #264409; }
