/* ajax_order_domain_suggest domain searchbox */

.ajax_display_order_domain_searchbox {
	float: left;
	margin-top: 4px;
	width: 100%;
}

.ajax_order_domain_searchbox_container {
    background-color: transparent;
    border: medium none;
    border-radius: 0;
    height: 99px;
    margin-bottom: 5px;
    padding: 0;
    width: auto;
    box-sizing: border-box;
    position: relative;
}

.ajax_order_domain_searchbox_title {
    background-image: url("../../../../core/img/background_white_top_1x30.png");
    background-repeat: repeat-x;
    border: medium none;
    border-radius: 0;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    margin: 0 12px;
    padding: 0px 0px 0px 5px;
    text-align: left;
    width: auto;
    border-bottom: 1px dotted #000000;
}

.ajax_order_domain_searchbox_title_left {
	background-image: url("../../../../core/img/background.png");
    background-position: -10px -800px;
    height: 30px;
    left: 0;
    position: absolute;
    top: 0;
    width: 12px;
}

.ajax_order_domain_searchbox_title_right {
	background-image: url("../../../../core/img/background.png");
    background-position: -348px -800px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    width: 12px;
}

.ajax_order_domain_searchbox_check_container {
	background-color: #ffffff;
    font-size: 13px;
    margin-left: 11px;
    margin-right: 6px;
    padding-top: 9px;
    position: relative;
    width: auto;
}

.ajax_order_domain_searchbox_check_container_left {
	background-image: url("../../../../core/img/background_white_left_15x1.png");
	background-position: -1px 0px;
    background-repeat: repeat-y;
    height: 58px;
    left: 0;
    position: absolute;
    top: 30px;
    width: 12px;
}

.ajax_order_domain_searchbox_check_container_right {
	background-image: url("../../../../core/img/background_white_right_10x1.png");
    background-repeat: repeat-y;
    height: 58px;
    position: absolute;
    right: 0;
    top: 30px;
    width: 10px;
}

.ajax_order_domain_searchbox_bottom {
	background-image: url("../../../../core/img/background_white_1x15.png");
    background-repeat: repeat-x;
    height: 15px;
    margin: 0 12px;
    width: auto;
}

.ajax_order_domain_searchbox_bottom_left {
	background-image: url("../../../../core/img/background.png");
    background-position: -401px -945px;
    bottom: -4px;
    height: 15px;
    left: 0;
    position: absolute;
    width: 12px;
}

.ajax_order_domain_searchbox_bottom_right {
	background-image: url("../../../../core/img/background.png");
    background-position: -588px -945px;
    bottom: -4px;
    height: 15px;
    position: absolute;
    right: 0;
    width: 12px;
}

.ajax_order_domain_searchbox_check_container > table {
	width: 100%;
}

.ajax_order_domain_searchbox_www_td {
	width: 1%;
}

.ajax_order_domain_searchbox_www {
	padding: 4px 0 4px 4px;
	text-align: right;
}

.ajax_order_domain_searchbox_input_container_td {
	width: 100%;
}

.ajax_order_domain_searchbox_input_container {
	padding: 4px 0 4px 0;
}

.ajax_order_domain_searchbox_input {
	border: 1px solid #999999;
    border-radius: 4px;
    font-size: 14px;
    height: 22px;
    padding: 5px 0;
    width: 100%;
}

.ajax_order_domain_searchbox_domain_check_button_container_td {
	width: 1%;
}

.ajax_order_domain_searchbox_domain_check_button_container {
	height: 34px;
    margin-left: 5px;
    width: 34px;
    padding: 4px 0;
}

.ajax_order_domain_searchbox_tld_group {
	
}

.ajax_order_domain_searchbox_domain_check_button {

}

.ajax_order_domain_searchbox_domain_check_button a {
	background-image: url("../../../../core/img/lupe_30x30.png");
	margin-top: 2px;
    display: block;
    font-size: 0;
    height: 30px;
    width: 30px;
}

/* module specific style domain */

.module_domain .ajax_display_order_domain_searchbox {
	width: 100%;
	float: none;
	margin: 0;
}

.module_domain .ajax_order_domain_searchbox_container {
	background-color: transparent;
	border: none;
    border-radius: 0;
    height: 99px;
    padding: 0;
    width: auto;
    margin-bottom: 5px;
}

