*{
    margin:0;
    padding:0;
}
html{
	-ms-content-zooming: none;
}
body{
    background-color:#fff;
    font-family: Verdana, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1.6em;
}
.center{
	padding:20px;
	text-align:center;
}
#loginPage button{
	float:none;
	border: 1px solid;
	border-radius:5px;
}
#logo{
	background:transparent url(../images/logo.png) no-repeat top left;
	position:absolute;
	width:356px;
	height:102px;
  	left: 10px;
  	top: 20px;
}
.content{
	padding: 90px 20px 0 20px;
}
button{
    background-color: #fff;
    height: 80px;
    width: 155px;
	padding: 0 10px 0 10px;
    letter-spacing: 0px;
    color: #000;
    font-family: Verdana, sans-serif;
    font-size: 18px;
	font-weight: bold;
    cursor: pointer;
	cursor: hand;
    text-shadow: 0px 0px 1px #bbb;
}
#cancelcomplaint,#canceldepartments,#addcomplaint{
    float: left;
    border-left: none;
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-radius: 0 5px 5px 0;
}
#sendcomplaint,#senddepartments{
	float: right;
    border-right: none;
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-radius: 5px 0 0 5px;
}
#senddepartments{
	display:none;
}
#contact button{
    position: absolute;
    top: 578px;
}
#contact h1{
	position: relative;
    padding-top: 130px;
}
#complaint,#contact{
	box-shadow:2px 2px 10px 0 rgba(200, 200, 200, 0.2), 0 2px 2px 0 rgba(200, 200, 200, 0.24);
    width:100%;
    height:380px;
}
#loginPage{
	box-shadow:2px 2px 10px 0 rgba(200, 200, 200, 0.2), 0 2px 2px 0 rgba(200, 200, 200, 0.24);
    width:680px;
    margin:20px auto 0px auto;
	display:block;
}
#contact{
	display:block;
	height:660px;
}
#complaint{
	display:none;
    margin:0 auto;
}
h1,h2{
    color:#000;
    text-shadow:1px 1px 1px #ddd;
    padding-top:10px;
	text-align:center;
    font-size:35px;
    letter-spacing:-1px;
}
h2{
    padding-top:0;
    font-size:30px;
}
h3{
	text-align:center;
	font-size:22px;	
}
#complaint form,form#ContactForm,form#DepartmentsForm{
    width:90%;
    height:300px;
    margin:0 auto;
    padding:15px 0px 0px 0px;
    clear:both;
}
form#DepartmentsForm {
    width:730px;
	height: 160px;
    margin:-10px auto;
    padding: 0;
}
form#ContactForm{
	height:250px;
	margin:0 auto;
	padding:35px 0px 10px 0px;
}
#complaint form{
    margin: 0 0 0 190px;
	width:650px;
	height:308px;
}
#loginPage form{
	width: 640px;
    height: 150px;
    margin: 0px auto;
    padding: 15px 0px 0px 0px;
    clear: both;
}
#complaint p,#contact p,#loginPage p{
    width:100%;
    float:left;
    clear:both;
    position:relative;
}
#complaint label,#loginPage label{
    float:left;
    width:210px;
	font-size:30px;
	font-weight: 900;
    text-align:right;
    margin:10px 0px 5px 0px;
    padding-right:10px;
    text-shadow:1px 1px 1px #fff;
    color:#6A5D5B;
    line-height:23px;
}
#loginPage label{
    width:310px;
    text-align:left;
}
#complaint input[type="text"],#complaint textarea{
    float:left;
    margin:5px 0px 5px 0px;
    font-family: Verdana, sans-serif;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 24px;
    padding:4px 4px 5px 4px;
    width:390px;
    border:1px solid #ddd;
    background-color:#f9f9f9;
    font-weight:bold;
    color:#444;
    text-shadow:-1px 1px 1px #aaa;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    -moz-box-shadow:0px 0px 2px #000;
    -webkit-box-shadow:1px 1px 1px #000;
    box-shadow:1px 1px 1px #000;
}
#loginPage input[type="text"]{
	margin: 5px 0px 5px 0px;
    font-family: Verdana, sans-serif;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 24px;
    padding: 4px 4px 5px 4px;
    width: 300px;
    border: 1px solid #ddd;
    background-color: #f9f9f9;
    font-weight: bold;
    color: #444;
    text-shadow: -1px 1px 1px #aaa;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 0px 2px #000;
    -webkit-box-shadow: 1px 1px 1px #000;
    box-shadow: 1px 1px 1px #000;
}
#complaint textarea,#loginPage textarea{
    overflow-x:hidden;
}
#complaint input[type="text"]:focus,#complaint textarea:focus,#loginPage input[type="text"]:focus{
    background-color:#fff;
}
#complaint input[type="button"],#contact input[type="button"],#departmentspopup input[type="button"]{
    float: right;
    background-color: #fff;
    border-right: none;
    height: 80px;
	width:155px;
	padding: 0 10px 0 10px;
    letter-spacing: 0px;
    color: #000;
    font-family: Verdana, sans-serif;
    font-size: 18px;
	font-weight: bold;
    cursor: pointer;
	cursor: hand;
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-radius: 5px 0 0 5px;
    text-shadow: 0px 0px 1px #bbb;
}
#loginPage input[type="button"]{
	float: right;
    position: relative;
    right: 5px;
    background-color: #fff;
    height: 65px;
    padding: 0 30px 0 30px;
    letter-spacing: 0px;
    color: #000;
    text-transform: uppercase;
    font-family: Verdana, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    cursor: pointer;
    cursor: hand;
    -moz-border-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-radius: 5px;
    text-shadow: 0px 0px 1px #bbb;
}
#complaint input[type="button"]:hover,#loginPage input[type="button"]:hover{
    color:#aaa;
    opacity:1;
}
#contact input[type="button"]:hover,#departmentspopup input[type="button"]:hover{
	color:#fff;
}
#contact p.submit{
    height: 80px;
    width: 150px;
    position: absolute;
    top: 578px;
    right: 0;
}
#complaint p.submit{
    height: 80px;
    width: 100%;
    position: absolute;
    top: 298px;
    left: 0;
}
#loginPage p.submit{
	height: 65px;
    float: right;
    position: relative;
    top: 30px;
}
#complaint label span,#loginPage label span{
    font-size:12px;
    font-weight:bold;
    color:#777;
    margin-left:3px;
}
.error{
    background-color:#6F6968;
    border:1px solid #333;
    border-left:none;
    width:180px;
    height:30px;
    position:absolute;
    top:4px;
    right:-175px;
    font-size:10px;
    letter-spacing:0px;
    color:#ddd;
    -moz-border-radius:0px 5px 5px 0px;
    -webkit-border-top-right-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    border-radius:0px 5px 5px 0px;
}
.error span{
    margin-left:10px;
    line-height:30px;
    text-shadow:1px 1px 1px #333;
}
.loader{
    background:transparent url(../images/ajax-loader.gif) no-repeat top left;
    width:31px;
    height:31px;
    position:absolute;
    bottom:6px;
    left:780px;
}
.success{
	position: absolute;
    bottom: 2px;
    text-align: right;
    padding: 5px 20px 0px 0px;
    margin-left: 255px;
    width: 315px;
    border: 1px solid #eee;
    height: 32px;
    font-size: 10px;
    letter-spacing: 0px;
    color: #ddd;
    -moz-border-radius: 0px 5px 5px 0px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-radius: 0px 5px 5px 0px;
    text-shadow: 1px 1px 1px #333;
}
.envelope img{
    position:fixed;
    top:50%;
    left:50%;
    margin-top:-88px;
    margin-left:-123px;
}

