.remarksarea {
	color: #9E9E9E;
	font-size: 13px;
	line-height: 20px;
}
.createreviewstar, .createreviewdetailstar {
	background-origin: content-box;
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
}
.createreviewstar {
	width: 56px;
	height: 50px;
	padding: 0 3px;
}
.createreviewdetailstar {
	width: 21px;
	height: 20px;
	padding: 0 0.5px;
}
.createreviewstar, .createreviewdetailstar {
	background-image: url('img/createreviewstar_off.png');
}
.createreviewstar.star_on, .createreviewdetailstar.star_on {
	background-image: url('img/createreviewstar_on.png');
}
.reviewcommentrichinputbox {
	width: 100%;
}
.nicknameinputbox {
	width: 43%;
	padding: 16px 0 0;
	margin: 3px 0 10px;
	margin-right: auto;
	position: relative;
}
.nicknameinput_remarks {
	margin-top: 5px;
    font-size: 12px;
    line-height: 14px;
    color: #9575CD;
}
.createreviewarea {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: stretch;
	display: none;
	animation: popupfadeinanimation .3s;
}
.createreviewactionarea {
	width: 100%;
	padding-bottom: 10px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: nowrap;
}
.createreviewactionarea_main {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	flex-wrap: wrap;
}
.createreviewcontainer_action_buttonarea {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-end;
	flex-wrap: nowrap;
}
.createreviewcontainer_action_buttonarea_remarks {
    margin-top: 5px;
    max-width: 340px;
    font-size: 12px;
    line-height: 14px;
    color: #9575CD;
}
.cancelreviewbutton {
	margin-right: 15px;
}
.reviewitembox_result {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}
.createreviewarea_inner {
	margin-top: 10px;
}
.createreviewcaption {
	font-size: 16px;
	line-height: 28px;
}
.createreviewmessagecaption {
	margin-top: 10px;
}
.createreviewcaption_sub {
	margin-bottom: 5px;
	color: #757575;
	/*margin-left: 5px;*/
	font-size: 13px;
	line-height: 18px;
}
.createreviewdetailpointheaderarea {
	color: #616161;
	font-size: 13px;
	line-height: 18px;
}
.createreviewdetailpointboxcontainer {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
.createreviewdetailpointbox {
	margin-top: 5px;
	margin-left: 18px;
	margin-right: 5px;
	margin-bottom: 10px
}
.createreviewcaption_error {
    font-size: 12px;
    color: #ea4335;
}
.createreviewphotoarea {
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: nowrap;
}
.createreviewphotomainarea {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: nowrap;
}
.attachedfiledropbox {		/* From style_ax_ops.css */
	cursor: pointer;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background-color: #F6EBF7;
	border: solid 1px #DCB1E3;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
}
.attachedfiledropbox:hover {		/* From style_ax_ops.css */
	opacity: .8;
}
.attachedfiledropbox div {		/* From style_ax_ops.css */
	padding: 15px 5px 5px;
	text-align: center;
	font-size: 13px;
	line-height: 18px;
	color: #BC8AD1;
	width: 114px;
	height: 114px;
	border-radius: 50%;
	/*background-color: #F3E5F5;*/
	border: dotted 1px #DCB1E3;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
}
.attachedfilearea {
	margin-left: 10px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
.generaluploadimg {
	width: 100px;
	height: auto;
	margin: 5px;
}
.generaluploadvideo {
	width: 200px;
	height: auto;
	margin: 5px;
}
.generaluploadfileimage {
	width: 100px;
	height: auto;
	margin: 5px;
}
.removegeneraluploadbutton {		/* From style_ax_ops.css */
	position: absolute;
	margin-left: -10px;
	width: 12px;
	height: 12px;
}
.alreadyreviewdarea {
	margin-top: 5px;
	margin-bottom: 3px;
}
.alreadyreviewdarea a {
	color: inherit;
}
.alreadyreviewdmessage, .alreadyreviewdmessage_sub {
	color: #4A148C;
}
.alreadyreviewdmessage {
	font-size: 14px;
	line-height: 18px;
}
.alreadyreviewdmessage_sub {
	font-size: 11px;
	line-height: 16px;
}
/* MEDIA 800 START **********************************************/
@media (max-width: 800px) {
.nicknameinputbox {
	width: 300px;
}
} /** END ********************************************************************/
.thisisinhouseitem {
	color: #4A148C;
	font-size: 14px;
	line-height: 18px;
	cursor: pointer;
}