﻿body {
}


body.Default .CorkBoard,
body.Default .CorkBoard .Top,
body.Default .CorkBoard .CorkShadow,
body.Default .CorkBoard .CorkShadow .Middle,
body.Default .CorkBoard .Bottom
{
    width:508px;
}

body.Default .CorkBoard .Top
{
    background: transparent url('../Images/new-cork-board-top.png') repeat-y top center;
    height:30px;
}
body.Default .CorkBoard .CorkShadow
{
    background: none;
    padding:0px;
}
body.Default .CorkBoard .CorkShadow .Middle
{
    background: transparent url('../Images/new-cork-board-middle.png') repeat-y top center;
    padding:0px;
}
body.Default .CorkBoard .Bottom
{
    background: transparent url('../Images/new-cork-board-bottom.png') repeat-y top center;
    height:30px;
}

body.Default h1
{
    font-size:20pt;
    font-weight:bold;
    padding: 10px 50px 0px;
    font-style:italic;
}

body.Default .contentText
{
    font-size:9pt;
    padding: 5px 50px 10px;
}

body.Default #signuptext
{    
    width:446px;
    height:115px;
    margin-top:50px;
    padding:0px;
    background: transparent url('../Images/cardboard.png') repeat-y top center;
    position: relative;
}
body.Default #signuptext span#LoginForgotPassword
{
    position: absolute;
    top: 40px;
    right: 90px;
    font-size: 12px;
}
body.Default #signuptext span#LoginForgotPassword a
{
    color: White;
}
body.Default #signuptext span#LoginLabel
{
    top:85px;
    left:30px;
    position:relative;
    color: White;
    font-size:16pt;    
}

body.Default #signuptext .Field,
body.Default #signuptext .Field .ValidateArea,
body.Default #signuptext .Field .Input,
body.Default #signuptext .Field .Notifications
{
    width:283px;
    height:25px;
}
body.Default #signuptext .Field .textbox
{
    border:none;
    width:263px;
    height:20px;
    padding:0 10px 5px 10px;
    font-size:10pt;
    color:#9fdf46;
}
body.Default #signuptext .Field .Notifications .Note
{
    color:#9fdf46;
    background:transparent;
    top:3px;
    left:10px;
    font-size:10pt;    
}

body.Default #signuptext .username-textbox .textbox
{
    background: transparent url('../Images/new-username-textbox.png') top left no-repeat;    
}
body.Default #signuptext .password-textbox .textbox
{
    background: transparent url('../Images/new-password-textbox.png') top left no-repeat;
}


body.Default #signuptext #LoginFields
{
    position:relative;
    left:80px;
    top:25px;
    width:340px;
    height:60px;
}
body.Default #signuptext #LoginFields .BottomControls
{
    padding:0px;
    position:absolute;
}
body.Default #signuptext #LoginFields .BottomControls .SubmitButton
{
    background: transparent url('../Images/Go-button.png') top left no-repeat;
    width:45px;
    height:35px;
    text-align:left;
    margin:0px;
    position:absolute;
    top:-20px;
    left:285px;
}
body.Default #signuptext #LoginFields .BottomControls .SubmitButton a
{
    padding:0 25px;
}




body.Default #Form #Wine
{
    position:absolute;
}
body.Default #Form #Wine img
{
    position:absolute;
    top:-100px;
    left:450px;
}

body.Default #Form .Field
{
    height:27px;
    font-size:9pt;
}

body.Default #Form .textbox,
body.Default #Form .Field .ValidateArea,
body.Default #Form .Field .ValidateArea .Input,
body.Default #Form .Field .ValidateArea .Notifications
{
    width: 238px !important;
    height:26px;
}

body.Default #Form .textbox
{
    background: transparent url('../Images/new-TextField.gif') top left no-repeat;
    border: 0 none;
    height:14px !important; /* to override another important */
}
body.Default #Form .First .textbox
{
    background: transparent url('../Images/new-TextFieldTop.gif') top left no-repeat;
}
body.Default #Form .Last .textbox
{
    background: transparent url('../Images/new-TextFieldBottom.gif') top left no-repeat;
}
body.Default #Form .Field .ValidateArea .Notifications .Note
{
    top:2px;
}


body.Default #Form .Middle .BottomControls
{
    padding: 10px 50px 5px;
    line-height:10px;
}
body.Default #Form .Middle .BottomControls .BottomCaption
{
    float:left;
    text-align:left;
    width:260px;
    font-size:7pt;
    padding:0px;
}
body.Default #Form .Middle .BottomControls .SubmitButton
{
    float:right;
    margin-right:0px;
    background: transparent url('../Images/submit-hook-me-up.png') top left no-repeat;
}
body.Default #Form .Middle .BottomControls .SubmitButton a
{
    padding: 0 65px 10px;
}


body.Default #Form .BottomText
{
    float:left;
    margin-left:30px;
}





body.Default #signuptext #SignUp
{
    position:relative;
    color:#bbff99;
    top:-60px;
    left:365px;
    text-align:left;
    font-size:9pt;
}

body.Default #signuptext #Login
{
    position:relative;
    top:-160px;
    left:340px;
    font-size:18pt;
    font-family:Arial;
}
body.Default #signuptext #Login a
{
    color: White;
}



