

p{
	margin: 10px 0px 10px 0px; /* Add some padding to the top and bottom of the <p> tags */
}

/* Header */



/* Wrap */

#wrap1{
	background: #FFFFFF; /* Set content background to white */
	width: 900px; /* Set the width of our content area */
	margin: 0 auto; /* Center our content in our browser */
	margin-top: 20px; /* Margin top to make some space between the header and the content */
	padding: 10px; /* Padding to make some more space for our text */
	border: 1px solid #DFDFDF; /* Small border for the finishing touch */
	text-align: center; /* Center our content text */
}

#wrap h2{
	font: italic 22px Georgia; /* Set font for our heading 2 that will be displayed in our wrap */
}

#wrap .statusmsg{
	font-size: 12px; /* Set message font size  */
	padding: 3px; /* Some padding to make some more space for our text  */
	background: #EDEDED; /* Add a background color to our status message   */
	border: 1px solid #DFDFDF; /* Add a border arround our status message   */
}

/* Form & Input field styles */ 

form{
	margin-top: 10px; /* Make some more distance away from the description text */ 
}

form .submit_button{
	background: #F9F9F9; /* Set button background */
	border: 1px solid #DFDFDF; /* Small border around our submit button */
	padding: 8px; /* Add some more space around our button text */
}

input{
	margin-top:10px;
	font: normal 16px Georgia; /* Set font for our input fields */
	border: 1px solid #DFDFDF; /* Small border around our input field */
	padding: 6px; /* Add some more space around our text */
}

select{
	
	font: normal 14px Georgia; /* Set font for our input fields */
	border: 1px solid #DFDFDF; /* Small border around our input field */
	padding: 6px; /* Add some more space around our text */
	margin-top:10px;
}


#infowindow{
	border:solid 1px  #A0A8FE ;
	background:#EBECFE;
	padding:10px;
	margin-top:50x;
	float:none;
	height:50px;
	width:880px;
	text-align:left;
}

#infoimg{
	width: 50px;
	float:left;
	
	}
	
#infotext{
	width:800px;
	float:left;
	
	}
