.short {
    font-family: verdana;
    font-size: 15px;
    margin-right: 20px;
    color: #CDCCCC;
}

.modalDialog {
	position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	background: rgba(0, 0, 0, 0.32);
	z-index: 99999;
    opacity: 0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}
.modalDialog:target {
    opacity:1;
    pointer-events: auto;
}
.modalDialog > div {
	width: 545px;
    position: relative;
    margin: 10% auto;
    padding: 10px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    background: #ffffff;
    border: solid 1px #b1b1b1;
    text-align: left;
    box-shadow: 0 0 6px #b1b1b1;
}
.modalTitle {
    color: #5E5E5E;
    font-family: verdana;
    font-size: 14px;
    margin-top: -0px;
    border: solid 1px lightgrey;
    background: lightgrey;
    padding-left: 5px;
}
.explainModal {
    font-size: 13px;
    color: #5E5E5E;	
}

/*support*/
.clientbox {
	border: none;
    background: #FAFAFA;
    padding: 20px;
    width: 94%;
    text-align: left;
    letter-spacing: 1px;
    font-family: verdana;
    font-size: 13px;
    border-left: solid 2px #74AF01;
}
.adminbox {
	border: none;
    background: #FAFAFA;
    padding: 20px;
    width: 95%;
    text-align: left;
    letter-spacing: 1px;
    font-family: verdana;
    font-size: 13px;
    border-right: solid 2px #0178AF;
}
.clientavatar {
    border-radius: 50%;
    -moz-border-radius: 50%;
    border: solid 5px #D6D6D6;
    margin-left: 8px
}
.adminavatar {
	margin-left: 764px;
    border-radius: 50%;
    -moz-border-radius: 50%;
}

.replybox {
    border: solid 1px #D6D6D6;
    padding: 9px;
    border-radius: 3px;
    width: 95%;
}
.reply-title{
	font-family: exo;
    font-size: 12px;
    letter-spacing: 1px;
    color: #545454;
    text-align: left;
}
.reply-textarea {
    overflow: auto;
    width: 99%;
    border: none;
    outline: none;
    font-family: exo;
	resize: none;
}

.insidediv {
	font-family: exo;
    text-align: left;
    padding-left: 15px;
}