@charset "utf-8";
/* CSS Document */

* { margin: 0; padding: 0; }
body {
	font-size: 13px;
	line-height: 18px;
	font-family: 'Oxygen', sans-serif;
	font-weight: 400;
	color: #000;
	padding-left:5px;
}
h1 { line-height:1.4em; font-size: 24px; margin-bottom:8px; }
h2 { line-height:1.2em; font-size: 20px; }
p { line-height:1.2em; margin-bottom:24px; }

a { font-size:16px; text-decoration:none; }
a:hover {  text-decoration:underline;  }

.wrapper {

}

#contact_form { 
	
}


#ff label { 
	cursor:pointer;
	margin:4px 0;
	display:block;
	
}

textarea{
	font-size: 13px;
	line-height: 18px;
	font-family: 'Oxygen', sans-serif;
	font-weight: 400;
	padding:5px;
	border:1px solid #5f5f5f;
}

input { 
	display:block;
	color:#000;
	border:1px solid #5f5f5f;
	padding:5px;
	width: 200px;
}

.sendButton {
	width: 70px;
	cursor:pointer;
}
.sendButton:hover {
}

/* Created by ftutorials.com */