/* 
    Document   : custom_form
    Created on : Feb 25, 2009, 7:02:25 PM
    Author     : jonathan
    Description:
        The purpose of this file is for custom styles with in the forms of the
        Olympus Limousine web site and landing pages.
*/

/* 
   TODO -
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}
span.comment {
	display: block;
	color: red;
    font-size: small;
}