.module_domain .ajax_order_domain_searchbox_title {
	background-image: url("../../../../core/img/background_domain_1x30.png");
    background-repeat: repeat-x;
    border: medium none;
    border-radius: 0;
    color: #ffffff;
    height: 30px;
    line-height: 30px;
    margin: 0 12px;
    padding: 0;
    text-align: center;
    width: auto;
}

.module_domain .ajax_order_domain_searchbox_title_left {
	background-image: url("../../../../core/img/backgound_domain.png");
    background-position: -10px -10px;
    height: 30px;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 12px;
}

.module_domain .ajax_order_domain_searchbox_title_right {
	background-image: url("../../../../core/img/backgound_domain.png");
    background-position: -198px -10px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    width: 12px;
}

.module_domain .ajax_order_domain_searchbox_check_container {
	background-color: #FFFFFF;
    font-size: 10px;
    margin-left: 11px;
    margin-right: 6px;
    padding-top: 10px;
    width: auto;
    position: relative;
}

.module_domain .ajax_order_domain_searchbox_check_container_left {
	background-image: url("../../../../core/img/background_white_left_15x1.png");
	background-position: 0px 0px;
    background-repeat: repeat-y;
    height: 58px;
    left: 0;
    position: absolute;
    top: 30px;
    width: 12px;
}

.module_domain .ajax_order_domain_searchbox_check_container_right {
	background-image: url("../../../../core/img/background_white_right_10x1.png");
    background-repeat: repeat-y;
    height: 58px;
    right: 0;
    position: absolute;
    top: 30px;
    width: 10px;
}

.module_domain .ajax_order_domain_searchbox_www {
	padding: 4px 0 4px 0;
	display: none;
}

.module_domain .ajax_order_domain_searchbox_domain_check_button_container {
	margin-left: 2px;
}

.module_domain .ajax_order_domain_searchbox_bottom {
	background-image: url("../../../../core/img/background_white_1x15.png");
	background-repeat: repeat-x;
	height: 15px;
    margin: 0 12px;
    width: auto;
}

.module_domain .ajax_order_domain_searchbox_bottom_left {
	background-image: url("../../../../core/img/background.png");
    background-position: -400px -945px;
    bottom: -4px;
    height: 15px;
    left: 0;
    position: absolute;
    width: 12px;
}

.module_domain .ajax_order_domain_searchbox_bottom_right {
	background-image: url("../../../../core/img/background.png");
    background-position: -588px -945px;
    bottom: -4px;
    height: 15px;
    position: absolute;
    right: 0;
    width: 12px;
}

/* module hosting */

.module_hosting .ajax_display_order_domain_searchbox {
	width: 100%;
	float: none;
	margin: 0;
}

.module_hosting .ajax_order_domain_searchbox_container {
	background-color: transparent;
	border: none;
    border-radius: 0;
    height: 99px;
    padding: 0;
    width: auto;
    margin-bottom: 5px;
}

.module_hosting .ajax_order_domain_searchbox_title {
	background-image: url("../../../../core/img/background_hosting_1x30.png");
    background-repeat: repeat-x;
    border: medium none;
    border-radius: 0;
    color: #ffffff;
    height: 30px;
    line-height: 30px;
    margin: 0 12px;
    padding: 0;
    text-align: center;
    width: auto;
}

.module_hosting .ajax_order_domain_searchbox_title_left {
	background-image: url("../../../../core/img/backgound_hosting.png");
    background-position: -10px -10px;
    height: 30px;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 12px;
}

.module_hosting .ajax_order_domain_searchbox_title_right {
	background-image: url("../../../../core/img/backgound_hosting.png");
    background-position: -198px -10px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    width: 12px;
}

.module_hosting .ajax_order_domain_searchbox_check_container {
	background-color: #FFFFFF;
    font-size: 10px;
    margin-left: 11px;
    margin-right: 6px;
    padding-top: 10px;
    width: auto;
    position: relative;
}

.module_hosting .ajax_order_domain_searchbox_check_container_left {
	background-image: url("../../../../core/img/background_white_left_15x1.png");
	background-position: 0px 0px;
    background-repeat: repeat-y;
    height: 58px;
    left: 0;
    position: absolute;
    top: 30px;
    width: 12px;
}

