form#goals
{
  background: url(images/bg.png) no-repeat;
  width:600px;
 /* height: 1050px;  */
  padding:5px;
  margin:0 auto;
  font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
  font-size: 76%;
}

form#goals fieldset {
width:530px;
display:block;
border:1px dotted #fff;
padding:5px;
margin-bottom:0.5em;
margin-left: 4px;
margin-right: 13px;
line-height:1.2em;
}

form#goals legend {
font-size:1.1em;
font-weight:bold;
color: #4d89ff;
margin: 0 0 5px 10px; 
height: 24px;
line-height: 24px;
width:257px;
border: 1px solid #137C41;
padding: 0 5px;
background: url(images/legendtst_bg.gif);
}

form#goals input, form#goals a
{
	float:left;
	width: 15em;
}

form#goals label {
clear:left; 
display:block; 
float:left;
width:20em;
text-align:left;
padding-left:10px;
color: #003399;
margin-bottom:0.5em;
}

form#goals a
{
	margin-left: 0.5em;
	width: auto;
}

form#goals h2 {
/*color:#FF6705;*/
/*font-size:1.5em;*/
/*background: #FF6705;*/
margin: 1.1em;
}

form#goals p {
color:#FF6705;
font-size:1.2em;
margin: 10px 0;
}

form#goals>fieldset
{
	overflow: auto;
}

form#goals a:hover, form#goals a:focus
{
	background: transparent;
}

form#goals div
{
	clear: both;
	margin-top: 1em;
	/*border: 1px solid #fff; */ /* Bug in Firefox 1.5 beta */
}

form#goals submit {
color:#003399; 
font-weight: bold;
background: url(images/btn_bg.jpg);
display: inline;
border: none;
width:89px; 
height: 27px;
line-height: 27px;
text-align: center;
margin-left: 11.5em
}

form#goals #reset {
color:#003399;
font-weight: bold;
background: url(images/btn_bg.jpg);
display: inline;
border: none;
width:89px; 
height: 27px;
line-height: 27px;
text-align: center;
}