.content_wrapper {
	position:relative;
}
.welcome {
	position:relative;
	z-index:2;
}
.welcome .welcome_text {
	padding: 3px 25px;
}
.registration_select_wrapper {
	background-color:white;
	border:1px solid #ccc;
	margin:20px 20px 10px;
	padding: 0px 10px 10px 10px;
}
.registration_select_wrapper .registration_title {
	background-image: url(../image/registration/registration_title_background.gif);
	background-repeat: no-repeat;
	color: white;
	width: 180px;
	margin: 0px auto 15px;
	padding: 8px 0px;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
	line-height: 20px;
}
.registration_select_wrapper .registration_select {
	border-top:1px solid #ccc;
	padding:10px 15px;
}
.registration_select_wrapper .registration_select .select_box {
	margin: 50px 0px;
	height:152px;
}
.registration_select_wrapper .registration_select .select_box a.select {
	display:block;
	background-image: url(../image/registration/registration_select.png);
	background-repeat: no-repeat;
	width: 175px;
	height: 107px;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	padding-top: 45px;
	float:left;
}
.registration_select_wrapper .terms-and-conditions {
	background-color: #EEE;
	padding: 10px;
	margin: 20px 40px;
}
.registration_select_wrapper .terms-and-conditions .title {
	font-size: 20px;
	text-shadow: 1px 1px 1px #CCC;
	margin-bottom: 15px;
}
.registration_select_wrapper .terms-and-conditions .contents {
	color:#444;
	height: 250px;
	overflow: auto;
	margin-bottom: 10px;
	padding: 10px;
	background-color: white;
}
.registration_select_wrapper .terms-and-conditions .contents .subtitle {
	font-size: 15px;
	color: black;
	line-height: 25px;
}
.registration_select_wrapper .terms-and-conditions .agree_checkbox {
}

/* registration for common */
.registration_wrapper {
	min-height:375px;
	margin-top:30px;
}
.registration_wrapper .form_element {
	font-size:15px;
	text-align:right;
	margin: 3px 0px;
	color: #222;
}
.registration_wrapper .form_element img.label {
	width: 100px;
	position: relative;
	top:2px;
}

.registration_wrapper .form_element input.text {
	padding: 3px;
	border: 1px solid #CCC;
	line-height: 16px;
	height: 16px;
}
.registration_wrapper .form_element textarea.text {
	padding: 3px;
	border: 1px solid #CCC;
	line-height: 16px;
	overflow:auto;
	resize: none;
}
.registration_wrapper .form_element input.text.error {
	color:red;
}
.registration_wrapper .form_element input.submit {
	background-color: black;
	border: 1px solid #DDD;
	color: #FF7F00;
	line-height: 25px;
	padding: 3px 13px;
	font-size: 20px;
}
.registration_wrapper .form_element input.submit:hover {
	cursor:pointer;
}
.registration_wrapper .form_element .checkbox_receiveemail {
	margin:7px 0px
}
.registration_wrapper .form_element .checkbox_receiveemail label {
	margin-right:7px
}
#profile_image_btn {
	float:right;
	width: 214px;
}
.profile_image_preview_wrapper {
	display:none;
	background-image: url(../image/registration/profileimage_frame.png);
	background-repeat: no-repeat;
	width: 150px;
	height: 150px;
	padding: 11px 12px 13px 10px;
	float:right;
}
#profile_image_preview {
	display:block;
	width:100%; height:100%;
}
#imageCrop {
	position:fixed;
	top:0px; left:0px;
	width:100%;
	height:100%;
	/* for IE */
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000, endColorstr=#7F000000);
	background:url('/media/image/empty_image.gif');
	/* for modern browser */
	background-color:rgba(0, 0, 0, 0.5);
	background-repeat:no-repeat;
	background-position:top right;
	z-index:1000;
	cursor:pointer;
	overflow-y:auto;
}
#imageCrop .outer_box {
	position:relative;
	border:1px solid #c2c2c2;
	background-color:#eceeed;
	margin:150px auto 0px;
	width:888px;
	z-index:1001;
	cursor:default;
}
#imageCrop .outer_box .box_crossline {
	position:absolute;
	width: 9px; height:8px;
	overflow:hidden;
	background-color:transparent;
}
#imageCrop .outer_box .box_crossline.upper {
	top:0px; left:0px;
	background-image: url('../image/bases/box_upper_crossline.png');
}
#imageCrop .outer_box .box_crossline.lower {
	bottom:0px; left:0px;
	background-image: url('../image/bases/box_lower_crossline.png');
}
#imageCrop .outer_box .btn_close {
	position:absolute;
	top: 12px; right: 2px;
	width:14px; height:14px;
	background-image: url('../image/bases/btn_close.png');
	cursor:pointer;
}
#imageCrop .content {	
	margin: 8px -1px 8px 9px;
	border:1px solid #c2c2c2;
	background-color: white;
	border-right:none;
	overflow: hidden;
}
#imageCrop .content .crop_canvas {
	float: left;
	width: 625px;
	background-image: url('/media/image/magazine/grid.gif');
}
#imageCrop .content .crop_canvas img.crop_canvas_image {
	display:block;
	margin:auto;
}
#imageCrop .content .crop_canvas .jcrop-holder {
	margin:auto;
}
#imageCrop .content .crop_preview {
	margin-left: 625px;
	padding: 10px 5px;
	text-align:center;
}
#imageCrop .content .crop_preview .preview_box {
	border: 1px solid #DDD;
	width: 150px;
	height: 150px;
	overflow: hidden;
	text-align: center;
	margin: 0px auto 5px;
}
#imageCrop .content .crop_preview .preview_box img.preview_image {
}
#imageCrop .content .crop_preview button.confirm {
	background-color: black;
	border: 1px solid #DDD;
	color: white;
	line-height: 25px;
	padding: 3px 13px;
	font-size: 20px;
}
#imageCrop .content .crop_preview button.confirm:hover {
	cursor:pointer;
	color: #FF7F00;
}
/* registration for user */
.registration_wrapper.user {
	background-image: url(../image/registration/registration_user_background.png);
	background-repeat: no-repeat;
	background-position: left top;
}

/* registration for company */
.registration_wrapper.company {
	background-image: url(../image/registration/registration_company_background.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.registration_wrapper.company .form_element img.label {
	width: 120px;
}