/*for ie6fix*//*only fixed for white background. For other colors, you need to overwrite the image file left_whitebg.png and right_whitebg.png to suit your webpage background*/
span#bubbleleft{
margin-top:-11px;
background:url(right_whitebg.png) no-repeat top right;
}
div#whatrudiv1 h3, div#whatrudiv2 h3{
background:url(left_whitebg.png) no-repeat top left;
}
/*for other browsers*/
h3>span#bubbleleft{
margin-top:0;
background:url(right_tr24.png) no-repeat top right;
background-color:white;/*suit this to the background color of your template, important: dont leave this one empty!*/
}
div#whatrudiv1>h3, div#whatrudiv2>h3{
background:url(left_tr24.png) no-repeat top left yellow;
background-color:white;/*suit this to the background color of your template, this one you can change to none*/
}


/*text with input box padding style*/
div#whatrudiv1, div#whatrudiv2{
  padding-top: 11px;
  padding-bottom: 30px;
}

/*text with input box style*/
div#whatrudiv1 h3, div#whatrudiv2 h3{
display: inline;    
font-size: 16px;
color: black;
padding-top: 11px;
padding-bottom: 30px;
padding-left:15px;
}

/*bubble*/
span#bubbleleft{
display: inline;    
font-size: 16px;
color: black;
padding-top: 11px;
padding-left:25px;
padding-bottom: 30px;
}

/*time ago text style*/
div#whatrudiv2 h5{
display: inline;   
font-size: 9px;
color: black;
}