﻿/* New Website MODAL
#simplemodal-overlay {
  background-color:#000;
}

#simplemodal-container {
  background-color:#d7d9b6;
  padding : 6px 6px 6px 6px;
  width : 406px;
  height : 286px;
}

#simplemodal-container div#modal
{
    border : 1px solid #b8b8b8;
    padding : 10px 10px 10px 10px;
    width : 384px;
    height : 264px;
	 color : #000;
	 background : #ffffff url(../../_images/misc/bg_home-modal.png) no-repeat bottom right;
}

div#modal h1
{
    font-size : 22pt;
	 font-weight : 500;
	 line-height : 30px;
	 padding : 10px 0px 0px 15px;
}

div#modal h2
{
    font-size : 14pt;
	 font-weight : 500;
	 font-style : italic;
	 padding : 10px 0px 10px 15px;
}

div#modal p
{
	padding : 5px 10px 10px 15px;
	line-height : 20px;
}

div#modal p span.blue
{
	color : #003399;
}

div#modal p span.red
{
	color : #ff0000;
}

div#modal a
{
	float : right;
}

div#modal span.thankyou
{
	float : right;
	margin-right : 110px;
	margin-top : 20px;
	line-height : 18px;
}
*/
