.registration {
	position: absolute;
	top: 50px;
	left: 50%;
	margin-left: -382px;
	z-index: 500;
	width: 764px;
	font-weight: bold;
	color: #AEAEAE;
	display:none;
}

/*.registration div {
	width: 764px;
	font-weight: bold;
	color: #AEAEAE;
}*/

input, select, radio {
	font-size: 24px;
	color: #A9A9A9;
	border: solid 1px #9F9F9F;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.textPosition {
	margin: 150px auto;
	line-height: 1.3;
}

.registration .head {
	text-align: center;
	font-size: 24px;
	color: #3D3D3D;
}

.table {
	margin-left:auto;
	margin-right:auto;
	width: 360px;
}

td.title {
	color: #70747F;
	font-size: 15px;
}

td.titleleft {
	text-align: left;
}

.button {
	width: 151px;
	height: 33px;
	cursor: pointer;
	font-size: 19px;
	color: #fff;
}

.registrationSt1 {
	background: url("../img/st1_bg.png") top center no-repeat !important;
	height: 509px;
}

.registrationSt2 {
	background: url("../img/st2_bg.png") top center no-repeat !important;
	height: 615px;
}

.registrationSt3 {
	background: url("../img/st3_bg.png") top center no-repeat !important;
	height: 839px;
}

.registrationSt4 {
	background: url("../img/st4_bg.png") top center no-repeat !important;
	height: 756px;
}

.registrationSt5 {
	background: url("../img/st1_bg.png") top center no-repeat !important;
	height: 509px;
}

.registrationSt6 {
	background: url("../img/st1_bg.png") top center no-repeat !important;
	height: 509px;
}

.hidden {
    display: none !important;
}

#content #back-background {
     background-color: #000000;
     left: 0;
     -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";/* IE8 */
     filter:progid:DXImageTransform.Microsoft.Alpha(opacity = 70); /* IE5+ */
     filter: alpha(opacity=70);/* IE4- */
     moz-opacity: 0; /* Mozilla */
     -khtml-opacity: 0; /* Safari */
     opacity: 0;  /* general CSS3 */
     position: absolute;
     top: 0;
     width: 100%;
     z-index: 10;
     display: block;
}

#petname{
	width: 145px;
}