/*
- these stylesheet settings apply to all media
- for printing styles edit templates/print.css
- learn more about CSS at http://www.w3schools.com/css/
- 2003/11/23 PaulM PandA.nl
*/

/* replaces old "select width settings" in currencies.php, manufacturers.php box and search.php box */
.boxText select {
width: 95%;
}
/* set pageheading text (now included in h1 tag) size back to normal size */
h1 {
margin-bottom: 20px;
font-family: Verdana, Arial, sans-serif;
font-size: 20px;
font-weight: bold;
color: #9a9a9a;
}

#analysis_ad{
	text-align:center;
}

#analysis-form textarea{
	width:250px;
}

#analysis-form label{
	float: left;
	width: 215px;
}

#analysis-form div{
	padding:3px;
	clear:both;
}

#analysis-form input{
	width:200px;
}

#analysis{
	border:1px solid #6B9BE4;
	padding:10px;
	margin:10px 0px;
}

#analysis-form{
	width:520;
	margin:0 auto;
	text-align:left;
}
