﻿.inputForm
{
    padding:8px 0;
}
.passwordForm
{
    position:absolute;
    top:50px;
    left:400px;
    width:220px;
    height:350px;
    background-image:url(/img/ui/RegistrationGradient.jpg);
    background-repeat:repeat-x;
    background-position:0 0;
}
.passwordInputField
{
    padding:8px 0;
}

.inputForm .header, .passwordForm .header
{
    font-size:20px;
    font-weight:bold;
}
.inputForm .header_smaller, .passwordForm .header_smaller
{
    font-size:16px;
    font-weight:bold;
}

.ui-datepicker-trigger
{
    margin-left:5px;
}

.required, .padded
{
    display:inline-block;
    text-align:right;
    color:#349199 !important;
    width:25px;
}
.requiredWarning
{
    color:#349199;
}
.errorSummary
{
    display:block;
    margin-left:30px;
    color:#349199 !important;
}
.checkArea
{
    color:#616161;
    font-size:14px;
}
a.terms
{
    color:#f97f00;
    font-size:14px;
}

.label
{
    display:inline-block;
    font-weight:bold;
    font-size:16px;
}
.labelSub
{
    display:inline-block;
    font-size:12px;
    color:#919191;
}
span.half
{
    width:145px;
}
input.half
{
    width:140px;
}
select.half
{
    width:145px;
}
.full
{
    width:315px;
}
.pass
{
    width:150px;
}


.avatar
{
    margin-left:30px;
    width:115px;
    height:170px;
    background-image:url(/img/ui/RegistrationGradientSmall.jpg);
    background-repeat:repeat-x;
    background-position:0 0;
    text-align:center;
}
.avatar img
{
    width:71px;
    height:71px;
    margin-top:5px;
}
.newMedia
{
    margin-left:30px;
    width:320px;
    height:100px;
    background-image:url(/img/ui/UploadMediaGradient.jpg);
    background-repeat:repeat-x;
    background-position:0 0;
    text-align:center;
}
.btnNext
{
    display:inline-block;
    width:73px;
    height:35px;
    margin:0 auto;
    background-image:url(/img/ui/btnNext.png);
    background-repeat:no-repeat;
    background-position:0 0;
}
.btnNext:hover
{
    background-position:0 -35px;
}
.btnSkip
{
    display:inline-block;
    width:73px;
    height:35px;
    margin:0 auto;
    background-image:url(/img/ui/btnSkip.png);
    background-repeat:no-repeat;
    background-position:0 0;
}
.btnSkip:hover
{
    background-position:0 -35px;
}
.btnSave
{
    display:inline-block;
    width:73px;
    height:35px;
    margin:0 auto;
    background-image:url(/img/ui/btnSave.png);
    background-repeat:no-repeat;
    background-position:0 0;
}
.btnSave:hover
{
    background-position:0 -35px;
}

.btnJoin
{
    display:inline-block;
    width:73px;
    height:35px;
    margin:0 auto;
    background-image:url(/img/ui/btnJoin.png);
    background-repeat:no-repeat;
    background-position:0 0;
}
.btnJoin:hover
{
    background-position:0 -35px;
}


.btnLogin
{
    display:inline-block;
    width:102px;
    height:50px;
    margin:0 auto;
    background-image:url(/img/ui/Login.png);
    background-repeat:no-repeat;
    background-position:0 0;
}
.btnLogin:hover
{
    background-position:0 -70px;
}

.btnUpload
{
    display:inline-block;
    width:73px;
    height:35px;
    margin:0 auto;
    background-image:url(/img/ui/btnSave.png); /* mcm changed to save btn */ 
    background-repeat:no-repeat;
    background-position:0 0;
}
.btnUpload:hover
{
    background-position:0 -35px;
}
.btnBrowse
{
    display:inline-block;
    width:142px;
    height:25px;
    margin:0 auto;
    background-image:url(/img/ui/btnBrowse.png);
    background-repeat:no-repeat;
    background-position:0 0;
}
.btnBrowse:hover
{
    background-position:0 -25px;
}
.btnMoreContent
{
    display:inline-block;
    width:247px;
    height:60px;
    margin:0 auto;
    background-image:url(/img/ui/btnMoreContent.png);
    background-repeat:no-repeat;
    background-position:0 0;
}
.btnMoreContent:hover
{
    background-position:0 -60px;
}
.btnDoneContent
{
    display:inline-block;
    width:344px;
    height:60px;
    margin:0 auto;
    background-image:url(/img/ui/btnDoneContent.png);
    background-repeat:no-repeat;
    background-position:0 0;
}
.btnDoneContent:hover
{
    background-position:0 -60px;
}

.btnCancel
{
    display:inline-block;
    width:106px;
    height:35px;
    margin:0 auto;
    background-image:url(/img/ui/btnCancel.png);
    background-repeat:no-repeat;
    background-position:0 0;
}
.btnCancel:hover
{
    background-position:0 -35px;
} 
