/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

html, body {
	font-family: arial;
	font-size: 12px;
	border: 0;
	color: #565656;
	background: #DDDDDD url(images/bg.gif) repeat-x 0 0;
}

#form_wrap {
	background: url(images/bg_comments.gif) repeat-x 0 top;
	border-bottom: 1px solid #DDDDDD;	
	padding: 15px 32px 30px 31px;
	position: relative;
}

#sidebar h2, #embed h3 {
	font:13px Arial, Helvetica, sans-serif;
	text-transform:none;
	color:#ffffff;
	background: #f77f00;
	padding: 7px 10px;
	float: left;
	margin: 0 0 10px 1px;
	display: inline;
	margin-bottom: 10px;
}

a {
	color: #f77f00;
	text-decoration: none;
}