/*
-----------------------------------------------
support.sas.com template second level fieldset screen style
author:   rebecca hemstad
version:  02 July 2007
updated by R.Harper, July 2007
----------------------------------------------- */



/* FIELDSET STYLES NOT USED WITH FORMS FOR ZOOMY BOX EFFECTS *******
----------------------------------------------- */

fieldset {
  border: 1px solid #ccc;
  padding: 10px 10px 10px 10px;       
  margin: 5px 0px 5px 0px;
}


fieldset legend {
	font-weight: bold;
	
}


.extra1 {
	font-weight: bold;
	margin: 0px;
        padding: 1px 3px 1px 3px; 
        color: #000000;
        margin-bottom: 4px;
        border: 1px solid #c1d5e0;
}




.extra2 {
	font-weight: bold;
	margin: 0px;
        padding: 1px 3px 1px 3px; 
        background: url(/images/fieldbg2.gif) top left repeat-x; 
        border: 1px solid #c1d5e0;
        color: #000000;
        margin-bottom: 4px;
}


.extra3 {
	font-weight: bold;
	margin: 0px;
        padding: 1px 3px 1px 3px; 
        background: url(/images/fieldset1.gif) top left repeat-x; 
        border: 1px solid #c1d5e0;
        color: #000000;
        margin-bottom: 4px;
        
       }



fieldset a:link {font-weight: bold;}
fieldset a:visited {font-weight: bold;}
fieldset a:active {font-weight: bold;}
fieldset a:hover {font-weight: bold;}



fieldset img{
	float: left;
	margin-right: 5px;
}


