#showcase_okt{
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
    min-height:110px; 
}



#register_form_div {
	width: 60%;
	/*border: 1px solid #CCC;*/
	margin-left:auto;
	margin-right:auto;
    margin-bottom: 20px;
	padding-top: 5%;
	padding-right: 2%;
	padding-bottom: 5%;
	padding-left: 2%;
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
}
#captcha_img {
	border: 1px solid #999;
}

.register_form{
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	
}
#type0_div{
	font-size:large;
	color:#FF0004;
	}

#name, #telephone, #email{
	padding:3px;
	height:30px;
	width:99%;	
	border: 1px solid #333333;
	}
	
#message{
	padding:3px;
	height:200px;
	width:99%;
	border: 1px solid #333333;
	}
#captcha{
	padding:3px;
	height:36px;
	width:80%;
	border: 1px solid #333333;
	}
	
#type{
    margin-bottom:
	cursor:pointer;
	}
#type1_div,#type2_div,#type3_div{
    margin-bottom: 2px;
	}


#registerform {
	color: #333333;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer;
	display: inherit;
	width: 200px;
	height: 40px;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 0;
	margin: 1px;
	border: 1px solid #333333;
	}
#registerform:hover {
	opacity: 0.6;
	-webkit-transition: border 1s;
	-moz-transition: border 1s;
	-o-transition: border 1s;
	transition: border 1s;
	color: #000;
	background-color: #6393F2;
	border: 1px solid #333333;
}



/*------------------------------------------------------------*/

@media(max-width: 980px){
    
        #register_form_div {
	width: 80%;
	
}
    }
/*------------------------------------------------------------*/


@media(max-width: 700px){
    
    #register_form_div {
	width: 95%;
        font-size:16px;
	
}
    
    #showcase_okt{
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
    min-height:250px; 
}
    }