/*
 * users css types
 */
.users .title {
	font-weight: bold;
	margin-bottom:20px;
}
.users .errmsg {
	color: #fe3333;
	font-size: .9em;
	font-weight: bold;
}
#logincontainer, #registercontainer {
	margins: auto;
	color:#394D7B;
}
#loginwrapper {
	position:relative;
	}
#loginwrapper .loginreg-title {
position: absolute;
top: -55px;
color: white;
font-size: 16px;
left: 380px;
font-weight: bold;
	}
#logincontainer {
	margin-bottom:100px;
	
	}
	
.leftContainer .teaserimg {
	margin-bottom:90px;
	float:left; width:300px;
	}

.leftContainer div.teaserimg {
	width:350px;
	}

.leftContainer{
	 width:350px;
	}
#loginmask, #registermask,.main .first_page .text #d2,.main .first_page .text #d1{
	font-size: 12px;
}
#loginmask {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-top: 20px;
    width: 280px;
}
#registermask {
}
.slidercontainer {
	margin-top: 43px;
	}
.nivoSlider {
    position:relative;
    width:596px; /* Change this to your images width */
    height:373px; /* Change this to your images height */
    background:url(core/javascript/nivo-slider/images/loading.gif) no-repeat 50% 50%;
}
.nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
.nivoSlider a {
    border:0;
    display:block;
}
#paypalnote {
	margin: 20px auto 2em;
	font-weight: bold;
	width: 22em;
}

#paypalbox{
	margin: 20px auto 2em;
	font-weight: bold;
	width: 22em;
}
#loginmask div, #registermask div {
	text-align: justify;
	padding: .4em;
}
#loginwrapper input, #loginwrapper select {
	border: 1px solid black;
}
#loginwrapper input.submit {
	width: 60px;
	background-color:#929BB7;
	color:black;
	width: 134px;
	line-height:16px;
}
#loginmask input {
	width: 130px;
}
#registermask input, #registermask select {
	width: 250px;
}
#registermask select {
	width: 254px;
}

#registermask .subsriptionselect {
	width:auto;
	}
#loginwrapper table {
	width: 100%;
}
#loginwrapper td {
	padding-bottom: .2em;
}
#loginwrapper td.right {
	text-align: left;
	line-height:24px;
}
#loginwrapper td.submit {
	text-align: center;
}
#loginwrapper label {
	padding-right: 1em;
}
#loginwrapper span.link {
	color: #5050aa;
	cursor: pointer;
	font-weight: bold;
}
#loginwrapper span.link:hover {
	text-decoration: underline;
}
#loginwrapper input.submit {
	padding: 0;
}
#loginwrapper span.required {
	color: #f33;
}

table.subscriptions,
table.subscription {
	width: 100%;
}

table.subscriptions {
	margin-top: 30px;
}

table.subscriptions th {
	text-align: center;
	background-color: #3D4D7F;
	color: #fff;
	font-size: 16px;
	padding: 4px;
}

table.subscriptions td {
	padding: 10px;
}

table.subscription td {
	padding: 2px;
}

