/** Add css rules here for your application. */


.ws3-button {
	vertical-align:   middle;
	font-family:      arial, sans-serif;
	font-size:        10pt;
	text-align:       middle;
	text:             blue;
	color:            blue;
	background-color: #D1DADF;
	cursor:           pointer;
	border:           none;
}

.ws3-button[disabled] {
	vertical-align:   middle;
	font-family:      arial, sans-serif;
	font-size:        8pt;
	text-align:       middle;
	text:             #777777;
	color:			  #777777;
	background-color: #D1DADF;
	cursor:           pointer;
	border:           none;
}
