
.contentText {
    padding: 5%;
}

.black_overlay {
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha( opacity = 80 );
}

.loginbox {
    display: none;
    position: absolute;
    top: 30%;
    text-align: left;
    width: 400px;
    background-color: #f0f0f0;
    z-index: 1002;
    overflow: auto;
    border-top: 4px solid #814581;
    border-bottom: 4px solid #814581;
}

.loginElements {
    margin-top: 15px;
    margin-left: 30px;
}

.loginLink {
    text-decoration: none;
    background-color: #814581;
    padding: 5px;
    color: #ebe4f6;
    font-family: arial;
    font-size: 16px;
    font-weight: bold;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
    position: relative;
    top: 3px;
    left: 3px;
    -webkit-border-radius: 5px;
    -webkit-border--radius: 5px;
    -moz-border-radius: 5px;
    -moz-border-radius: 5px;
}

.loginLink:hover {
    text-decoration: none;
    background: #6B006B;
}

.loginHeader {
    display: block;
    text-align: center;
    font-family: arial;
    font-size: 16px;
    letter-spacing: 1.2pt;
    color: #814581;
    background-color: #ebe4f6;
    padding: 5px;
}

.loginTitle {
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
    color: #814581;
    padding: 8px;
    padding-bottom: 15px;
}

.loginField input {
	width: 200px;
	border: 1px solid gray;
}

.loginLinks a {
    text-decoration: none;
    color: #814581;
    font-family: arial;
    font-size: 14px;
}

.loginLinks a:hover {
    color: white;
    padding: 3px;
    background: rgb( 187, 133, 186 );
}

.loginLinks {
    margin-top: 20px;
    text-align: center;
    border-top: 1px solid #ccc;
    padding: 5px;
}


