/* Define style for basic property search */

div.email-subscribe	{
				margin: 5px 0px 0px 5px;
				padding: 0px;
				border-top: 1px solid #CCC;
				border-right: 1px solid #CCC;
				border-bottom: 1px solid #CCC;
				border-left: 1px solid #CCC;
				width: 220px;
				background-color: #ffffff;
				position: absolute;
				left: 0px;
				top: 600px;
				}
			
div.email-subscribe h1	{ 
				width: 220px; 
				height: 20px; 
				border: 0px; 
				margin: 0px;
				background-color: #29abb7; 
				background-image: url(../images/background-torquoise.gif);
				font-size: 11px; 
				font-family: verdana, arial, helvetica, sans-serif; 
 				color: #ffffff;
				font-weight: bold;
				text-indent: 10px;
				line-height: 20px;
				}

div.email-subscribe table	{
				border: 0px solid #CCC;
				margin: 5px 5px 5px 5px;
				padding: 0px;
				width: 210px;
				background-color: #FFFFFF; 
				font-size: 11px; 
				font-family: verdana, arial, helvetica, sans-serif; 
				color: #1c478b;
				background: url(../images/basic-property-search-background2.jpg) bottom no-repeat;
				}

div.email-subscribe td	{
				border: 0px solid #ccc;
				padding: 3px;
				}
				
div.email-subscribe input	{
				border: 1px solid #CCC;
				font-size: 11px; 
				font-family: verdana, arial, helvetica, sans-serif; 
				color: #000000;
				width: 120px;
				}				

				

div.email-subscribe .email-subscribe-submit 	{
						margin: 7px;
						width: 100px;
						height: 20px;
						border: 1px solid #ccc;		
						background-color: #0033b6; 
						background: url(../images/background-blue.gif) bottom repeat-x;
		 				color: #ffffff;
						font-size: 11px; 
						font-weight: bold;
						font-family: verdana, arial, helvetica, sans-serif;
						text-align: center;
						}				
