#event
{
    background-repeat: no-repeat;
    background-attachment: inherit;
    background-position: right top;
}

#event .padded
{
    margin-left: 2em;
}

#event .padded ul
{
    margin-left: 2em;
}

#event #form
{
    display: none;
}

#view {
    margin-top:5px;
}

#form .section
{
    margin-bottom: 1em;
}

#form .section .header
{
    position: relative;
    top: 5px;
    left: 15px;
    
    color: gray;
    font-family: Arial;
    font-weight: 400;
    font-size: 20px;
    z-index: 12;
}

#form .section .content
{
    position: relative;
    height: auto;
    width: 450px;
    
    background-color: transparent;
    z-index: 10;
    
    border-left: 1px solid #E7E7E7;
    border-top: 1px solid #E7E7E7;
    border-right: 2px solid #ADADAD;
    border-bottom: 1px solid #ADADAD;
}

#form .section .content .wrapper
{
    padding: 15px 15px 15px 20px;
}

#form .section .content .background
{
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    opacity: 0.3;
    
    position: absolute;
    top: 0px;
    height: 100%;
    width: 100%;
    
    background-color: #D6D6D6;
    z-index: 8;
}

.wrapper input, .wrapper select
{
    position: relative;
    z-index: 20;
    
    font-size: 14px;
}

.payment_message
{
    width: 100%;
    text-align: center;
}

.payment_message .success
{
    position: relative;
    left: -10px;
    margin: 30px 0 30px 0;
    
    font-size: 25px;
    color: green;
    font-weight: bold;
}

.payment_message .check
{
    position: relative;
    left: -10px;
    margin: 30px 0 30px 0;
    
    font-size: 20px;
    color: green;
}

.payment_message .check .note
{
    font-size: 12px;
    color: black;
}

.payment_message .failure
{
    position: relative;
    left: -10px;
    margin: 30px 0 20px 0;
    
    font-size: 25px;
    color: red;
    font-weight: bold;
}

#eventBtn {
    list-style: none;
    height:29px;
    padding:0px;
    margin:10px 0px;
    border:0px green solid;
}

#eventBtn li {
    float:left;
    margin-left:90px;
}

li#eventBtn_map a{
    display:block;
    width:256px;
    height:29px;
    background: url(http://dev.microgiving.com/carlos/trunk/www/assets/images/event-map-button.jpg) no-repeat;
    overflow:hidden;
}

li#eventBtn_buy #paybutton{
    display:block;
    width:256px;
    height:29px;
    background: url(http://dev.microgiving.com/carlos/trunk/www/assets/images/event-buy-button.jpg) no-repeat;
    overflow:hidden;
}

li#eventBtn_map a:hover, li#eventBtn_buy #paybutton:hover{
 background-position: 0px -29px;
}

.fishtime {
    text-align:right;
    padding-right:10px;
}
