/* 

	VANILLA TREELINE WEBSITE CSS
	
	description: 2 columns
	
	media: screen, projection
	
	written by: Phil Thompson phil.thompson@ichameleon.com July 2007
	last edited: Phil Thompson 11/07/07 by Phil Thompson
	
	

*/

div#breadcrumb {
}


body.contact-details div#primarycontent,
body.send-to-friend div#primarycontent,
body.member-login div#primarycontent,
body.enewsletters div#primarycontent 
{
	width:710px;
}

body.edit div#primarycontent {
}
body.edit div#secondarycontent div.panel {
	padding-bottom:0;
}


div#secondarycontent {
	float:right;
	display: inline;
	width:224px;
	margin-right:20px;
}

form.contact {
	padding:0px;
	margin-bottom:20px;
	clear: left;
}
	form.contact fieldset.border {
		border-width: 1px;
		border-style: solid;
		padding:20px;
	}
	form.contact fieldset {
		padding-bottom:15px;
	}
	form.contact fieldset label {
		width:180px;
		float:left;
	}
	/*
	form.contact input.submit {
		background:none;
		background-color: #AD2A27;
		color:#fff;
		border:0;
	}
	*/
		form.contact input.submit.right {
			margin-top:10px;
			float:right;
		}


div.feedback {
	float: none;
	display: block;
	margin:20px 0;
}
