﻿body 
{
	background-color:#00A652;
	width:100%;
	background-image:url('../Images/hispanicBackground.jpg');
	font-family:"Arial Greek", Arial, serif;
	margin: 0;
    padding: 0;
    font-size:16px;
}
#header{
	background:White;
	height:55px !important;
	width:100% !important;
	position:relative;
	margin:0 auto;
	border-bottom:solid 6px #FCE15C;
}
#contentBody{
	height:510px;
	width:860px;
	width:100%;
	position:relative;
	margin:0;
	padding:0;
}
table.myTable
{
	background:White;
    width:790px;
    position:relative; 
    left:0;
    font-size:16px;
}
#registrationForm
{
	background:White;
    width:650px;
    height:450px;
    top:20px;
    position:relative; 
    margin:0 auto;
   
}
#contentBodyInfo
{
    width:740px;
    font-family:"Arial Greek", Arial, serif;
    font-size:1.2em;
    margin: 0 auto;
    padding-left: 40px;
    padding-top:16px;
    padding-bottom:16px;
}
Login.myLogin
{
	position:absolute;
	left:230px;
	width:400px;
}
RequiredFieldValidator.errorText
{
	font-size:12px;
	color:Red;
}
.RegisterButton
{
	font-size:16px;
	font-family:"Arial Greek", Arial, serif;
	margin-left:12px;
}
.LoginButtonStyles
{
	position:relative;
	background:white; 
	top:5px; 
	left:185px; 
	background-image:url('../Images/HispanicLoginButton.png');
}
#LoginContent
{
	top:2em;
	background:White;
	height:480px;
	width:860px;
	position:relative;
	margin:0 auto;
	border:solid 6px #FCE15C;
}
#RegistrationContent
{
	top:2em;
    background:White;
    height:600px;
    width:860px;
    position:relative;
    margin:0 auto;
    border:solid 6px #FCE15C;
}