/* POPUP'S WINDOW */

#main_popup {
	width: 690px;
	margin: 0 auto;
}

#main_popup p {
	color: #727272;
	font-weight: bold;
	font-size: 11px;
	line-height: 13px;
}

#main_popup strong {
	color: #353535;
	_position:relative;
}

#main_popup .hidden {
	display:none;
	position:absolute;
}

#main_popup .window {
	margin-top: -61px;
	position: relative;
	zoom:1;
}

#main_popup .window .rounded_t {
	height: 25px;
	background: transparent url(../images/mycoke/popups/window_left_top.png) top left no-repeat;
	_background: transparent url(../images/mycoke/popups/window_left_top.gif) top left no-repeat;
	_position: relative;
}

#main_popup .window .rounded_t_i {
	height: 25px;
	margin-left: 25px;
	background: transparent url(../images/mycoke/popups/window_right_top.png) top right no-repeat;
	_background: transparent url(../images/mycoke/popups/window_right_top.gif) top right no-repeat;
	_position: relative;
}

#main_popup .window .rounded_c {
	background: transparent url(../images/mycoke/popups/window_left_center.png) top left repeat-y;
	_background: transparent url(../images/mycoke/popups/window_left_center.gif) top left repeat-y;
	_position: relative;
}

#main_popup .window .rounded_c_i {
	padding: 25px 55px 25px 25px;
	margin-left: 25px;
	background: transparent url(../images/mycoke/popups/window_right_center.png) bottom right repeat-y;
	_background: transparent url(../images/mycoke/popups/window_right_center.gif) bottom right repeat-y;
	_position: relative;
}

#main_popup .window .rounded_b {
	height: 25px;
	background: transparent url(../images/mycoke/popups/window_left_bottom.png) bottom left no-repeat;
	_background: transparent url(../images/mycoke/popups/window_left_bottom.gif) bottom left no-repeat;
	_position: relative;
}

#main_popup .window .rounded_b_i {
	height: 25px;
	margin-left: 25px;
	background: transparent url(../images/mycoke/popups/window_right_bottom.png) bottom right no-repeat;
	_background: transparent url(../images/mycoke/popups/window_right_bottom.gif) bottom right no-repeat;
	_position: relative;
}

#main_popup .break {
	float: none;
	clear: both;
}

#main_popup .title .rounded_t {
	height: 35px;
	background: transparent url(../images/mycoke/popups/title_left.gif) top left no-repeat;
}

#main_popup .title .rounded_t_i {
	height: 35px;
	margin-left: 10px;
	background: transparent url(../images/mycoke/popups/title_right.gif) top right no-repeat;
	padding-top: 8px;
	_padding-bottom: 6px;
	padding-right: 10px;
}

#main_popup .title  .rounded_t_grey {
	height: 35px;
	background: transparent url(../images/mycoke/popups/title_left_grey.gif) top left no-repeat;
}

#main_popup .title .rounded_t_i_grey {
	height: 35px;
	margin-left: 10px;
	background: transparent url(../images/mycoke/popups/title_right_grey.gif) top right no-repeat;
	padding-top: 8px;
	_padding-bottom: 6px;
	padding-right: 10px;
}

#main_popup .title {
	padding-right: 35px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	margin-left: 445px;
	height:35px;
	_margin-bottom: -15px;
}

#main_popup .sIFR_title_pointer,
#main_popup .sIFR_title {
	font-size:16px;
}

.sIFR-flash {
	outline:none;
}

#main_popup .skeyimage {
	width:125px;
}

#main_popup .skeytext {
	padding-top:5px;
}

#main_popup .skey {
	padding-bottom: 20px;
}

#main_popup .comment {
	padding-bottom: 15px;
}

#main_popup .required {
	padding-top: 25px;
	padding-bottom: 5px;
}

#main_popup .ttl {
	color:#e31f29;
	font-size:20px;
	padding-bottom: 15px;
	padding-top:25px;
}

#main_popup .close_popup {
	margin-top: 15px;
	margin-left: 673px;
	position: relative;
	z-index: 548;
}

