.arcticmodal-overlay,
.arcticmodal-container {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
}

.arcticmodal-container {
    overflow: auto;
    margin: 0;
    padding: 0;
    border: 0;
    border-collapse: collapse;
}

*:first-child+html .arcticmodal-container {
    height: 100%
}

.arcticmodal-container_i {
    height: 100%;
    margin: 0 auto;
}

.arcticmodal-container_i2 {
    padding: 24px;
    margin: 0;
    border: 0;
    vertical-align: middle;
}

.arcticmodal-error {
    padding: 20px;
    border-radius: 10px;
    background: #000;
    color: #fff;
}

.arcticmodal-loading {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    background: #000 url('../img/loading.gif') no-repeat 50% 50%;
}
.box-modal {
    position: relative;
    width: 655px;
    min-height: 120px;
    padding: 20px;
    background: #fff;
    color: #3c3c3c;
/*
    box-shadow: 0 0 0 6px rgba(153, 153, 153, .3);
*/
    border-radius: 5px;
}
.light-modal {
    position: relative;
    width: 0px;
    height: 0px;
    box-shadow: 0 0 0 6px rgba(153, 153, 153, .3);
    border-radius: 5px;
    opacity: 0;
}
#big-modal {
 width: 655px;
}
#middle-modal {
    width: 455px;
}
#small-modal {
    width: 280px;
}
#feedback-modal-box {
    width: 280px;
	background-color:#00D394!important;
	color:#fff;
}
#feedback-modal-box h1 {
	font-family: 'Open Sans Semibold', arial;
	font-size: 17px;
	color: #fff;
	width: 100%;
	text-align: center;
	margin-bottom: 2px;
	margin-top: 15px;
}

#jGrowl h1{
	font-size:14px;
}
	
	#feedback-modal-box h3{
	font-family: 'Open Sans', arial;
	font-size:14px;
	color:#fff;
	width:100%;
	text-align:center;
	}
	
#jGrowl h3{
	font-size:14px;
}

#jGrowl img{
	display:none;
}
	
#feedback-modal-box #feedback-infolist {
    list-style: none;
    display: table;
    width: 100%;
    height: 100%;
	margin:0;
	padding:0;
}
#feedback-modal-box #feedback-infolist li {
    text-align: center;
    font-size: 110%;
    display: table-cell;
    vertical-align: middle;
    height: 120px;
}
#light-box {
    border-radius: 5px;
}
.modal-close {
    width: 21px;
    height: 23px;
    position: absolute;
    right: -11px;
    top: -11px;
    cursor: pointer;
	background-image:url(../../images/close.png);
	text-indent:-9999px;
}

.modal-close:hover {
    -webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
}

.modal-content-box p {
	font-family: 'Open Sans', arial;
	font-size: 14px;
	color: #808080;
	line-height: 1.5;
	margin-bottom:10px;
}

.modal-content-box p span{
	font-size:12px;
}

.modal-content-box input[type="email"],.modal-content-box input[type="text"]{
	border:dotted 1px #818181;
	width:100%;
	margin-bottom:5px;
	height:35px;
	font-family: 'Open Sans', arial;
	font-size:12px;
	color:#808080;
	padding-left:5px;
	padding-right:5px;
}

.modal-content-box input[type="email"]:hover,.modal-content-box input[type="text"]:hover{
	border:dotted 1px #818181 !important;
}

.modal-content-box input[type="email"]:active,.modal-content-box input[type="text"]:active{
	border:dotted 1px #818181 !important;
}

.modal-content-box input[type="email"]:focus,.modal-content-box input[type="text"]:focus{
	border:dotted 1px #818181 !important;
	outline:none;
}