/* 
Document   : giveawayStyle
Created on : Jun 19, 2009, 2:33:24 PM
Author     : rhpubdlh
Description:
Purpose of the stylesheet follows.
*/

/* 
TODO customize this sample style
Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

form.forms table  {
    margin-top:5px;
    margin-bottom:5px;
    width:100%;

}
form.forms table tr td input#movie_ticket {
    display:block;
    width:338px;
    margin-bottom:5px;
}
