﻿body 
{
    background-color:#25AAE3;
	width:100%;
	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 3px #343132;
}
#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/AmericanPulseLoginButton.png');
}
#LoginContent
{
    top:2em;
	background:White;
	height:480px;
	width:860px;
	position:relative;
	margin:0 auto;
	border:solid 3px #343132;
}
#RegistrationContent
{
    top:2em;
	background:White;
	height:600px;
	width:860px;
	position:relative;
	margin:0 auto;
	border:solid 3px #343132;
}