/*  jNews module CSS*/
.jNewsMod {
	padding:0px;
}



.jNewsMod .subscriptionField {
	padding:3px;
}

.jNewsMod .subscriptionButton {
	padding: 0px;
}

.jNewsMod .subscriptionButton input.button {
float:right;
position:absolute;
top: 38px;
right:1%;
outline: none;
border: 1px solid #e7e7e7;
border-radius: 8px;
color: white;
text-transform: uppercase;
padding: 8px 15px;
font-weight: 400;
font-size: 20px;
background: #313131;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}

.jNewsMod .subscriptionCaptcha {
	margin-top:5px;
	margin-bottom:5px;	
}

.jNewsMod .captchaCodeCaption {
	font-size:smaller;
	vertical-align: top;
}

.jNewsMod .subscriptionCaptcha .entered_captcha {
	float:left;
}


.jNewsMod .postext {
	font-size: small;
	color: #999;
}

div#aca_clickcontainer {
	border: 1px solid #000;
	letter-spacing:1px;

}
div#aca_clickcontainer:hover {
	border: 1px solid #000;
	letter-spacing:1px;
	background: #F5F5F5;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
a.aca_clicklink, a#acatoggleclick {
	display:block;
	font-size: 1.2em;
}

#modjnewstoggle{
	display : block;
	font-size:16px;
}

#acamoduletoggle:focus {
	border: 1px solid #000;
}

div.jnews_module p.jnews-nolist {
	text-align: center;
	font-size: 1em;
	font-weight: bold;
}
ul.jNewsLists{
	margin: 1px;
	padding: 1px;
}

ul.jNewsLists li{
	list-style: none;
	background: none;
	padding: 1px;
}

.noshow {
	display:none;
	color: #CCC;
}
.jNewsLB>form>input.inputbox {
outline: none;
border: 1px solid #e7e7e7;
border-radius: 8px;
color: #d0d0d0;
padding: 12px 10px;
font-weight: 300;
font-size: 15px;
margin-left: 21%;
float:left;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}

.jNewsLB>form>input.inputbox {
    max-width: 100%; 

}
.jNewsLB input.inputbox {
    width: auto; 

}
.captchImg #captcha_image1 {
	/*width:100px !important;
	height: 40px !important*/
}
