.x-button.logo.x-button-normal  {
	background: url(logo2.png) no-repeat 5px 5px;
	width: 158px;
	height: 40px;
	border: 0 !important;
	margin: 0px;
	padding: 0px;
    box-shadow: none !important;
    -webkit-box-shadow: none !important:
}

.empty-text {
    text-align:center;
    color: #999;
    height:200px;  
    display:-webkit-box;
    -webkit-box-orient: horizontal;        
    -webkit-box-align:center;
    -webkit-box-pack:center;
}

.footer-title {
    font-size: 80%;
    text-align: center;
    margin: 0.6em;
}

 .x-button.x-button-plain > * {
    padding: 0 !important;
    text-align: left;
}

.x-button-plain .x-button-label {
    margin-top: -1.25em !important;
    margin-left: 0 !important;
}

.header-title {
    font-size: 80%;
    text-align: right;
    margin: 0.9em 0.6em 0 0;
}

.petition .title {
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 1em;
    margin-bottom: 1em;
}

.petition .title h2 {
    color: #2a3f5a;
    font-size: 1.4em;
}

.invalid-field .x-form-label { color: red; }

.errorfield { font-size: 0.75em; }
.errorfield ul { margin: 0.6em; }


#petitionList .x-list-item-body {
    background: url(sign.png) no-repeat right 2px;
    padding-right: 25px;
}