﻿#el01 {padding:0} /* Remove padding */

#el02 { /* Text and background colour, blue on light gray */
    width: 700px; 
    border:1px; 
    padding:4px; 
    border-color:White;
}

#el03 {background:url(/i/icon-info.gif) no-repeat 100% 50%} /* Background image */

#el04 {border-width:6px} /* Border width */

#el05 {border:2px dotted #00f} /* Border width, style and colour */

#el06 {border:none} /* No border */

#el07 {font-family:"Courier New",Courier} /* Different font */

#el08 {font-size:2em} /* Bigger text */

#el09 {font-size:0.5em} /* Smaller text */

#el10 {font-weight:bold} /* Bold text */

#el11 {padding:2em} /* Increase padding */

#el12 {text-align:right} /* Change text alignment */

fieldset p {margin:0} /* Remove margins from p elements inside fieldsets */