@charset "utf-8";
/* CSS Document */

.txtSearch{height:16px; width:146px; padding: 2px;}
  
.txtBaro{height:25px; width:100px; padding: 2px;}
  
.txtNews{height:25px; width:266px; padding: 2px; margin:5px 0px;}
  
.ddlYil{height:30px; width:130px; padding: 2px; margin:5px 0px; float:left;}
  
.ddlAy{height:30px; width:130px; padding: 2px; margin:5px 0px; margin-left:10px; float:left;}
  
.ddlCareer{height:30px; width:150px; padding: 2px; margin-top:-5px; float:right;}
  
.txtFormText:-webkit-input-placeholder {
    color: #b5b5b5;
}

.txtFormText-moz-placeholder {
    color: #b5b5b5;
}

.txtFormText {
    background: #f5f5f5;
    font-size: 0.8rem;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    padding: 13px 0px;
    height:20px; max-width:400px; width:100%;
    margin-bottom: 20px;
    box-shadow: inset 0 2px 3px rgba( 0, 0, 0, 0.1 );
    clear: both;
	text-indent:10px;
}

.txtFormText:focus {
    background: #fff;
    box-shadow: 0 0 0 1px #aa2533, inset 0 2px 3px rgba( 0, 0, 0, 0.2 ), 0px 5px 5px rgba( 0, 0, 0, 0.15 );
    outline: none;
}

.txtFormMsg:-webkit-input-placeholder {
    color: #b5b5b5;
}

.txtFormMsg-moz-placeholder {
    color: #b5b5b5;
}

.txtFormMsg {
    background: #f5f5f5;
    font-size: 0.8rem;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    padding: 13px 0px;
    height:102px; max-width:400px; width:100%;
    margin-bottom: 20px;
    box-shadow: inset 0 2px 3px rgba( 0, 0, 0, 0.1 );
    clear: both;
}

.txtFormMsg:focus {
    background: #fff;
    box-shadow: 0 0 0 1px #aa2533, inset 0 2px 3px rgba( 0, 0, 0, 0.2 ), 0px 5px 5px rgba( 0, 0, 0, 0.15 );
    outline: none;
}


.ddlCevap:-webkit-input-placeholder {
    color: #b5b5b5;
}

.ddlCevap-moz-placeholder {
    color: #b5b5b5;
}

.ddlCevap{
    background: #f5f5f5;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    padding: 13px 0px;
    height:50px; max-width:400px; width:100%;
    margin-bottom: 20px;
    box-shadow: inset 0 2px 3px rgba( 0, 0, 0, 0.1 );
    clear: both;
}

.ddlCevap:focus {
    background: #fff;
    box-shadow: 0 0 0 1px #aa2533, inset 0 2px 3px rgba( 0, 0, 0, 0.2 ), 0px 5px 5px rgba( 0, 0, 0, 0.15 );
    outline: none;
}
