#seminerler {
	width: 100%;
	margin: 0 auto;
}

#seminerler p {
	color: #4D3D2B;
	font-size: 14px;
	line-height: 22px;
}

#seminerler h1 {
	font-size: 24px;
	color: #4D3D2B;
	text-shadow: 0px 1px 0px #FFF;
	font-weight: normal;
}

#seminerler h2 {
	font-size: 22px;
	color: #4D3D2B;
	text-shadow: 0px 1px 0px #FFF;
	font-weight: normal;
}

#seminerler h3 {
	font-size: 20px;
	color: #4D3D2B;
	text-shadow: 0px 1px 0px #FFF;
	font-weight: normal;
}

#seminerler #frame {
	margin-bottom: 12px;
	padding: 24px 12px;
	width: 500px;
	min-width: 500px;
	max-width: 500px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
	background-color: #fff;
	position: relative;
	float: left;
}

#seminerler #seminerler_box_shadow {
	width: 533px;
	min-width: 533px;
	max-width: 533px;
	height: 49px;
	max-height: 49px;
	min-height: 49px;
	background-image: url('/images/register_box_shadow.png');
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	bottom: -35px;
	left: -8px;
	z-index: -9999;
}

#seminerler .star_line {
	width: 213px;
	min-width: 213px;
	max-width: 213px;
	height: 86px;
	max-height: 86px;
	min-height: 86px;
	background-image: url('/images/star_line.png');
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 12%;
	float: left;
}

#seminerler #frame .inputLabel {
	width: 140px;
	font-size: 14px;
	color: #9d90a0;
	line-height: 30px;
}

#seminerler #frame .inputField {
	width: 318px;
	margin-left: 12px;
	position: relative;
}

#seminerler #frame .inputField .errorbox {
	background-color: #CC0000;
	position: absolute;
	right: -200px;
}

#seminerler #frame .inputField textarea {
	border: 1px solid #ddd8d8;
	padding: 8px;
	font-size: 14px;
	font-family: 'PlayRegular', sans-serif;
	width: 300px;
	height: 100px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	resize: none;
}

#seminerler #frame .inputField input {
	border: 1px solid #ddd8d8;
	padding: 8px;
	font-size: 14px;
	font-family: 'PlayRegular', sans-serif;
	width: 300px;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	    -ms-border-radius: 4px;
	        border-radius: 4px;
}

#seminerler #frame .inputField input:focus {
	border: 1px solid #9d90a0;
}

#seminerler #frame .inputField input[type=button] {
	width: auto;
	font-family: 'AirstreamRegular', cursive;
	background-color: #9d90a0;
	color: white;
	border: none;
	font-size: 20px;
	padding: 8px 20px;
	cursor: pointer;
}

#seminerler #frame .inputField input[type=button]:hover {
	background-color: white;
	color: #9d90a0;
}

#seminerler #frame .inputField input[type=button]:active {
	background-color: #9d90a0;
	color: white;
}

#seminerler .address_icon {
	width: 24px;
	height: 17px;
	background-image: url('/images/posta.png');
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	float: left;
}

#seminerler .address {
	margin-left: 12px;
	display: block;
	float: left;
	font-size: 16px;
	line-height: 22px;
	color: #9d90a0;
}

#seminerler .tlf_icon {
	width: 24px;
	height: 24px;
	background-image: url('/images/tlf.png');
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	float: left;
}

#seminerler .tlf {
	margin-left: 12px;
	display: block;
	float: left;
	font-size: 16px;
	line-height: 24px;
	color: #9d90a0;
}
