/* 
    Document   : select.css
    Created on : Jul 7, 2010, 10:12:52 AM
    Author     : highgloss
    Description:
        Purpose of the stylesheet follows.
*/

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


.selectclip
{
    z-index:1000;
    border:0;
    padding:0;
    margin:0;
    position: relative;
    top: 100px;
    left: 115px;
}
