.ticket_form
{
	top:170px;
	left:50%;
	z-index:200;
	width:320px;
	height:260px;
	position:absolute;
	margin:0 0 0 -180px;
	border:1px solid #8f9fc7;
	background-color:#ecedf1;
}

.ticket_form_title_bar
{
	width:100%;
	height:20px;
	margin:0 0 10px 0;
	background-color:#5066a4;
}

.ticket_form_field_holder
{
	top:30px;
	left:10px;
	width:110px;
	*width:130px;
	height:230px;
	position:absolute;
	margin:0 3px 0 3px;
	*margin:0 2px 0 2px;
}

*+html .ticket_form_field_holder
{
	width:110px;
	margin:0 3px 0 3px;
}

.form_field
{
	float:left;
	width:18px;
	color:#5066a4;
	font-size:10px;
	cursor:pointer;
	line-height:10px;
	text-align:center;
	margin:1px 1px 1px 1px;
	padding:4px 0 4px 0;
	background-color:#ffffff;
	border:1px solid #b1bedc;
}

.ticket_form_stars_holder
{
	top:30px;
	right:40px;
	width:130px;
	height:140px;
	position:absolute;
}

#content_center .ticket_form h1
{
	font-size:12px;
	font-weight:bold;
	text-align:center;
}

.form_star
{
	float:left;
	width:32px;
	height:22px;
	color:#a4c34c;
	cursor:pointer;
	font-size:12px;
	font-weight:bold;
	line-height:12px;
	text-align:center;
	padding:10px 0 0 0;
	margin:1px 1px 0 1px;
	background-repeat:no-repeat;
	background-position:center center;
	background-image:url(../images/bg_ticket_star_field_big.gif);
}

.ticket_form_controls_holder
{
	top:210px;
	right:10px;
	width:175px;
	height:45px;
	position:absolute;
}

.btn_random,
.btn_delete,
.btn_cancel,
.btn_apply
{
	width:70px;
	height:12px;
	margin:0 0 0 10px;
	padding:0 0 0 15px;
	background-repeat:no-repeat;
	background-position:left center;
}

.btn_random
{
	background-image:url(../images/btn_form_random.gif);
}

.btn_delete
{
	background-image:url(../images/btn_form_delete.gif);
}

.btn_cancel
{
	background-image:url(../images/btn_form_cancel.gif);
}

.btn_apply
{
	background-image:url(../images/btn_form_apply.gif);
}

.ticket_form_controls_holder a,
.ticket_form_controls_holder a:link,
.ticket_form_controls_holder a:visited
{
	float:left;
	color:#a4c34c;
	font-size:10px;
	cursor:pointer;
	font-weight:bold;
	margin:0 0 5px 2px;
}

#content_center .title_numbers,
#content_center .title_stars
{
	top:2px;
	left:4px;
	margin:0;
	padding:0;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	position:absolute;
}

#content_center .title_stars
{
	left:240px;
}
