.ticket-window {
	background-color: #366;
	font-family: Arial;
	color: #fff;
	font-size: 30px;
}

.ticket-window .ticket-header {
	padding-top: 18px;
	padding-bottom: 26px;
	padding-left: 36px;
    font-family: Arial;
    color: #fff;
    font-size: 30px;
	height: 40px;
	line-height: 40px;
	vertical-align: bottom;
}

.ticket-window .ticket-header .site-name {
    font-family: Arial;
	font-weight: bold;
	font-size: 40px;
}

.ticket-window  .ticket-form {
	display: block;
	margin-top: 22px;
	height: 43px;
	width: 907px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
}

.ticket-window  .ticket-form  .label {
	line-height: 100%;
	vertical-align: center;
	display: inline-block;
}

.ticket-window  .ticket-form  input {
	height: 43px;
	margin-left: 8px;
	font-family: Arial;
	outline: 0;
	font-size: 30px;
	line-height: 43px;
	display: inline-block;
	padding-left: 8px;
}

.ticket-window  .ticket-form  .ticket-submit {
	line-height: 45px;
	height: 48px;
	width: 209px;
	margin-top: -1px;
	text-align: center;
	margin-left: 10px;
	color: #333;
	text-decoration: none;
	display: inline-block !important;
	vertical-align: top;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0px 0;
	background-image: url('../img1/submit-gnbb.png') !important;
}
.ticket-window  .ticket-form  .ticket-submit:hover {
	background-position: 0 -48px;
    font-family: Arial;
    color: #333;
    font-size: 30px;
}