
	/* start customstyles.php */
	
	
		
		
		
	.simpleclassbyoptions{
margin: auto;
}
a.sidbar-button {
	height: 35px;
	width: 100%;
	display:block;
	background: #2c3e50;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
	text-decoration:none;
	text-align:center;
	color: #FFFFFF;
	margin: 0 auto;
	padding: 3px;
	font-size:24px;
	font-family:arial;
	line-height: 1.25em;
	font-weight: bold;
	}
a.sidbar-button:hover {
	background: #ffcc0d;
	}
a.sidbar-button2 {
	height: 40px;
	width: 100%;
	display:block;
	background: #caba28;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
	text-decoration:none;
	text-align:center;
	color: #FFFFFF;
	margin: 0 auto;
	padding: 3px;
	font-size:20px;
	font-family:arial;
	line-height: 1.55em;
	font-weight: bold;
	}
a.sidbar-button2:hover {
	background: #ffcc0d;
	}
/*****Karl Insert*****/
	
span.wpcf7-list-item { display: block; }

#popup-input {
    display: block;
    width: 100%;
    height: 35px;
    padding: 6px 6px;
    font-size: 12px;
    line-height: 1.25;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 0;
}
#popup-select {
    display: block;
    width: 100%;
    height: 91px;
    padding: 6px 6px;
    font-size: 14px;
    line-height: 1.8;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 0;
}
.wpcf7 select {
    display: block;
    width: 100%;
    height: 91px;
    padding: 6px 6px;
    font-size: 14px;
    line-height: 1.8;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 0;
}
/********************/