.topcontent {
	font-size: 13px;
	font-style:  Verdana, Tahoma, sans-serif;
}
.title {
	padding-bottom: 20px;
	
}

input, textarea, .selection {
	padding: 10px;
	border: 1px solid E5E5E5;
	width: 200px;
	color: #999999;
	box-shadow: rgba(0,0,0,0.1) 0px 0px 3px;
	-moz-box-shadow: rgba(0,0,0,0.1) 0px 0px 3px;
	-webkit-box-shadow: rgba(0,0,0,0.1) 0px 0px 3px; 
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
textarea {
	width: 70%;
	height: 150px;
	max-width: 70%;
	line-height: 15px;
	min-width: 200px;
}

input:hover, textarea:hover, .selection:hover, .selection:focus,
input:focus, textarea:focus {
	border-color: 1px solid #C9C9C9;
		box-shadow: rgba(0,0,0,0.2) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0,0.2) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0,0.2) 0px 0px 8px;
}

.form label {
	margin-left: 10px;
}

.submit input {

width: 80px;
background-color: rgb(128,128,128);
color: #FFF;

}

.selection {
   background: #FFF;
   border: 1px solid #C9C9C9;
   padding: 5px;
   width: 212px;
   }

   .selection select {
   	width: 212px;
   	border: none;
   	color: #999999;
   }