/*komple değiştir */


#like {


}


#like .likeSubmit {
border:none;
width:87px;
height:41px;
background-image:url(images/submit.png);
float:right;
}

#like .likeSubmit:hover {
cursor:pointer;
}



/* 

Gerisinin sadece ID'sini değiştir 

*/

/* form components */
#like input,#like textarea {
border:1px solid silver;
background-color:#fff;
color:#404040;
font-size:10px;
font-family:Verdana, Arial, sans-serif;
/*
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;

*/

padding:5px;
}

#like input:hover[type=text],#like input:focus[type=text],#like textarea:hover,#like textarea:focus {
background-color:#E0E0E0;
border:1px solid #000;
}



/* alert messages */
#like .success,#like .error{
color:#000;
display:none;
font-size:15px;
/*font-weight:700;*/
border-radius:4px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
padding:5px 10px 5px 10px;
margin-bottom: 10px;

width: 660px;
float:left;
}

#like .success {
background-color:#D9E9FA;
border:1px solid #757575;


}



#like .error {
background-color:#F66;
border:1px solid red;
}

#like .clear {
       clear: both;
       height: 1px;
       margin-top: -1px;
       font-size: 1px;
       line-height: 1px;
}