#contactForm #contactEmail:focus, #contactForm textarea:focus{
 border:1px dashed #660066;
}
#contactForm #contactName:focus, #contactForm #contactSubject:focus{
 border:1px dashed #FF0033;
}

#contactForm #contactName{
 width:200px;
 border:1px dashed #669900;
 padding:2px 0 2px 0;
}

#contactForm #contactEmail{
 width:200px;
 border:1px dashed #669900;
 padding:2px 0 2px 0;
}

#contactForm #contactSubject{
 width:200px;
 border:1px dashed #669900;
 padding:2px 0 2px 0;
}

#contactForm textarea{
width:300px;
height:200px;
background:url(../img/manzanita_back.jpg) no-repeat right bottom #FFFFFF;
border:1px dashed #669900;
padding:2px 0 2px 0;
}
p.form_separacion{
margin:8px 0 8px;
}

.jGrowl-notification, .jGrowl-closer {
    background-color:#661353 !important;
}