/* MetroSofa Sofa Inventory CSS Document */

div#large-image-left { width:330px; height:493px; margin-left:20px; background-image:url(../imgs/lg-flower-contact.jpg); background-repeat:no-repeat; text-align:right; position:relative}
	div#large-image-left ul { font-size:1em; text-align:center; }
	
	div#large-image-left li { display:inline; padding-left:8px; text-transform:capitalize; }
		div#large-image-left li a{color:#FFFFFF;}
	
	div#large-image-left h2 { position:relative; text-align:right; left:0; top:375px; display:inline; background-color:#da0000;  padding:.25em .5em; color:#fff;}
	
div#green {border-top: 2px solid #6B6868; border-bottom: 2px solid #6B6868;}
div#green p {margin:10px 5px; font-size:.9em;}

.greenimgbottom { width:32%; float:left; text-align:center; }
.greenimgbottom p {margin:1px;}
.greenimgbottom img { margin:1px 0;}
	
div#mnform { /*format the main data mining forms */
	width:400px; margin-top:20px;
	margin-left:auto; margin-right:auto;
	background-image:url(../imgs/form-bg.jpg);
	background-repeat:repeat-y;}/*cemter the form*/

	div#mnform form{ /*add bottom border to form element to repeat div.clearfix divider line*/
		border-bottom:1px solid #ebebeb;}

	div#mnform div.clearfix {
		border-top:1px solid #ebebeb; /*adds line above each section in main forms*/
		padding:10px 0;
		vertical-align:top;}
			
	div#mnform  label { /*style labels on main forms and position them next to input boxes*/
		width:120px; float:left; font-size:.9em; margin:0 10px;}
		
	input.btn{ /*size submit button on forms set margins on it*/
	width:59px; height:21px; margin:10px 10px 10px 20px;}
	
	.imageright {float:right; margin:8px 0 8px 8px; }
	.smlettersform {color:#CC0000;}

fieldset {border:none;}/*kill fieldset border in form*/	

