body{margin:0px; padding:0px; background:url(../images/bg.png); font-family:'Open Sans', sans-serif; font-size:12px; line-height:14px;}
ul, li, img, div, a, p, span, h1, h2, h3, h4, h5{margin:0px; padding:0px; outline:none;}
ul, li{list-style-type:none;}
textarea, select, input{font-family:'Open Sans', sans-serif; font-size:12px; font-weight:normal; color:#888888; -webkit-appearance:none; outline:none;}

input.checkbox, input[type="checkbox"]{-webkit-appearance:checkbox !important;}
input.radio,  input[type="radio"]{-webkit-appearance:radio !important;}

select{background:url(../images/bg-dd.png) no-repeat right; height:15px;}
select option{padding:2px 4px 2px 4px;}
a{color:#4c4c4c; text-decoration:none;}
a:hover{color:#31bcea; -webkit-transition:color 0.5s ease-out; -moz-transition:color 0.5s ease-out; -o-transition:color 0.5s ease-out;}
.btn-large, .btn-medium, .btn-small{font-size:14px; font-weight:700; color:#FFFFFF; text-transform:uppercase; padding:5px 20px 5px 20px; margin:2px; border:1px solid #FFF; -moz-box-shadow:0 0 0 3px #31bcea; -webkit-box-shadow:0 0 0 3px #31bcea; box-shadow:0 0 0 3px #31bcea; background:#31bcea; background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiM1ZWNiZWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiMzMWJjZWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background:-moz-linear-gradient(top, #5ecbef 50%, #31bcea 50%); /* FF3.6+ */
	background:-webkit-gradient(linear, left top, left bottom, color-stop(50%, #5ecbef), color-stop(50%, #31bcea)); /* Chrome,Safari4+ */
	background:-webkit-linear-gradient(top, #5ecbef 50%, #31bcea 50%); /* Chrome10+,Safari5.1+ */
	background:-o-linear-gradient(top, #5ecbef 50%, #31bcea 50%); /* Opera 11.10+ */
	background:-ms-linear-gradient(top, #5ecbef 50%, #31bcea 50%); /* IE10+ */
	background:linear-gradient(to bottom, #5ecbef 50%, #31bcea 50%); /* W3C */
 filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5ecbef', endColorstr='#31bcea', GradientType=0 ); /* IE6-8 */}
.btn-medium{padding:3px 15px 2px 15px; margin:0px; line-height:15px; font-size:12px;}
.btn-small{padding:1px 6px 1px 6px; margin:0px; font-size:11px; line-height:13px;/* height:16px;*/ font-weight:normal;}
input:focus, textarea:focus, select:focus{-webkit-box-shadow:inset 0 0px 5px rgba(230, 68, 70, 0.5); -moz-box-shadow:inset 0 0px 5px rgba(230, 68, 70, 0.5); box-shadow:inset 0 0px 5px rgba(230, 68, 70, 0.5);}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
div#mxalert, div#mxconfirm{width:400px; height:auto; padding:20px; border:4px solid #e64446; font-size:14px; color:#000; background-color:#FFF; text-align:center;}
div#mxalert a.close{position:absolute; right:0px; top:0px; padding:1px 4px 1px 4px; margin:-10px -10px 0px 0px; background-color:#FFF; color:#000; border:4px solid #e64446;}
div#mxconfirm-btn{ float:left; width:100%; margin-top:15px;}
div#mxalert a.button, div#mxconfirm a.button{ display:inline-block; margin:0px 5px; border:1px solid #FFFFFF; padding:0px 10px; text-transform:uppercase; font-size:11px; color:#fff; -moz-box-shadow:0 0 0 3px #e64446; -webkit-box-shadow:0 0 0 3px #e64446; box-shadow:0 0 0 3px #e64446; background:#e64446; /* Old browsers */
	background:-moz-linear-gradient(top, #e64446 0%, #e64446 50%, #e50000 51%, #e64446 100%); /* FF3.6+ */
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #e64446), color-stop(50%, #e64446), color-stop(51%, #e50000), color-stop(100%, #e64446)); /* Chrome,Safari4+ */
	background:-webkit-linear-gradient(top, #e64446 0%, #e64446 50%, #e50000 51%, #e64446 100%); /* Chrome10+,Safari5.1+ */
	background:-o-linear-gradient(top, #e64446 0%, #e64446 50%, #e50000 51%, #e64446 100%); /* Opera 11.10+ */
	background:-ms-linear-gradient(top, #e64446 0%, #e64446 50%, #e50000 51%, #e64446 100%); /* IE10+ */
	background:linear-gradient(top, #e64446 0%, #e64446 50%, #e50000 51%, #e64446 100%); /* W3C */
 filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e64446', endColorstr='#e64446', GradientType=0 ); /* IE6-9 */}
/*~~~~~~~~~~~~~NEVER REMOVE THIS CLASS~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.transbg{position:fixed; z-index:5000; width:100%; height:auto; background-color:#FFF; background:rgb(0, 0, 0); background:rgba(0, 0, 0, 0.6);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
 -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);}
ul.tree-list{float:left; width:100%;}
ul.tree-list li{float:left; width:100%; color:#4C4C4C; font-weight:bold;}
ul.tree-list li ul{float:left; width:90%; margin:4px 0 0 15px; margin-bottom:6px;}
ul.tree-list li ul li{float:left; width:100%; padding:2px 0px; color:#6F6F6F; font-weight:normal;}
ul.tree-list li input{float:left; width:auto; border:1px solid #DFDFDF; margin-right:3px;}
/*~~~~~~~~~~~~~work images~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#workImg{width:100%; float:left;}
#workImg object{margin:15px 0px 15px 0px; float:left;}
#workImg #imageStatus{display:none; float:left; color:#E51010; font-size:14px; margin:22px 0 22px 20px;}
ul.workList{float:left; width:100%;}
ul.workList li{width:150px; float:left; position:relative; margin:0px 5px 5px 0px; overflow:hidden;}
ul.workList li div{width:150px; height:112px; float:left; position:relative; margin:0px 0px 5px 0px; overflow:hidden; background:#D8D8D8;}
ul.workList li a.btn-del-img{width:16px; height:16px; position:absolute; right:5px; top:5px; background:#e51010; color:#fff; text-align:center;}
