.shadow {
-moz-box-shadow: 0px 0px 15px #000; 
-webkit-box-shadow: 0px 0px 15px #000;
box-shadow: 0px 0px 15px #000;
behavior: url(PIE.htc); 
}
.shadow2 {
-moz-box-shadow: 0px 0px 4px #666; 
-webkit-box-shadow: 0px 0px 4px #666;
box-shadow: 0px 0px 4px #666;
behavior: url(PIE.htc); 
}
.rounded {
-moz-border-radius: 4px; 
-webkit-border-radius: 4px; 
border-radius: 4px; 
behavior: url(PIE.htc); 
}
.roundedbottom {
-moz-border-radius-bottomleft: 8px; 
-moz-border-radius-bottomright: 8px; 
border-radius: 0 0 4px 4px; 
behavior: url(PIE.htc); 
}
.roundedtop {
-moz-border-radius-topleft: 8px; 
-moz-border-radius-topright: 8px; 
border-radius: 4px 4px 0 0; 
behavior: url(PIE.htc); 
}
.roundedright {
-moz-border-radius-bottomright: 6px;
-moz-border-radius-topright:6px;   
border-radius: 0 4px 4px 0; 
behavior: url(PIE.htc); 
}
.roundedleft {
-moz-border-radius-bottomleft: 6px;
-moz-border-radius-topleft:6px;  
border-radius: 4px 0 0 4px;
behavior: url(PIE.htc); 
}
.spacer {
border-bottom:1px solid #CCC;
width:95%;
margin:10px auto 20px auto;
}
.spacer2 {
border-bottom:1px dotted #CCC;
margin:10px auto 20px auto;
}
.noborder {
border-right:none;
}
.spacer {
border-bottom:1px solid #CCC;
width:95%;
margin:10px auto 20px auto;
}
.spacer2 {
border-bottom:1px dotted #CCC;
margin:10px auto 20px auto;
}
.noborder {
border-right:none;
}
.bold {
font-weight: bold;
}

