.hidden {
	display: none;
}

p.success {
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	text-align: left;
	font-size: 11px;
}

.mainfrm table td {
	vertical-align: top ;
}

.mainfrm .container-form {
	background: #F3F5FB;
	width: auto;
}

.mainfrm .container-form form {
	margin: 0;
	padding: 0;
}

.custom-form fieldset.common {
	border: 0;
	padding: 10px 0px;
	background: url('../i/dotline.gif') left bottom repeat-x;
	text-align: right;
}

.custom-form fieldset.last {
	border: 0;
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 0;
}

.custom-form fieldset div.clear {
	height: 5px;	
}


.custom-form fieldset input {
	border: 1px solid #1A98F1;
	width: 170px;
}

.custom-form fieldset input.captcha {
	border: 1px solid #1A98F1;
	width: 100px;
	height: 16px;
}

.custom-form fieldset img.captcha {
	vertical-align: middle;
	padding-right: 3px;
}

.custom-form fieldset input.radio, .custom-form fieldset input.checkbox  {
	width: auto;
	padding: 0;
	margin: 0;
	border: 0;
}

.custom-form fieldset input.radio, .custom-form fieldset input.radio  {
	border: 0;
}

.custom-form fieldset legend {
	display: none;
}

.custom-form fieldset label {
	font-size: 10px;
	font-weight: bold;
	padding: 5px 5px 5px 0;
	white-space: nowrap;
}

.custom-form fieldset label.slash {
	font-size: 10px;
	font-weight: bold;
	white-space: nowrap;
	padding: 0;
	margin: 0;
}

.custom-form fieldset p.notice
{
	display: inline;
	margin: 0;
	padding: 0;
	font-size: 10px;
}

.custom-form fieldset p.notice-italic
{
	display: block;
	margin: 0;
	padding: 0;
	font-size: 10px;
	font-style: italic;
	padding-left: 0px;
}

.custom-form span.star {
	color: #1A98F1;
	font-size: 10px;
	font-weight: bold;
}

.custom-form fieldset label span.content {
	width: 100%;
}

.custom-form fieldset p.text  {
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 5px 5px;
	text-align: left;
	font-size: 11px;
}

.container-form div.headline {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../i/ttl.gif) no-repeat scroll left top;
	padding-left:9px;
}

.container-form div.content {
	padding: 10px 10px 0 10px;
	border-left: 1px solid #1A98F1;
	border-right: 1px solid #1A98F1;
}

.container-form div.footer {
    margin: 0;
    border-top: none;
}

.container-form div.footer {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../i/fr_b.gif) no-repeat scroll left bottom;
	padding: 0 0 0 20px;
	vertical-align:bottom;
}

.container-form div.footer div {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../i/fr_b.gif) no-repeat scroll right bottom;
	padding:0 7px 5px 0;
	vertical-align:bottom;
}

.container-form div.headline h2 {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: transparent url(../i/ttl.gif) no-repeat scroll right top;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding: 7px 45px 7px 0;
	margin: 0;
}

.container-form p.description {
	margin: 0;
	padding: 0px 5px;
	padding-bottom: 10px;
	text-align: left;
	font-size: 11px;
	background: url('../i/dotline.gif') left bottom repeat-x;
}

.custom-form fieldset p.error{
	margin-top: 5px;
	margin-bottom: 0;
	padding: 5px 10px;
	color: red;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
}

.custom-form fieldset input.submit-button-disabled {
	background: url('../i/send_btn_disabled.gif') no-repeat;
	background-position: center 8px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	height: 35px;
	width: 93px;
	border: 0;
	cursor: pointer;
}

.custom-form fieldset input.submit-button {
	background: url('../i/send_btn.gif') no-repeat;
	background-position: center 8px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	height: 35px;
	width: 93px;
	border: 0;
	cursor: pointer;
}



