div#subscr{
 width: 176px;
 height: 225px;
 background: url('/images/subscr/subscr.png');
 font: 12px arial;
 padding-left: 12px;
 margin-left: 25px;
 margin-top: 22px;
}

div#subtitle{
 color: white;
 font-weight: bold;
 position: relative;
 top: 4px;
 padding-bottom: 19px;
}

div .subp1{
 width: 140px;
 position: relative;
 top: -18px;
 left: 22px;
 height: 19px;
 color: #1C5180;
}

.input{
 width: 119px;
 border: #5D5D5D 1px solid;
}

table#subtab{
 margin-top: 9px;
}

.subtext{
 color: #5D5D5D;
 font: 12px arial;
 font-weight: bold;
 width: 44px;
background: none;
}

td#subrasp{height: 5px; background: none;}

input#submit{
 width: 119px;
 height: 21px;
 background-color: white;
 border: #CDCDCD 1px solid;
 position: relative;
 top: 30px;
 left: 44px;
 color: #1C5180;
 font: 12px arial;
 font-weight: bold;
 padding-bottom: 3px;
}
/* DIALOG */
#recall {
	cursor: pointer;
	background: url('/_img/recall_buttons.png') no-repeat scroll 0px 0px;
	display: block;
	height: 29px;
	margin: 35px 0 0 27px;
	width: 204px;
}
	#recall.succeed {
cursor: default !important;
		background: url('/_img/recall_buttons.png') no-repeat scroll 0px -29px;
	}

	#recall.failed {
cursor: default !important;
		background: url('/_img/recall_buttons.png') no-repeat scroll 0px -58px;
	}

.ui-dialog {
	font: 16px arial;
	background-color: #e5ebfa;

	-webkit-box-shadow: 0 1px 15px #a5a5a5;
	   -moz-box-shadow: 0 1px 15px #a5a5a5;
	        box-shadow: 0 1px 15px #a5a5a5;

	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
			border-radius: 15px;

	overflow: hidden;
	width: 500px !important;
}
	#recall_dialog {
		background: url('/_img/recall_bg.png') repeat-x scroll 0 0 #e5ebfa;
		height: 245px;
		margin: 0;
		padding: 15px 50px;

		-webkit-border-radius: 0 0 15px 15px;
	}

	#recall_dialog label {
		color: #3a3129;
		display: block;
		margin: 5px 0;
	}
	#recall_dialog input {
		border: 0 none;
		height: 34px;
		line-height: 34px;
		padding: 0 5px;
		width: 100%;
	}
		#recall_dialog input.error {
		}
	#recall_dialog p {
		margin: 0.2em 0 0.5em;
		padding: 0;
	}
		#recall_dialog p.error {
			color: #915555;
		}

	.recall_dialog__button_place {
		margin: 1em 0 0;
	}
		.recall_dialog__button_place__text {
			color: #4e5442;
			display: inline-block;
			float: left;
			margin: 15px 16px !important;
		}
	#recall_dialog button {
		cursor: pointer;
		color: transparent;
		background: url('/_img/recall_dialog_button.png') no-repeat scroll 0 0 transparent;
		border: 0;
		font-size: 15px;
		height: 43px;
		width: 237px;
	}
		#recall_dialog button.loading {
			cursor: default;
			color: transparent;
			background: transparent url('/_img/recall_loading.gif') no-repeat scroll center center;
			border: 0;
			outline: none;
		}
			#recall_dialog button.loading p {
				color: transparent;
			}

	.ui-dialog .ui-dialog-titlebar {
		background-color: #e1e9f4;
		font-size: 22px;
		padding: 15px 5px 15px 35px;
		height: 1em;
		-webkit-border-radius: 15px 15px 0 0;
	}
		.ui-dialog-titlebar-close {
			background: url("/_img/recall_close.gif") no-repeat scroll 0 0 transparent;
			color: transparent;
			display: inline-block;
			height: 15px;
			margin: 0 0 0 190px;
			vertical-align: middle;
			width: 15px;
		}
			.ui-dialog-titlebar-close span {
				color: transparent;
			}

.ui-widget-overlay {
	background-color: #A09FB3;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.3;
	filter: alpha(opacity = 30);
}
