/* Global Styles */

*{
	padding: 0; /* Reset all padding to 0 */ 
	margin: 0; /* Reset all margin to 0 */
}

body{
	background: #F9F9F9; /* Set HTML background color */
	font: 14px "Lucida Grande";  /* Set global font size & family */
	color: #464646; /* Set global text color */
}

p{
	margin: 10px 0px 10px 0px; /* Add some padding to the top and bottom of the <p> tags */
}

/* Header */

#header{
	height: 85px; /* Set header height */
	background: #464646; /* Set header background color */
}

#header h2{
	color: #FFFFF3; /* Set header heading(top left title ) color */
	padding: 10px; /* Set padding, to center it within the header */
	font-weight: normal; /* Set font weight to normal, default it was set to bold */
	font-size: 40px;
}

/* Wrap */

#wrap{
	background: #FFFFFF; /* Set content background to white */
	width: 650px; /* Set the width of our content area */
	margin: 0 0px; /* Center our content in our browser */
	margin-top: 40px; /* 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: left; /* Center our content text */
	
}

#wrap h2{
	font: italic 22px Georgia; /* Set font for our heading 2 that will be displayed in our wrap */
}
#wrap h3{
	font: italic 14px Georgia; /* Set font for our heading 2 that will be displayed in our wrap */
}

#wrap .statusmsg{
	font-size: 14px; /* 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: 2px dashed #FF1023; /* Add a border arround our status message   */
}
#wrap_left{
	background: #FFFFFF; /* Set content background to white */
	width: 200px; /* Set the width of our content area */
	margin: 0px 20px -175px 50px; /* Center our content in our browser */
	margin-top: 100px; /* 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 #FF80C0; /* Small border for the finishing touch */
	text-align: left; /* Center our content text */
	
}
#wrap_left h2{
	font: italic 22px Georgia; /* Set font for our heading 2 that will be displayed in our wrap */
}
#wrap_left2{
	background: #FFFFFF; /* Set content background to white */
	width: 200px; /* Set the width of our content area */
	margin: 0px 20px 350px 50px; /* Center our content in our browser */
	margin-top: -200px; /* 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 #00FFFF; /* Small border for the finishing touch */
	text-align: left; /* Center our content text */
	
}
#wrap_left2 h2{
	font: italic 22px Georgia; /* Set font for our heading 2 that will be displayed in our wrap */
}
#wrap_left3{
	background: #FFFFFF; /* Set content background to white */
	width: 200px; /* Set the width of our content area */
	margin: 0px 20px 250px 50px; /* Center our content in our browser */
	margin-top: -200px; /* 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 #FFFF33; /* Small border for the finishing touch */
	text-align: left; /* Center our content text */
	
}
#wrap_left3 h2{
	font: italic 22px Georgia; /* Set font for our heading 2 that will be displayed in our wrap */
}
/* 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: 6px; /* Add some more space around our button text */
}

input{
	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 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 */
	margin-left: 5px;
	margin-top: 20px;
}
#desc{
	padding-left: 3px;
	text-align: left; /* Center our content text */
}
#txt {
	padding: 10px;
	font:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}