.module_hosting .ajax_order_domain_searchbox_check_container_right {
	background-image: url("../../../../core/img/background_white_right_10x1.png");
    background-repeat: repeat-y;
    height: 58px;
    right: 0;
    position: absolute;
    top: 30px;
    width: 10px;
}

.module_hosting .ajax_order_domain_searchbox_www {
	padding: 4px 0 4px 0;
	display: none;
}

.module_hosting .ajax_order_domain_searchbox_domain_check_button_container {
	margin-left: 2px;
}

.module_hosting .ajax_order_domain_searchbox_bottom {
	background-image: url("../../../../core/img/background_white_1x15.png");
	background-repeat: repeat-x;
	height: 15px;
    margin: 0 12px;
    width: auto;
}

.module_hosting .ajax_order_domain_searchbox_bottom_left {
	background-image: url("../../../../core/img/background.png");
    background-position: -400px -945px;
    bottom: -4px;
    height: 15px;
    left: 0;
    position: absolute;
    width: 12px;
}

.module_hosting .ajax_order_domain_searchbox_bottom_right {
	background-image: url("../../../../core/img/background.png");
    background-position: -588px -945px;
    bottom: -4px;
    height: 15px;
    position: absolute;
    right: 0;
    width: 12px;
}

/* module mail */

.module_mail .ajax_display_order_domain_searchbox {
	width: 100%;
	float: none;
	margin: 0;
}

.module_mail .ajax_order_domain_searchbox_container {
	background-color: transparent;
	border: none;
    border-radius: 0;
    height: 99px;
    padding: 0;
    width: auto;
    margin-bottom: 5px;
}

.module_mail .ajax_order_domain_searchbox_title {
	background-image: url("../../../../core/img/background_mail_1x30.png");
    background-repeat: repeat-x;
    border: medium none;
    border-radius: 0;
    color: #000000;
    height: 30px;
    line-height: 30px;
    margin: 0 12px;
    padding: 0;
    text-align: center;
    width: auto;
}

.module_mail .ajax_order_domain_searchbox_title_left {
	background-image: url("../../../../core/img/backgound_mail.png");
    background-position: -10px -10px;
    height: 30px;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 12px;
}

.module_mail .ajax_order_domain_searchbox_title_right {
	background-image: url("../../../../core/img/backgound_mail.png");
    background-position: -198px -10px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    width: 12px;
}

.module_mail .ajax_order_domain_searchbox_check_container {
	background-color: #FFFFFF;
    font-size: 10px;
    margin-left: 11px;
    margin-right: 6px;
    padding-top: 10px;
    width: auto;
    position: relative;
}

.module_mail .ajax_order_domain_searchbox_check_container_left {
	background-image: url("../../../../core/img/background_white_left_15x1.png");
	background-position: 0px 0px;
    background-repeat: repeat-y;
    height: 58px;
    left: 0;
    position: absolute;
    top: 30px;
    width: 12px;
}

.module_mail .ajax_order_domain_searchbox_check_container_right {
	background-image: url("../../../../core/img/background_white_right_10x1.png");
    background-repeat: repeat-y;
    height: 58px;
    right: 0;
    position: absolute;
    top: 30px;
    width: 10px;
}

.module_mail .ajax_order_domain_searchbox_www {
	padding: 4px 0 4px 0;
	display: none;
}

.module_mail .ajax_order_domain_searchbox_domain_check_button_container {
	margin-left: 2px;
}

.module_mail .ajax_order_domain_searchbox_bottom {
	background-image: url("../../../../core/img/background_white_1x15.png");
	background-repeat: repeat-x;
	height: 15px;
    margin: 0 12px;
    width: auto;
}

.module_mail .ajax_order_domain_searchbox_bottom_left {
	background-image: url("../../../../core/img/background.png");
    background-position: -400px -945px;
    bottom: -4px;
    height: 15px;
    left: 0;
    position: absolute;
    width: 12px;
}

.module_mail .ajax_order_domain_searchbox_bottom_right {
	background-image: url("../../../../core/img/background.png");
    background-position: -588px -945px;
    bottom: -4px;
    height: 15px;
    position: absolute;
    right: 0;
    width: 12px;
}
