
/*font-style, font-variant, font-weight, font-size/line-height, font-family*/

.error{
   color:#CC0033;
   font: bold 13px Verdana,Arial,sans-serif;
}

.error h2{
   color:#CC0033;
   font-size:16px;
   font-weight:bold;
}

fieldset.user_error{
   border:solid #CCC 1px;
   margin-top:15px;
}


fieldset.user_error legend{
   color:#CC0033;
   font: bold 15px Arial, Verdana, sans-serif;
}


fieldset.user_error span{
    color:#CC0033;
    font-weight:bold;
}

div.error_container{
    background: url(/graph/user_error.gif) no-repeat 5px 0px;   
	  min-height:35px;
	  height:auto !important;
    height:35px;
    padding:5px 0px 10px 60px;
}


div.error_item{
    color:#CC0033;
    font-size:13px;
}

.info{
   color:#3333FF;
}

fieldset.user_info{
   border:solid #CCC 1px;
   margin-top:15px;
}


fieldset.user_info legend {
   color:#3333FF;
   font: bold 15px Arial, Verdana, sans-serif;
}


fieldset.user_info span{
    color:#3333FF;
    font-weight:bold;
}

div.info_container{
    background: url(/graph/user_info.gif) no-repeat 5px 0px;
	  min-height:35px;
	  height:auto !important;
    height:35px;
    padding:5px 0px 10px 60px;
}


div.info_item{
    color:#3333FF;
    font-size:13px;
}

.success{
   color:#339933;
   font: bold 13px Verdana,Arial,sans-serif;
}

fieldset.user_success{
   border:solid #CCC 1px;
   margin-top:15px;
}


fieldset.user_success legend{
   color:#339933;
   font: bold 15px Arial, Verdana, sans-serif;
}


fieldset.user_success span{
    color:#339933;
    font-weight:bold;
}

div.success_container{
    background: url(/graph/user_success.gif) no-repeat 5px 0px;
	  min-height:35px;
	  height:auto !important;
    height:35px;
    padding:5px 0px 10px 60px;
}

div.success_item{
    color:#339933;
    font-size:13px;
}


