#yapilanyorumlarcont {
    width: 700px;
    height: 30px;
    margin-top: 20px;
}

#yapilanyorumlarbsk {
    width: 590px;
    height: 23px;
    padding-top: 7px;
    background-color: #0c0a5e;
    color: #FFFFFF;
    font-size: 11pt;
    font-weight: bold;
    text-align: left;
    padding-left: 5px;
    float: left;
    border-top-right-radius: 5px;
}

#yorumbolumu {
    width: 685px;
    height: 300px;
    padding: 5px 10px 5px 5px;
    overflow: scroll;
    overflow-x: hidden;
    border: 2px solid #0c0a5e;  
    font-size: 10pt;
}
.yorumcont { /* in cont  */
    width: 665px;
    min-height:75px;
    border-left:1px solid #0c0a5e;
    border-right: 1px solid #0c0a5e;
    margin-bottom: 5px;
    margin-left: 2px;
}
.yorumbaslik {
    width: 660px;
    height: 20px;
    background-color: #0c0a5e;
    text-align: left;
    color: #FFFFFF;
    padding: 3px 0px 2px 5px;
    font-weight: bold;
}
.yorum {
    width: 655px;
    min-height: 50px;
    text-align: justify;
    text-indent: 20px;
    padding: 5px 5px 5px 5px;
}
.yorumcuadvs {
    width: 655px;
    height: 20px;
    text-align: left;
    padding: 5px 5px 0px 5px;
    color: #FFFFFF;
    background-color: #0c0a5e;

}
#yorumalcont {
    width: 650px;
    height: 280px;
    text-align: left;
    margin:5px 0px 0px 5px;
}
.yitemcont {
    width: 640px;
    height:30px; 
    padding: 5px 0px 0px 5px;
    border-bottom: 1px dotted #000000;
}
.ytextcont {
    width: 150px;
    height: 15px;  
    float: left;
    padding-top:5px;
    letter-spacing: 1px;
    
}
.ytextayr {
    width: 10px;
    height: 20px;
    float: left;
    padding-top:3px;
}

#yorumad {
    width:240px;
    height:20px;
    border:1px solid #000000;
}
#yorumposta {
    width:240px;
    height:20px;
    border:1px solid #000000;   
}

#yorummbaslik {
    width:380px;
    height:20px;
    border:1px solid #000000;   
}

#yorummesaj {
   /* width:450px;
    height:120px;*/
    border:1px solid #000000;  
    resize:none;
    float: left;
    text-align: justify;
}

#yorumyaz {
    border: 1px solid #b91940;
    border-top-right-radius: 5px;
    width: 90px;
    height: 30px;
    background-color: #b91940;
    color: #FFFFFF;
    float: right;
}
#yorumyaz:hover {
    cursor: pointer;
    background-color: #0c0a5e;
    border: 1px solid #0c0a5e;
}
#yorumgonderbuton {
    width:150px;
    height:30px;
    margin:5px 10px 0px 0px;
    float:right;
    border: 1px solid #b91940;
    color: #b91940;
    letter-spacing:1px;
}
#yorumgonderbuton:hover {
    cursor: pointer;
    color : #000000;    
}