body.page-submit-ticket,
body.page-request-phone-call {
}
body.page-submit-ticket label,
body.page-request-phone-call label {
	font-weight: bold;
}
body.page-submit-ticket form > div,
body.page-request-phone-call form > div {
	margin: 10px 0 10px 0;
}
body.page-submit-ticket div.half-box,
body.page-request-phone-call div.half-box {
	width: 285px;
	float: left;
}
body.page-submit-ticket div.first-box,
body.page-request-phone-call div.first-box {
	margin-right: 20px;
}
body.page-submit-ticket label,
body.page-submit-ticket input[type=text],
body.page-submit-ticket select,
body.page-submit-ticket textarea,
body.page-request-phone-call label,
body.page-request-phone-call input[type=text],
body.page-request-phone-call select,
body.page-request-phone-call textarea {
	display: block;
	width: 100%;
}
body.page-submit-ticket p.field-description,
body.page-request-phone-call p.field-description {
	color: #666;
	font-size: 12px;
	margin: 5px 0 5px 0;
}
body.page-submit-ticket ol,
body.page-request-phone-call ol {
	margin: 0;
	padding: 0;
}
body.page-submit-ticket ol li,
body.page-request-phone-call ol li {
	margin: 0 0 0 20px;
	padding: 0;
	list-style: decimal;
	font-size: 12px;
}
body.page-submit-ticket div.problem-guide,
body.page-request-phone-call div.problem-guide {
	margin: 0 10px 0 10px;
	padding: 0 10px 10px 10px;
	border: 1px solid #999;
	background-color: #FF9;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
body.page-submit-ticket div.problem-guide p,
body.page-request-phone-call div.problem-guide p {
	margin: 10px 0 10px 0;
	font-weight: bold;
}
body.page-submit-ticket div.shared-account > div,
body.page-request-phone-call div.shared-account > div {
	margin: 10px 0 10px 0;
}
body.page-submit-ticket div.captcha p,
body.page-request-phone-call div.captcha p {
	margin-top: 5px;
}
body.page-submit-ticket div.captcha p input,
body.page-request-phone-call div.captcha p input {
    float: right;
    font-size: 28px;
    font-weight: bold;
    padding: 8px;
    width: 354px;
}
p.error {
	margin-top: 5px;
	color: #F33;
	font-size: 12px;
	font-weight: bold;
	padding-left: 5px;
}
#sliding_message_box {
	color: #fff;
}