label {
	padding: 5px;
}
input {
	background: #FFF none repeat scroll 0% 0%;
	border: 0px none;
	padding: 8px;
	line-height: 10px;
	border-radius: 5px;
	border: 1px solid #dddddd;
	/*box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.24) inset;*/
}
input:focus, select:focus, textarea:focus  {
	/*border: 1px solid #dddddd;*/
	background-color: #fcfcfc;
}
textarea {
    background: #FFF none repeat scroll 0% 0%;
	border: 0px none;
	padding: 8px;
	line-height: 150%;
	border-radius: 5px;
	border: 1px solid #dddddd;
	/*box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.24) inset;*/
}
select  {
	background: #FFF none repeat scroll 0% 0%;
	border: 0px none;
	padding: 8px;
	line-height: 10px;
	border-radius: 5px;
	border: 1px solid #dddddd;
	/*box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.24) inset;*/
}
 
.submit  {
	background: #080215;
	border: 0px solid #080215;
	border-radius: 5px;
	font-size: 12px;
	font-weight: normal;
	padding: 11px;
	color: #ffffff;
	text-align: center;
	cursor: pointer;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.submit:hover {
	background: #D23E4D;
	border: 0px solid #080215;
}

.reg {
	margin-left: 10px !important;
}
.short {
	width: 25%;
}
.medium {
	width: 50%;
}
.long {
	width: 75%;
}
.longlong {
	width: 90%;
}
.post {
	height: 400px;
	width: 90%;
}