/* Basic Form Styling 02-29-2012 */

form {
	padding: 0;
	margin:0;
}

fieldset {
	padding: 0 20px;
}

legend {
	color: #394e5f;
	margin-bottom: 20px;
}

label {
	font-weight: bold;
	color: #394e5f;
}

.hidden { display: none; }
.unhidden { display: block; }


/* begin global feedback form */

form#thisform {   
  border: 1px solid #666699;   
  padding: 5px;
  width: 600px;
}  

form#thisform fieldset {   
  margin: 4px 110px;  
  padding: 4px 20px 20px;
}

form#thisform legend {   
  margin: 0 0 20px; 
  margin-top: 0;
	font-size: x-small;
}

form#thisform .texta {   
  font-size: 12px;   
  background-color: #CCCCCC;   
  border: 1px solid #666666;   
} 

form#thisform code {
	font-size: large;
	color: #333;
	font-weight:bold;     
}

/* end global feedback form */


/* button styles for back to previous page and close window */

a.closeme,
a.goback {
display: block;
background-color: transparent;
background-image: url(/dnrexternalbranding/v01/images/buttonBackground.gif);
background-repeat: no-repeat;
width: 132px;
height: 28px;
padding: 2px 0 0;
font-family: Arial, Helvetica, sans-serif;
font-size: 100%;
font-weight: bold;
text-decoration: none;
}

a.closeme {
margin: 5px auto;
text-align: center;
}

a.goback {
margin: 5px;
text-align: center;
}

a.closeme:link,
a.closeme:visited,
a.goback:link,
a.goback:visited {
color: #000;
}

a.closeme:hover,
a.closeme:active,
a.goback:hover,
a.goback:active {
background-position: 0 -36px;
color: #000;
}