#main_popup .close_popup a {
	background: transparent url(../images/mycoke/popups/x_btn.png) top left no-repeat;
	_background: transparent url(../images/mycoke/popups/x_btn.gif) top left no-repeat;
	width: 26px;
	height: 33px;
	display: block;
	font-size:1px;
	color:#E41f29;
	text-indent:-2000px;
	overflow:hidden;
	outline:none;
}

#main_popup .close_popup a:hover {
	background-position:0 -33px;
}

#main_popup .error_msg {
	z-index: -54;
	width: 575px;
	margin: -25px auto 0;
}
#main_popup .error_msg .bg {
	background: transparent url(../images/mycoke/popups/error_bg.gif) repeat 0 0 scroll;
	padding:0 15px 0 15px;
	height:inherit;
	color:#000000;
	font-size: 11px;
	font-weight: bold;
}

#main_popup .error_msg .bg p {
	padding: 15px 15px 7px;
}

#main_popup .error_msg .bottom {
	width: 575px;
	height: 8px;
	margin: 0 auto;
	background: transparent url(../images/mycoke/popups/error_bottom.gif) no-repeat 0 0 scroll;
}

#main_popup .field {
	float: left;
	width: 50%;
	padding-bottom: 15px;
	height: 38px;
	_position: relative;
}

#main_popup .field p {
	_position: relative;
}

#main_popup .empty_field {
	display: block;
	height: 38px;
	_height: 40px;
}

#main_popup label {
	text-transform: uppercase;
	display: block;
	color: #727272;
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 5px;
	_position:relative;
}

#main_popup .error label {
	color:#FF0000;
}

#main_popup .error select,
#main_popup .error .textfieldMedium,
#main_popup .error .textfieldLarge {
	color:#FF0000;
	border: 1px solid #FF0000;
}

#main_popup .textfieldLarge {
	width: 280px;
	background-color: #d7d7d7;
	border: 0;
}

#main_popup .textfieldMedium {
	width: 140px;
	background-color: #d7d7d7;
	border: 0;
}

#main_popup select {
	width: 280px;
	background-color: #d7d7d7;
	border: 0;
}

#main_popup .rounded_body a:visited,
#main_popup .rounded_body a {
	color: #353535;
	text-decoration:underline;
}

#main_popup .rounded_body a:hover {
	color: #353535;
	text-decoration:none;
}

#main_popup .progress_bar_container {
	margin: 0 auto;
	width: 247px;
	height:24px;
}

#main_popup .window .disable {
	opacity:.4;
	filter:alpha(opacity=40);
	cursor:default;
}

#main_popup .window .disable:hover {
	background-position:0 0;
}

#main_popup .submit_popup_btn {
	background: transparent url(../images/mycoke/popups/submit_btn.gif) no-repeat 0 0 scroll;
	border: 0;
	width: 85px;
	height: 24px;
	cursor: pointer;
	display:block;
}

#main_popup .close_popup_btn {
	background: transparent url(../images/mycoke/popups/close_btn.gif) no-repeat 0 0 scroll;
	border: 0;
	width: 68px;
	height: 24px;
	cursor: pointer;
	display:block;
}

#main_popup .continue_popup_btn {
	background: transparent url(../images/mycoke/popups/continue_btn.gif) no-repeat 0 0 scroll;
	border: 0;
	width: 101px;
	height: 24px;
	cursor: pointer;
	display:block;
}

#main_popup .cancel_popup_btn {
	background: transparent url(../images/mycoke/popups/cancel_btn.gif) no-repeat 0 0 scroll;
	border: 0;
	width: 72px;
	height: 24px;
	cursor: pointer;
	display:block;
}

#main_popup .download_affidavit_popup_btn {
	background: transparent url(../images/mycoke/popups/download_affidavit_btn.gif) no-repeat 0 0 scroll;
	border: 0;
	width: 280px;
	height: 24px;
	cursor: pointer;
	display:block;
}

