﻿.h1
{
    font-weight: bold;
    font-size: xx-large;
}

.h2
{
    font-weight: bold;
    font-size: x-large;
}

#titleText
{
    padding-bottom: 20px;
    border: solid 0px red;
    text-align: left;
}

.accountLogin
{

}

#buttonsAccountLogin
{
    width: 200px;
    height: 50px;
}

#login
{
    margin-left: 150px;
}

.newUser, .changePassword, .logOut
{
    float: left;
    width: 32px;
}

.accountRequest
{

}

#buttonsAccountRequest
{
    width: 200px;
    height: 50px;
}

#accountRequestSubmit
{
    float: right;
}

#accountRequestCancel
{
    float: left;
}

.popuppnlForgot
{
    background-position: center;
	background-color: white;
	background-position: bottom;
	background-repeat: repeat-x;
	background-image: url(../Images/bgpop100.jpg);/*Set the background image based on the height of the panel.*/
	border: solid 1px Gray;
	border-bottom: solid 1px black;
	padding: 0px;
	margin: 0px;
	overflow: auto;
}

.popuppnlChangePassword
{
    background-position: center;
	background-color: white;
	background-position: bottom;
	background-repeat: repeat-x;
	background-image: url(../Images/bgpop200.jpg);/*Set the background image based on the height of the panel.*/
	/*width & height are specified in size-specific style sheets*/
	border: solid 1px Gray;
	border-bottom: solid 1px black;
	padding: 0px;
	margin: 0px;
	overflow: auto;
	width: 400px;
}

#forgotBoxes
{
    border: solid 0px purple;
    height: 50px;
    width: 360px;
}

#forgotCol1
{
    float: left;
    border: solid 0px red;
    margin: 0px;
}
#forgotCol2
{
    float: left;
    border: solid 0px blue;
    margin: 0px;
}