*
{
	margin: 0px;
	padding: 0px;
}
html
{
	/* overflow: hidden; */
	height: 100%;
}
body
{
	font-family: arial;
	font-size: 1em;
}
.heading
{
	background-image:url('envelope2.gif');
	background-repeat:no-repeat;
	background-position: top right;
	padding-right: 200px;
}
.settings
{
	background-color: #DDDDDD;
	float: left;
	width: 65%;
}
.container
{
	margin: 10px auto;
	width: 95%;
}
.message_box
{
	font-weight: bold;
	border: 1px solid black;
	float: left;
	width: 30%;
	padding: 5px;
}
.message_area
{
	width: 65%;
	float: left;
}
.google_ad
{
	float: left;
	width: 30%; 
	/*border: 1px solid black;*/
}
.google_mobile_ad
{
	display: none;
	/* border: 1px solid black;*/
}
.endbox
{
	clear: both;
}
input[type=button]
{
	padding: 5px;
}
input[type=text], input[type=password], input[type=email], textarea
{
	width: 500px;
}
/* for mobile devices */
@media handheld, only screen and (max-width: 480px), only screen and (max-device-width: 480px)
{
	input[type=text], input[type=password], input[type=email], textarea
	{
		width: 100%;
		font-size: 16px; /* To stop zooming in on form in iPhone */
	}
	input[type=number]
	{
		font-size: 16px; /* To stop zooming in on form in iPhone */
	}
	.heading
	{
		background-image:url('envelope2.gif');
		background-repeat:no-repeat;
		background-position: right;
		padding-right: 0;
	}	
	input[type=button]
	{
		white-space: normal; /* Fix android from making button text too long; makes it word wrap */
	}
	.settings, .message_area
	{
		width: 100%;
	}
	.google_ad, .message_box
	{
		display: none;
	}
	.google_mobile_ad
	{
		display: block;
	}
} 
.help_icon
{
	padding: 0px 5px 0px 5px;
	margin: 0px 0px 0px 10px;
	border: 1px solid blue;
	/* font-weight: bold; */
	color: blue;
	text-decoration: none;
	-moz-border-radius: .5em; /* firefox */
    -webkit-border-radius: .5em; /* safari and chrome */
    -khtml-border-radius: .5em; /* linux browsers */
    border-radius: .5em; /* CSS3 browsers */	
    cursor: pointer;
}
.item_menu
{
	border: 1px solid black;
	background-color: #5555FF;
	position: absolute;
	z-index: 2003;
	width: auto;
	* width: 250px;  /* Can only be seen by ie */
	max-width: 500px;
	min-width: 200px;
}
.item_menu_title
{
	color: #000000;
	font-weight: bold;
	text-align: center;
	height: auto;
	min-height: 2em;
	padding-top: 5px;
	width: 70%;
}
.item_menu_message
{
	background-color: #FFFFFF;
	padding: 5px;
}
.item_menu .close
{
	position: absolute; 
	top: 3px;
	left: 70%;
	color: #000000;
	height: 1.5em;
	padding-right: 5px;
	background-color: #BBBBFF;
	border: 2px outset #BBBBFF;
	color: #000000;
	cursor: default;
	text-decoration: none;
	padding: 2px;
	-moz-border-radius: 5px; /* firefox */
    -webkit-border-radius: 5px; /* safari and chrome */
    -khtml-border-radius: 5px; /* linux browsers */
    border-radius: 5px; /* CSS3 browsers */
}
.item_menu .btn
{
	color: #000000;
	height: 1.5em;
	padding-right: 5px;
	background-color: #BBBBFF;
	border: 2px outset #BBBBFF;
	color: #000000;
	cursor: default;
	text-decoration: none;
	padding: 2px;
	-moz-border-radius: 5px; /* firefox */
    -webkit-border-radius: 5px; /* safari and chrome */
    -khtml-border-radius: 5px; /* linux browsers */
    border-radius: 5px; /* CSS3 browsers */
}
.item_menu_close a:hover,
.item_menu .close_highlight,
.item_menu .btn_highlight
{
	/* Note: In IE a:hover CSS does not work unless you put href='' in the a tag 
		but then remember to put return false at the end of the onclick statement */
	border: 2px inset #BBBBFF;
	background-color: #BBBBBB;
	-moz-border-radius: 5px; /* firefox */
    -webkit-border-radius: 5px; /* safari and chrome */
    -khtml-border-radius: 5px; /* linux browsers */
    border-radius: 5px; /* CSS3 browsers */
}
.footer
{
	/*clear: both;*/
	background-color: #A1B1C1;
	text-align: center;
	/* margin-top: 2em; */
	padding-bottom: .5em;
}
.footer span
{
	padding-right: 10px;
}
