﻿#guidance
{
    float: left;
    margin-right: 30px;
}

#guidance em
{
    background-color: yellow;
    font-style: normal;
    font-weight: bold;
}

#guidance em a
{
    color: black;
    text-decoration: none;
}

#register
{
}

#register a,
#faq a
{
	display: inline-block;
    overflow: hidden;
}

#register img,
#faq img
{
	border-style: none;
    margin-top: 0;
    transition-duration: 0.5s;
}

#register img:hover,
#faq img:hover
{
    transform: scale(1.05);
    transition-duration: 0.5s;
}

@media (min-width: 768px) 
{
    #useraccount
    {
        width: 410px;
    }
}
#useraccount
{
	padding: 0px;
	margin: 0px;
	border-style: none;
	max-width: 410px;
	display: inline-block;
}

#useraccount .top
{
    background-position: center bottom;
    background-image: url('../images/login-top.png');
    background-repeat: no-repeat;
    background-size: contain;
    height: 70px;
}

#useraccount .center
{
    background-image: url('../images/login-middle.png');
    background-position: center;
    background-repeat: repeat-y;
    background-size: contain;
    padding: 0 50px;
    overflow: hidden;
}

#useraccount input[type="text"], #useraccount input[type="password"]
{
    width: 98%;
}

#useraccount .label
{
    color: white;
    font-weight: bold;
    margin-top: 1em;
}

#useraccount .field
{
    margin-top: 0.3em;
}

#useraccount .forgetting
{
    margin: 1em 0em;
}

#useraccount .field-validation-error
{
    display: inline-block;
    margin-top: 0.5em;
}

#useraccount .validation-summary-errors
{
    display: inline-block;
    margin-top: 0.5em;
    margin-bottom: 0;
}

#useraccount .validation-summary-errors ul
{
    margin: 0;
}

#useraccount .bottom
{
    background-position: center top;
    background-image: url('../images/login-bottom.png');
    background-repeat: no-repeat;
    background-size: contain;
    height: 30px;
}

.soldout
{
    background-image: url('../images/soldout.png');
    background-repeat: no-repeat;
    background-position: center top;
    width: 460px;
    height: 500px;
    position: absolute;
    z-index: 1;
    margin-top: 3em;
}

#poster
{
    margin-top: 1em;
    text-align:center;
}
