*{
	margin:0;
	padding:0;
	border:none;
}

body{
	background:url("../img/bg1.jpg") center top fixed no-repeat #fff;
	font-family: "open_sansregular",Arial;
	font-size:15px;
	color:#1d2324;
}

hr{
	width:98%;
	margin:0 auto;
	border-bottom:1px solid #d4d4d4;
}

a, a:hover{text-decoration: none;}

.dynamicwrapper{
	min-height:750px;
	padding-top:25px;
	padding-bottom:25px;	
}


.clear{clear:both !important; float:none !important;}
.float_left{float:left !important;}
.float_right{float:right !important;}
.no_float{float: none !important}
.noborder{border:none !important}
.nomargin{margin:0 !important}
.marginauto{margin:0 auto !important}
.inlineblock:not(select){display:inline-block !important}



.ecpblue{color:#138aa4 !important}

.container{
	width:100%;
	min-width:1200px;
	margin:0 auto;
	position:relative;
	/*overflow:hidden;*/
}

.wrapper{
	width:1200px;
	margin:0 auto;
	position:relative;
}

span.red, span.green{
	text-align:center;
	font-size:16px;
	display:block;
	margin:10px auto;
}
span.red{color:red;}
span.green{color:green;}

.styledform{
	display:block;
}

.styled_input_text, .styled_textarea{	
	display:block;
	margin:0 auto;
	padding:10px;
	border:1px solid #bfbfbf;
	background-color:#fff;
	color:#8e8e8e;
	font-size:15px;
	font-family: "open_sansregular";
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.styled_input_text{
	width:300px;
}

.styled_textarea{
	resize:none;
	width:600px;
	height:100px;
	padding:10px !important;
	font-family: "open_sansregular" !important;
}


.styledform .cimke{
	display:inline-block;
	width:120px;
	text-align:right;
	line-height:42px;
	padding-right:10px;
	font-size:15px;
	color: #1D2324;
	font-family: "open_sanssemibold";
}

.styledform .longlabel {
	width: 200px !important;
}

.styledform .cimke small{color:red}
.styledform .formRow{
	min-height:60px;
}

.validform label[class~=error]{display: none !important;}
.validform .error{border: 1px solid red;}

.formbox {
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 30px;
}

.formrow {
	margin-bottom: 20px;
}


.sellForm {
	width: 800px;
	background-color: #eee;
	border: 3px solid #bbb;
	margin-left: 50%;
	top: 100px;
	left: -400px;
	position: absolute;
	z-index: 5;
}

#cover {
	width: 100%;
	height: 100%;
	display: none;
	z-index: 3;
	background-color: #000;
	opacity: 0.7;
	left: 0px;
	top: 0px;
	position: fixed;
}

.sellForm p {
	display: block;
	margin: 0px;
	padding-left: 5px;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 794px;
	background-color: #138aa4;
	color: #fff;
	margin-bottom: 10px;
}

.sellForm .controll {
	text-align: right;
	width: 99%;
	margin-bottom: 10px;
}

#warnBox div {
	color: #000 !important;
}

.message {
	background-color: #fff;
	background-position: center 10px;
	background-repeat: no-repeat;
	color: #138aa4;
	height: 118px;
	left: -240px;
	margin-left: 50%;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 70px;
	position: absolute;
	text-align: center;
	top: 200px;
	width: 480px;
	z-index: 121;
	font-weight: bold;
	font-size: 18px;
}

#flash_bg {
	background-color: #000000;
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 120;
}

.hide_msg {
	display: inline-block;
	font-size: 12px;
	font-style: italic;
	left: 0;
	position: absolute;
	text-align: right;
	top: 165px;
	vertical-align: bottom;
	width: 490px;
	font-weight: normal !important;
	color: #000 !important;
}

.fancytable a:link, .fancytable a:visited, .fancytable a:active {
	color: #555;
}

.fancytable a:hover {
	color: #000;
}

.secondaryEmail {
	font-style: italic;
	font-size: 11px;
}

.imgUploadArea {
	font-size: 0px;
}

.imgUploadArea label {
	vertical-align: top;
	float: left;
}

.imgUploadHolder {
	width: 150px;
	height: 170px;
	text-align: center;
	display: block;
	font-size: 0px;
	float: left;
}

.imgUploadHolder .picture_upload_notice {
	font-size: 14px !important;
}

.imgUploadHolder .bg {
	width: 150px;
	height: 150px;
	background: url('../img/appbar.image.png') center center no-repeat;
	opacity: 0.5;
	border: 1px solid #ccc;
}

.imgUploadHolder .bg:hover {
	opacity: 1.0;
	cursor: pointer;
}

.imgPreview {
	width: 150px;
	height: 170px;
	display: block;
	float: left;
	margin-right: 20px;
	text-align: center;
	font-style: italic;
	font-size: 0px;
	word-wrap: break-word;
	border: 1px solid #ccc;
	margin-bottom: 10px;
}

.imgPreview .move {
	cursor: move;
}

.imgPreview .imgHolder {
	width: 146px;
	height: 130px;
	padding: 2px;
}

.imgPreview span {
	font-size: 11px;
}

.imgPreview img {
	max-width: 90%;
	max-height: 90%;
}

.pictHandlerBtn {
	padding-top: 10px;
	padding-bottom: 9px;
	display: inline-block;
	border-top: 1px solid #ccc;
	width: 100%;
	color: #333;
}

.pictHandlerBtn:hover {
	background-color: #eee;
}

.pictHandlerBtn.remove:hover {
	background-color: #FFC2C2;
}

.actions {
	text-align: center;
}

.actions a {
	padding: 5px 8px;
	display: inline-block;
	border: 1px solid #bbb;
	margin: 2px;
}

.actions a:hover {
	background-color: #eee;
}

.leftTD {
	font-style: italic;
	text-align: right;
	padding-right: 10px !important;
}

#sortable { list-style-type: none; margin: 0; padding: 0; width: 60%; }
#sortable li { margin: 0 3px 3px 3px; padding: 0.4em; padding-left: 1.5em; font-size: 1.4em; height: 30px; cursor: grab;}
#sortable li span { position: absolute; margin-left: -1.3em; padding-top: 4px; }

.notificationSettings label{
	width: 200px !important;
}

.error, .cake-stack-trace, h2, h3, pre, .notice {
	font-family: Consolas;
	background-color: #eee;
	padding: 10px;
	border: 1px solid #777;
	margin: 10px;
}

.chosen-single {
	height: 42px !important;
	line-height: 42px !important;
}

.chosen-container-single .chosen-single div {
	top: 10px !important;
}


label.disabled, input[readonly=readonly], select[readonly=readonly] {
	opacity: 0.5;
	pointer-events: none;
}