#smilieswrapper {
	text-align: center;
}
div.smilies {
	width: 250px;
	height: 250px;
	position: relative;
	margin-right:40px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	display: inline-block;
	box-shadow: inset 0px -14px 14px rgba(0, 0, 0, .3), 0px 2px 20px rgba(0, 0, 0, .6);
	-webkit-box-shadow: inset 0px -14px 14px rgba(0, 0, 0, .3), 0px 2px 20px rgba(0, 0, 0, .6);
	-moz-box-shadow: inset 0px -14px 14px rgba(0, 0, 0, .3), 0px 2px 20px rgba(0, 0, 0, .6);
}
.animate {
    transform: scale(1.3);
	-webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
	-webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
div.smilies:last-child {
	margin-right:0;
}
.smilies div.eyes {
	width: 45px;
    height: 70px;
	background: #222;
	border-radius: 100px/160px;
	-webkit-border-radius: 100px 160px;
	-moz-border-radius: 100px/160px;
	position: absolute;
	top: 40px;
	box-shadow: 0 2px 0 rgba(255,255,255, 0.8);
	-webkit-box-shadow: 0 2px 0 rgba(255,255,255, 0.8);
	-moz-box-shadow: 0 2px 0 rgba(255,255,255, 0.8);
}	
.smilies div.eyes.lefteye {
	left: 45px;
}
.smilies div.eyes.righteye {
	right: 45px;
}
div.smilies.verysad {
	background: #FA432F;
	background: -webkit-gradient(linear, left top, left bottom, from(#FA432F), to(#DF1313));
	background: -moz-linear-gradient(top,  #FA432F,  #DF1313);
}
div.smilies.sad {
	background: #ee9295;
	background: -webkit-gradient(linear, left top, left bottom, from(#ee9295), to(#e27378));
	background: -moz-linear-gradient(top,  #ee9295,  #e27378);
}
div.smilies.almosthappy {
	background: #eed16a;
	background: -webkit-gradient(linear, left top, left bottom, from(#eed16a), to(#dbae51));
	background: -moz-linear-gradient(top,  #eed16a,  #dbae51);
}
div.smilies.happy {
	background: #A9DB49;
	background: -webkit-gradient(linear, left top, left bottom, from(#A9DB49), to(#7AC524));
	background: -moz-linear-gradient(top,  #A9DB49,  #7AC524);
}
.smilies div.smile-verysad {
	width: 112px;
    height: 20px;
    border: 2px solid #222;
    border-bottom: 0;
    background: rgba(0,0,0,0);
    -moz-border-radius: 0 0 120px 120px / 0 0 90px 90px;
    -webkit-border-radius: 0 0 120px 120px 0 0 90px 90px;
    border-radius: 120px 120px 0 0/ 120px 120px 0 0;
    position: absolute;
    bottom: 35px;
	left: 67px;
    box-shadow: 0 2px 0 rgba(255,255,255, 0.8);
    -webkit-box-shadow: 2px 0 0 rgba(255,255,255, 0.8);
    -moz-box-shadow: 0 2px 0 rgba(255,255,255, 0.8);
}
.smilies div.corner-verysad.right {
	left: 50px;
	-webkit-transform: rotate(-65deg);
	-moz-transform: rotate(-65deg);		
}
.smilies div.smile-sad {
	width: 112px;
    height: 10px;
    border: 2px solid #222;
    border-bottom: 0;
    background: rgba(0,0,0,0);
    -moz-border-radius: 0 0 120px 120px / 0 0 90px 90px;
    -webkit-border-radius: 0 0 120px 120px 0 0 90px 90px;
    border-radius: 180px 180px 0 0/ 100px 100px 0 0;
    position: absolute;
    bottom: 35px;
	left: 67px;
    box-shadow: 0 2px 0 rgba(255,255,255, 0.8);
    -webkit-box-shadow: 2px 0 0 rgba(255,255,255, 0.8);
    -moz-box-shadow: 0 2px 0 rgba(255,255,255, 0.8);
}
.smilies div.corner-sad.right {
	left: 50px;
	-webkit-transform: rotate(-65deg);
	-moz-transform: rotate(-65deg);		
}
.smilies div.smile-neutral {
	width: 112px;
    height: 10px;
    border-bottom: 2px solid #222;
    background: rgba(0,0,0,0);
    position: absolute;
    bottom: 35px;
	left: 67px;
    box-shadow: 0 1px 0 rgba(255,255,255, 0.8);
    -webkit-box-shadow: 0 2px 0 rgba(255,255,255, 0.8);
    -moz-box-shadow: 0 2px 0 rgba(255,255,255, 0.8);
}
.smilies div.corner-neutral.right {
	left: 50px;
	-webkit-transform: rotate(-65deg);
	-moz-transform: rotate(-65deg);		
}
.smilies div.smile-almosthappy {
	width: 112px;
	height: 10px;
	border: 2px solid #222;
	border-top: 0;
	background: rgba(0,0,0,0);
	-moz-border-radius: 0 0 120px 120px / 0 0 90px 90px;
	-webkit-border-radius: 0 0 120px 120px 0 0 90px 90px;
	border-radius: 0 0 120px 120px / 0 0 90px 90px;
	position: absolute;
    bottom: 35px;
	left: 67px;
	box-shadow: 0 2px 0 rgba(255,255,255, 0.8);
	-webkit-box-shadow: 0 2px 0 rgba(255,255,255, 0.8);
	-moz-box-shadow: 0 2px 0 rgba(255,255,255, 0.8);
}
.smilies div.corner-almosthappy.right {
	left: 50px;
	-webkit-transform: rotate(-65deg);
	-moz-transform: rotate(-65deg);		
}
.smilies div.smile-happy {
	width: 112px;
	height: 20px;
	border: 2px solid #222;
	border-top: 0;
	background: rgba(0,0,0,0);
	-moz-border-radius: 0 0 120px 120px / 0 0 90px 90px;
	-webkit-border-radius: 0 0 120px 120px 0 0 90px 90px;
	border-radius: 0 0 120px 120px / 0 0 90px 90px;
	position: absolute;
    bottom: 35px;
	left: 67px;
	box-shadow: 0 2px 0 rgba(255,255,255, 0.8);
	-webkit-box-shadow: 0 2px 0 rgba(255,255,255, 0.8);
	-moz-box-shadow: 0 2px 0 rgba(255,255,255, 0.8);
}
.smilies div.corner-happy.right {
	left: 50px;
	-webkit-transform: rotate(-65deg);
	-moz-transform: rotate(-65deg);		
}

div.smilies{
	cursor: pointer;
	cursor: hand;
}

#departmentsSelections {
	clear: both;
	width: 100%;
	margin: 10px 0;
}
#departmentsSelections ul,#flagsForm ul{
	list-style-type: none;
	text-align:center;
	margin: 0;
	padding: 0;
}
#flagsForm{
    margin-top: 20px;
    position: relative;
    float: right;
}
#flagsForm ul{
	width:230px;
	text-align:left;
}
#departmentsdescr{
	visibility:hidden;
	opacity: 0.0;
	position: relative;
	left:-100px;
}
#departmentstitle{
	visibility:hidden;
	opacity: 0.0;
	position: relative;
}
#departmentsSelections li,#flagsForm li{
	margin:15px 40px 0 40px;
	width:180px;
	display: inline-block;
	cursor: pointer;
	cursor: hand;
	float:none;
	font: 200 20px/1.5 Helvetica, Verdana, sans-serif;
}
#departmentsSelections li{
	opacity:0.1;
}
#flagsForm li{
	padding:0 10px 0 10px;
	margin:0;
	width:50px;
	height:50px;
	cursor: pointer;
	cursor: hand;
}
#departmentsSelections li:first-child {
	margin-left:0;
}
#departmentsSelections li:last-child {
	margin-right:0;
}
#departmentsSelections li a{
	text-align:center;
	text-decoration: none;
	color: #000;
	display: block;
	width: 480px;
}

.fa{
	text-align:center;
	height:80px;
	width:100%;
    background-color: #ddd;
	font-size:3em;
}
i.fa:before {
    vertical-align: sub;
}
i{
	border-radius:15px;
	box-shadow:1px 1px 5px #888;
	padding:20px 0;
}
.active{
	color: #fff;
	-webkit-animation: neon6 1.5s ease-in-out infinite alternate;
	animation: neon6 1.5s ease-in-out infinite alternate;
}
@-webkit-keyframes neon6 {
  from {
    text-shadow: 0 0 60px #eee, 0 0 70px #eee, 0 0 80px #eee;
  }
  to {
    text-shadow: 0 0 40px #bbb, 0 0 50px #bbb, 0 0 75px #bbb;
  }
}

#placeholder{
	display: block;
    position: relative;
    float: right;
    bottom: -153px;
    right: 5px;
    width: 300px;
    height: 100px;
    box-shadow: 1px 1px 2px #888;
    padding: 10px 0;
}
#clientCodePlaceholder {
	position: relative;
    top: 26px;
    left: 5px;
}
#clientCode {
	height: 35px;
}
