/*
input[type="text"],
input[type="email"] {
	border: 0px;
	box-shadow: inset 0 1px 0px rgba(0, 0, 0, 0.2);
}
*/
a.module_title {
	cursor: pointer;
}
.module_title {
	margin: 0px; padding: 0px;
	letter-spacing: -0.5px;
	font-size: 18px;
	line-height: 18px;
	color: #333;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 2px solid #f8f8f8;
}
.iwell {
	background: #f8f8f8;
	padding: 12px;
	width: 436px;
}
.awell {
	background: #f8f8f8;
	padding: 12px;
	width: 196px;
}
.awell .module_title,
.iwell .module_title {
	border-bottom-color: #f0f0f0;
}
.btn-orange {
	background: #FEBF04; 
	color: #fff;
	box-shadow: inset 0px -1px 0px rgba(0,0,0,0.2);
	text-shadow: 0px 1px 0px rgba(0,0,0,0.2);
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #FFD75E),
	color-stop(1, #FEBF04)
);
background-image: -o-linear-gradient(bottom, #FFD75E 0%, #FEBF04 100%);
background-image: -moz-linear-gradient(bottom, #FFD75E 0%, #FEBF04 100%);
background-image: -webkit-linear-gradient(bottom, #FFD75E 0%, #FEBF04 100%);
background-image: -ms-linear-gradient(bottom, #FFD75E 0%, #FEBF04 100%);
background-image: linear-gradient(to bottom, #FFD75E 0%, #FEBF04 100%);
}
.btn-orange:hover, .btn-orange:active {
	background-position: 0px 0px;
	color: #fff;
}

.text-justify {
	text-align: justify;
}
.mtop5 {
	margin-top: 5px;
}
.mtop10 {
	margin-top: 10px;
}
.mtop15 {
	margin-top: 15px;
}
.mtop20 {
	margin-top: 20px;
}
.mtop25 {
	margin-top: 25px;
}
.mtop30 {
	margin-top: 30px;
}
.mtop40 {
	margin-top: 50px;
}
.mtop50 {
	margin-top: 50px;
}
.mtop60 {
	margin-top: 60px;
}
.ptop20 {
	padding-top: 20px;
}
