﻿
body
{
	margin: 0;
	padding: 0;

}

#main
{
	background-color: White;
}

.big_bold
{
	color: Black;
	font-size: 1.5em;
}

.asterisk
{
	color:#e2373e;
}

.errorMessage
{
	color: Red;	
}

#divPopupButton
{
  position: absolute;   
  width: 180px; 
  height: 200px;
}