#main_popup .go_to_twist_popup_btn {
	background: transparent url(../images/mycoke/popups/go_to_twist_btn.gif) no-repeat 0 0 scroll;
	border: 0;
	width: 254px;
	height: 24px;
	cursor: pointer;
	display:block;
}

#main_popup .progress_bar {
	background: transparent url(../images/mycoke/popups/leaving_progress.gif) no-repeat 0 0 scroll;
	border: 0;
	width: 247px;
	height: 24px;
}

#main_popup .request_code_popup_btn {
	background: transparent url(../images/mycoke/popups/request_code_btn.gif) no-repeat 0 0 scroll;
	border: 0;
	width: 154px;
	height: 24px;
	cursor: pointer;
	display:block;
}

#main_popup .login_popup_btn {
	background: transparent url(../images/mycoke/popups/login_btn.gif) no-repeat 0 0 scroll;
	border: 0;
	width: 72px;
	height: 24px;
	cursor: pointer;
	display:block;
}

#main_popup .register_popup_btn {
	background: transparent url(../images/mycoke/popups/register_btn.gif) no-repeat 0 0 scroll;
	border: 0;
	width: 92px;
	height: 24px;
	cursor: pointer;
	display:block;
}

#main_popup .next_popup_btn {
	background: transparent url(../images/mycoke/popups/next_btn.gif) no-repeat 0 0 scroll;
	border: 0;
	width: 67px;
	height: 24px;
	cursor: pointer;
	display:block;
}

#main_popup .create_avatar_popup_btn {
	background: transparent url(../images/mycoke/popups/create_avatar_btn.gif) no-repeat 0 0 scroll;
	border: 0;
	width: 226px;
	height: 24px;
	cursor: pointer;
	display:block;
}

#main_popup .explore_popup_btn {
	background: transparent url(../images/mycoke/popups/explore_btn.gif) no-repeat 0 0 scroll;
	border: 0;
	width: 216px;
	height: 24px;
	cursor: pointer;
	display:block;
}

#main_popup .link_account_popup_btn {
	background: transparent url(../images/mycoke/popups/link_account_btn.gif) no-repeat 0 0 scroll;
	border: 0;
	width: 132px;
	height: 24px;
	cursor: pointer;
	display:block;
}

#main_popup .get_cc_popup_btn {
	background: transparent url(../images/mycoke/popups/get_cc_btn.gif) no-repeat 0 0 scroll;
	border: 0;
	width: 222px;
	height: 24px;
	cursor: pointer;
	display:block;
}

#main_popup .check_it_popup_btn {
	background: transparent url(../images/mycoke/popups/check_it_btn.gif) no-repeat 0 0 scroll;
	border: 0;
	width: 169px;
	height: 24px;
	cursor: pointer;
	display:block;
}

#main_popup .sign_in_popup_btn {
	background: transparent url(../images/mycoke/popups/sign_in_btn.gif) no-repeat 0 0 scroll;
	border: 0;
	width: 86px;
	height: 24px;
	cursor: pointer;
	display:block;
}
#main_popup .return_popup_btn {
	background: transparent url(../images/mycoke/popups/return_btn.gif) no-repeat 0 0 scroll;
	border: 0;
	width: 155px;
	height: 24px;
	cursor: pointer;
	display:block;
}

#main_popup .return_popup_btn:hover,
#main_popup .sign_in_popup_btn:hover,
#main_popup .check_it_popup_btn:hover,
#main_popup .get_cc_popup_btn:hover,
#main_popup .link_account_popup_btn:hover,
#main_popup .explore_popup_btn:hover,
#main_popup .create_avatar_popup_btn:hover,
#main_popup .next_popup_btn:hover,
#main_popup .register_popup_btn:hover,
#main_popup .login_popup_btn:hover,
#main_popup .go_to_twist_popup_btn:hover,
#main_popup .download_affidavit_popup_btn:hover,
#main_popup .cancel_popup_btn:hover,
#main_popup .continue_popup_btn:hover,
#main_popup .close_popup_btn:hover,
#main_popup .request_code_popup_btn:hover,
#main_popup .submit_popup_btn:hover {
	background-position: 0 -24px;
}
