.form-wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
}
/* Form text input */
 
.form-wrapper input,.form-wrapper textarea {
	width: 76%;
	height: 16px;
	padding: 4px 1% 4px 3%;
	float: left;
	border: thin solid #999999;
	font-style: italic;
	font-size: 0.8em;
	background: #eee;
	border-radius: 4px 0 0 4px;
}
.form-wrapper input:focus {
	border: thin solid #999999;
	outline: 0;
	background: #fff;
	box-shadow: 0 0 2px #24BCCF inset;
}
 .form-wrapper input::-webkit-input-placeholder {
 color: #999;
 font-weight: normal;
 font-style: italic;
}
 .form-wrapper input:-moz-placeholder {
 color: #999;
 font-weight: normal;
 font-style: italic;
}
 .form-wrapper input:-ms-input-placeholder {
 color: #999;
 font-weight: normal;
 font-style: italic;
}
/* Form submit button */
.form-wrapper button {
	overflow: visible;
	position: relative;
	float: right;
	border: 0;
	padding: 0;
	cursor: pointer;
	height: 26px;
	width: 19%;
	color: #fff;
        font-size : 0.9em;
	background-color: #b41c25;
	border-radius: 0 4px 4px 0;
}
.form-wrapper button:hover {
	-moz-box-shadow: inset 0 0 5px #000000;
	-webkit-box-shadow: inset 0 0 5px #000000;
	box-shadow: inset 0 0 5px #000000;
}
.form-wrapper button:active, .form-wrapper button:focus {
	background-color: #b41c25;
	outline: 0;
}
 .form-wrapper button::-moz-focus-inner { /* remove extra button spacing for Mozilla Firefox */
	border: 0;
	padding: 0;
}
.styled-select select {
	background: transparent;
	width: 110%;
	border: 0;
	border-radius: 0;
	height: 24px;
	-webkit-appearance: none;
	color: #666;
	font-size: .9em;
	padding: 1px;
	color:#ABABAB;
}
.styled-select {
	margin-bottom: 6px;
	width: 100%;
	height: 23px;
	overflow: hidden;
	background: url(../images/icon_dropDown.png) no-repeat right #fff;
	border: 1px solid #BBBDC0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}
#haberType_select{
	width:150px;
}
#haberType_select select{
	width:170px;
}
#datepicker1, #datepicker2{
	color:#ABABAB;
	float:left;
	width:80px;
	height: 23px;
	padding:0 0 0 5px;
	margin-right:5px;
	border: 1px solid #BBBDC0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}
#haberAra{
	color:#ABABAB;
	float:left;
	width:160px;
	height: 23px;
	padding:0 0 0 5px;
	margin-right:5px;
	border: 1px solid #BBBDC0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}
section {
    width: 100%;
    clear: both;
    height: 60px;
}
section p {
     float : left;
     padding: 5px;
     margin: 5px 0;
}
section label {
    width: 150px;
    float : left;
    font-size: .9em;
    padding: 5px;
}
section input {
    width : 510px !important; float:left;
   padding : 5px !important;
    border-radius: 4px !important;
}
section textarea {
    width : 510px !important; float:left !important;
    padding : 5px !important;
     border-radius: 4px !important;
}
#captchaImage {
    float: left;
   ;
}
#sendButton {
    float: left;
    margin-left: 15px;
        border-radius: 4px !important;
}