/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.cls_fieldset
{
    border:2px solid;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;	
    border-radius:8px;
    width:400px;    	
}
#msg {
  width: 350px;	
  word-wrap: break-word;
}