/* 
    Document   : devQuick
    Created on : Sep 11, 2009, 12:10:18 PM
    Author     : mscotto <mscotto@supportland.com>
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.devLeft{
	float:left;
	width:auto;
}

.devRight{
	float:right;
	width:auto;
}
