div.registree-plugin
{
    float: left;
    width: 100%;
    height: 90px;  
    background-color: #05683a;
}

div.registree-plugin div.registree-plugin-inner
{
    float: left;
    width: 100%;
    height: 100%;
}

div.registree-plugin div.registree-plugin-inner h2
{
    float: left;
    color: #fff;
    margin: 0px 0px 0px 0px;
    padding: 5px 0px 5px 15px;    
    width: auto;
}

div.registree-plugin div.registree-plugin-inner div.subtitle
{
    float: left;
    color: #000;  
    padding: 5px 0px 5px 15px;   
}

div.registree-plugin div.registree-plugin-inner div input
{
    float: left;
    width: 130px;
    height: 30px;
    margin-left: 5px;     
    margin-top: 5px;
}

div.registree-plugin div.registree-plugin-inner div input.email
{
    float: left;  
}

div.registree-plugin div.registree-plugin-inner div div.submit,
div.registree-plugin div.registree-plugin-inner div div.reset
{
    float: right;
    width: 200px;
    margin-right: 6px;
    margin-top: 10px;
    height: 20px;
    background-color: #05683a;
    cursor: pointer;
    padding: 3px 3px 6px 3px;
    color: #fff;
    text-align: center;
}

div.registree-plugin div.registree-plugin-inner div div.submit:hover,
div.registree-plugin div.registree-plugin-inner div div.reset:hover
{
    background-color: #36b449;
    color: #000;
}

div.registree-plugin div.registree-plugin-inner div div.type
{
    float: left;
    width: 100%;
    margin-left: 5px; 
    margin-top: 5px;    
}

div.registree-plugin div.registree-plugin-inner div div.type>div
{
    float: left;
    padding-left: 30px;
    margin-left: 10px;
    margin-right: 5px;
    width: auto;    
    background-image: url('../../images/radio.png');
    background-position: left center;
    background-repeat: no-repeat;
    cursor: pointer;
    color: #000;
}

div.registree-plugin div.registree-plugin-inner div div.type>div.selected
{
    background-image: url('../../images/radio-selected.png');
    background-position: left center;
    background-repeat: no-repeat;
}