/*

	Upwelling.net
	
	Action Counts
	
	Module User Submit 3 Step


*/

.module_3steps div.step2, .module_3steps div.step3 {
	display: none;
}
.module_3steps div.step2 {
	margin-bottom: 20px;
}

.module_3steps div.s3_contain {
	padding-bottom: 3px;
	padding-top: 10px;
}

.module_3steps div.cont_step1.step_open {
	margin-bottom: 70px;
}
.module_3steps div.cont_step2.step_open {
	margin-bottom: 130px;
}
.module_3steps div.cont_step3.step_open {
	margin-bottom: 200px;
}

.module_3steps .step_closed{
    margin-bottom: 40px;
}

/**
 * .module_3steps div.s3_contain > div {
 * 	padding: 15px 5px 10px 5px;
 * }
 */

.module_3steps label { display: inline; font-size: 1em; }

.module_3steps input { margin: 0 5px; }

.module_3steps h3 {
	padding-left: 20px;
    font-weight: normal;
	margin: 0;
    font-size: 16px;
	font-size: 20px !important;
    color: white;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    width: 100%;
}
.module_3steps h3 .step2 .open{
    //margin-left: -10px!important;
    //border: 1px solid red;
}

.module_3steps .cont_step1 h3.step1 {
    background-color: gray;
}

.module_3steps .cont_step2 h3.step2 {
    background-color: gray;
}

.module_3steps .cont_step3 h3.step3 {
    background-color: gray;
}

.module_3steps div.step3 textarea {
	width: 100%;
	height: 150px;
}

.module_3steps h3 {
	background: url('../img/arrow_closed.png') 90% center no-repeat;
}

.module_3steps h3.open {
	background: url('../img/arrow_open.png') 90% center no-repeat;
}

.module_3steps div.open {
	display: block;
    margin-left: 30px;
    //width: 490px;
}
@media (max-width: 320px) {
    .module_3steps div.open {
       height: 100%;
    }
}
.module_3steps h3.closed {
	background: url('../img/arrow_closed.png') 90% center no-repeat;
}

.module_3steps div.closed {
	display: none;
}

.step3 form {
    margin: 0;
}
