@import url(/stylesheets/forms.css);

* { margin:0;padding:0; }

body {
	font: 75%/1.5 arial, sans-serif;
	color: #333;
	background: #d3e6f9;
	margin: 0;
}

#b2 {
	width: 600px;
	margin: 0 auto;
	background: #FFF url(http://www.solutionwatch.com/wp-content/themes/solution_watch/includes/header-background.jpg) repeat-x;
	color: #555;
	padding: 0 10px;
}

#header {
height: 100px;
overflow: hidden;
}

img {
	border: 0;
}
a {
	color: #06c;
}
a:hover {
	text-decoration: none;
}

h1 {
	padding: 20px 13px 10px 5px;
	text-decoration: none;
	color: #333;
	font-family: Arial, sans-serif;
	font-size: 1.5em;
	display: block;
	line-height: 1.1em;
	border-bottom: 3px solid #eee;
	margin-bottom: 10px;
	}

h2 {
	font-size: 1.1em;
	background: #FFF;
	border-bottom: #CCC 1px solid;
	padding: 2px 0 2px 0;
	margin: 0 0 10px 0;
	}

#content {
padding: 5px 20px 15px 20px;
}

p {
margin-bottom: 15px;
}

#signup {
padding: 0 0 0 20px;
}

#signup h2 {
border: 0;
margin: 0;
padding: 0;
}

#signup h2 a {
margin: 0;
text-decoration: none;
display: block;
width: 9em;
background: #FFF url(http://www.solutionwatch.com/wp-content/themes/solution_watch/includes/header-background.jpg) 0px 55px;
text-align: center;
border: 3px solid #CCC;
padding: 5px;
font-size: 1em;
color: #000;
}

#signup h2 a:hover {
background-position: 0px 35px;
border-color: #BBB;
}

#tagline {
	font-weight: bold;
	font-size: 1.2em;
}

#footer {
	text-align: right;

}
dt {
	font-weight: bold;
	clear: left;
	float: left;
	width: 12em;
}


table {
	border-collapse: collapse;
	width: 100%;
	margin: 1em 0;
}
td, th {
	padding: 1em;
	border: 1px solid #eee;
}
th {
	text-align: left;
	background: #eee;
}


#youare {
	background: #ffc;
	padding: 1em;
	margin-bottom: 2em;
}
#youare * {
	display: inline;
	margin: 0;
	padding: 0;
}
#youare li {
	padding: 0 0 0 1em;
}


