body, h1, h2, h3, h4, h5, h6, p, ul, li, form, input, textarea {
	margin: 0;
	padding: 0;
}

body {
	padding-top: 52px;
	padding-bottom: 52px;
}

ul {
	list-style: none;
}

img {
	border: none;
}

.clear_both {
	clear: both;
}

.clear_left {
	clear: left;
}

.clear_right {
	clear: right;
}


body {
	background: #3b3a35 url(../img/bg.jpg) no-repeat top center;
}

#content {
	width: 834px;
	margin-left: auto;
	margin-right: auto;
	background: #032041;
	border: 7px solid #a9b8d6;
}

#header {
	position: relative;
	height: 232px;
}

	#header h1 {
		width: 834px;
		height: 158px;
		background: url(../img/ban.jpg) no-repeat;
	}
	
		#header h1 span {
			display: none;
		}
		
	#header p {
		background: url(../img/ban_salonauto.gif) no-repeat;
		width: 878px;
		height: 59px;
		text-align: center;
		position: absolute;
		top: 158px;
		left: -22px;
		padding-top: 15px;
	}

#corps {
	padding: 30px;
	color: #FFFFFF;
	font-size: 12px;
	font-family: Verdana;
	position: relative;
}

	#corps h2 {
		font-family: Georgia;
		font-size: 26px;
		font-style: italic;
		font-weight: normal;
		padding-top: 20px;
		padding-left: 15px;
		margin-bottom: 50px;
	}
	
		#corps h2 span {
			display: block;
			border: 7px solid #FFFFFF;
			padding: 10px;
			text-align: center;
			margin-top: 55px;
			margin-left: 30px;
			width: 300px;
			line-height: 40px;
		}

	#corps #coyote {
		background: url(../img/coyote.jpg) no-repeat top center;
		width: 306px;
		padding-top: 200px;
		padding-left: 10px;
		font-size: 10px;
		position: absolute;
		top: 40px;
		left: 460px;
	}

		#corps #coyote h3 {
			color: #0078ff;
			font-weight: normal;
			margin-bottom: 5px;
			font-size: 10px;
		}
		
		#corps #coyote p {
			margin-bottom: 2px;
			font-style: normal;
			font-size: 10px;
		}
		
			#corps #coyote p a {
				text-decoration: underline;
				color: #ffffff;
				font-family: Verdana;
				font-size: 10px;
				font-style: normal;
				padding: 0;
				text-decoration: underline;
				width: auto;
				display: inline;
				text-align: left;
				background: none;
			}
			
			#corps #coyote p a:hover {
				text-decoration: none;
				color: #0078ff;
				background: none;
			}

	#corps p {
		margin-bottom: 10px;
		font-size: 12px;
		font-style: italic;
	}
	
		#corps p a {
			background: #0078ff;
			color: #ffffff;
			font-family: Georgia;
			font-size: 14px;
			font-style: italic;
			padding: 5px 10px;
			cursor: pointer;
			text-decoration: none;
			width: 200px;
			display: block;
			text-align: center;
		}
		
		#corps p a:hover {
			background: #ffffff;
			color: #0078ff;
		}
	
	#corps form#form_next {
		margin-top: 50px;
		text-align: center;
	}

		#corps form#form_next input {
			border: none;
			background: #0078ff;
			color: #ffffff;
			font-family: Georgia;
			font-size: 20px;
			font-style: italic;
			padding: 20px 15px;
			cursor: pointer;
		}
		
		#corps form#form_next input:hover {
			background: #ffffff;
			color: #0078ff;
		}

	#corps #flashContent {
	}
	
	#corps p#emailok {
		margin-top: 15px;
		font-weight: bold;
	}
	
	#corps form#form_post {
		margin-bottom: 15px;
		margin-top: 30px;
	}
		
		#corps form#form_post .error {
			font-weight: bold;
			color: #FF0000;
			display: none;
		}
		
		#corps form#form_post fieldset {
			padding: 15px;
			border: 1px solid #020b15;
		}
	
			#corps form#form_post fieldset legend {
				text-decoration: underline;
				padding: 0 10px;
				font-style: italic;
			}
			
			#corps form#form_post fieldset label {
				display: block;
				margin-bottom: 10px;
			}
	
				#corps form#form_post fieldset label input {
					margin-left: 10px;
					border: 1px solid #013C7E;
					padding: 2px 5px;
					width: 200px;
				}
				
				#corps form#form_post fieldset label input#button_submit {
					border: none;
					background: #0078ff;
					color: #ffffff;
					font-family: Georgia;
					font-size: 14px;
					font-style: italic;
					padding: 5px 10px;
					cursor: pointer;
				}
				
				#corps form#form_post fieldset label input#button_submit:hover {
					background: #ffffff;
					color: #0078ff;
				}
				
				#corps form#form_post fieldset label select {
					margin-left: 10px;
				}
				
			#corps form#form_post fieldset fieldset {
				margin: 20px;
			}
	
				#corps form#form_post fieldset fieldset legend {
				}
				
				#corps form#form_post fieldset fieldset p {
				}
				
				#corps form#form_post fieldset fieldset label {
				}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
