/* CSS Document */

body {
	background-color: #edebd8;
	padding:0px;
	margin:0px;
	text-align:center;
	background: #edebd8 url(../Images/header_slice.jpg) repeat-x;
}
.content {
	background-color:#ffffff;
	width:760px;
	border:10px solid #d2cfb8;
	padding:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;	
	text-align:left;
	margin:auto;
	color:#57554b;
}
.title {
	letter-spacing:-1px;
	margin-top:30px;
	margin:auto;	
	text-align:left;
	width:760px;	
}
h1 {
	color:#ffffff;
	font-family:Helvetica, Arial, sans-serif;
	font-weight:normal;
}
.left_content {
	float:left;
	margin-right:15px;
	width:320px;
}
.right_content {
	float:left;
	width:410px;	
}
strong {
	display:block;
	color:#3177a7;
}
a {
		color:#3177a7;
}
a:hover {
	text-decoration:none;
	color:#ed500b;
}
.inputbutton {
    width:auto;
	font-size:12px;
	font-family:Arial,Verdana,Arial,Sans-Serif;
	font-weight:bold;
	background-color: #e14602;
	padding-left:12px;
	padding-right:12px;
	padding-top:2px;
	padding-bottom:2px;	
	color: #ffffff;
	border:0px;
	background-image: url(../Images/bg_button.jpg);
	background-repeat: repeat-x;
	background-position:bottom;
	margin-top:10px;
}
.inputbutton:hover {
	background-color: #3176a5;	
	background-image: url(../Images/bg_button_o.jpg);
	background-repeat: repeat-x;
	background-position:bottom;	
}
.text, select {
	border:1px solid #cccccc;
	padding:3px;
	font-size:12px;
	font-family:Arial,Verdana,Arial,Sans-Serif;	
	width:250px;
	color:#666666;
}
textarea {
	border:1px solid #cccccc;
	padding:3px;
	font-size:12px;
	font-family:Arial,Verdana,Arial,Sans-Serif;	
	width:600px;
	height:150px;
	color:#666666;
}
form {
	margin-top:20px;
}
form label {
	display:block;
	margin-top:10px;
	margin-bottom:4px;
	font-weight:bold;
}
