#gramma-widget .topImg {
    width: 223px;
    height: 46px;
    display: block;
    margin-bottom: 5px;
    margin-left: -12px;
    background: url('../img/file_check.png') 0 0 no-repeat;
}
#gramma-widget .bottomImg {
    width: 223px;
    height: 46px;
    display: block;
    margin-top: 7px;
    margin-left: -12px;
    background: url('../img/upload_it.png') 0 0 no-repeat;
}
#gramma-widget .widget-title {
    background: #e64231;
    font-size: 13px;
}
#gramma-widget .widgetArea {
    box-shadow: 0 0 5px #8d8d8d;
    border-radius: 3px;
    padding: 7px 4px;
}
#gramma-widget #userfile {
    width: 90%;
}
#gramma-widget .widgetText {
    margin: 5px;
}
#gramma-widget #file_holder {
    margin: 5px;
}
#gramma-widget #userbutton {
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#c90000), to(#f9a9a9));
    background: -webkit-linear-gradient(to top, #c90000, #f9a9a9);
    background: -moz-linear-gradient(to top, #c90000, #f9a9a9);
    background: -o-linear-gradient(to top, #c90000, #f9a9a9);
    background: linear-gradient(to top, #c90000, #f9a9a9);
    width: 100%;
    color: #fff;
    border: none;
    padding: 7px;
    font-weight: 900;
    font-family: Arial;
    border-radius: 20px;
    text-shadow: 0 -1px 1px #000;
    margin-top: 7px;
}
#gramma-widget #usermail {
	width: 90%;
}
label.error {
	color: #f00;
}