
div.tagsinput {
    /*background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    height: 100px;
    width: 300px;*/
    padding: 5px;
    overflow-y: auto;
    width:598px !important;
    height: auto !important;
    min-height:auto !important;
    	 
    direction:rtl;
}

div.tagsinput#KeywordsToRelateTo_tagsinput
{
    width:420px !important;
} 

div.tagsinput span.tag {
    background: none repeat scroll 0 0 #CCCCCC;/*#CDE69C;*/
    border: 1px solid #DADADA;/*#A5D24A;*/
    color: #1F1F1F; /*#638421;*/
    display: block;
    float: left;
    font-family: Tahoma;/*helvetica;*/
    font-size: 12px;
    margin-bottom: 5px;
    margin-right: 5px;
    padding: 3px;
    text-decoration: none;
    width:auto;
	-moz-border-radius: 4px; /* Firefox */  
  -webkit-border-radius: 4px; /* Safari, Chrome */  
  border-radius: 4px; /* CSS3 */
    height:16px !important;
	padding-right: 6px;
}
div.tagsinput span.tag a {
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}
div.tagsinput input {
    background: none repeat scroll 0 0 transparent;
    border: 1px solid transparent;
    color: #000000;
    font-family: helvetica;
    font-size: 13px;
    margin: 0 5px 5px 0;
    outline: 0 none;
    padding: 5px;
    width: 80px;
    direction:ltr;
}
div.tagsinput div {
    display: block;
    float: left;

}
.tags_clear {
    clear: both;
    height: 0;
    width: 100%;
}
.not_valid {
    background: none repeat scroll 0 0 #FBD8DB !important;
    color: #90111A !important;
}

.getall_tags
{
    background:url("../multiselect_images/plusSign.gif") no-repeat scroll 0 0 transparent;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
    cursor:pointer;
}

.getall_tags.minus
{
    background:url("../multiselect_images/minus.gif") no-repeat scroll 0 0 transparent;
}