*{
	border:0;
	margin:0;
	padding:0;
	list-style: none outside none;
}

body{
	background-color:#f6f6f6;
	border-top: 10px solid #0f4b2f;
	font-family:Arial, Helvetica, sans-serif;
}

h1{
    color: #1a1a1a;
    font-size: 22px;
    margin-bottom: 30px;
    margin-top: 50px;
}

h2{
    color: #1a1a1a;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
}

p{
	font-size: 12px;
	color: #1a1a1a;
	line-height: 150%;
	margin-bottom:20px;
}

a {
	color: #0f4b2f;
	transition: 0.3s;
}

a:hover {
	color: #51A221;
}

form{
	margin-left: 25px;
    width: 250px;
}

.loginbox{
	background-image: url("images/bglogin.png");
	background-repeat:no-repeat;
	background-position: -12px -52px;
	background-color: #FFFFFF;
	width: 800px;
	margin: 40px auto 0;
	-moz-box-shadow: 0 0 14px -6px #888888;
	-webkit-box-shadow: 0 0 14px -6px #888888;
	box-shadow: 0 0 14px -6px #888888;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	border: 1px solid #ECECEC;
	height: 374px;
}

.leftside{
    border-right: 1px solid #D8D8D8;
    float: left;
    margin-bottom: 18px;
    margin-right: 20px;
    margin-top: 18px;
    padding-left: 20px;
    padding-top: 20px;
    width: 299px;
	height: 320px;
}

.rightside{
	float:left;
	width: 400px;
	margin-top: 25px;
}

a.hangbutton{
    color: #FFFFFF;
    float: right;
    font-size: 14px;
    padding: 6px 14px;
    text-decoration: none;
	-moz-border-radius: 0 0 5px 5px; 
	-webkit-border-radius: 0 0 5px 5px; 
	border-radius: 0 0 5px 5px; 
	background-image:url(img-dco/tile.png);
	background-position:0px 0px;
}

a.hangbutton:hover{
	background-image:url(img-dco/tile.png);
	background-position:0px 28px;
}

.logo{
	margin-left:25px;
}

label{
	font-size:12px;
	padding-left:6px;
	padding-bottom:10px;
}

input{
	border:1px solid #D8D8D8;
	width: 230px;
	padding: 4px 2px;
	margin-bottom:10px;
	margin-top: 2px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px; 
	background-color:#f7f7f7;
}

input.button{
	border: 0;
	color: #fff;
	display: inline-block;
	padding: 5px 16px;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	border-radius: 4px;
	transition: background 0.5s, color 0.5s;
	background: #51A221
	width: auto;
	cursor: pointer;
}

input.button:hover{
	background: #1f4f3b;
	color: #FFF;
	border-bottom: 0 !important;
}
#msg {
	font-size: 11px;
	padding: 10px 20px 10px 20px;
}
.errors {
	background-color: #F2DEDE;
	border: 1px solid #EED3D7;
	color: #B94A48;
}
/*new button */
.cta {
	text-align: center;
	background: #0f4b2f;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	color: #FFF!important;
	font-size: normal;
	font-style: normal;
	cursor: pointer;
	float: none;
	display:  block;
	margin-left: 50px;
	max-width: 100%;
	padding: 0.5em 0;
	text-decoration: none;
	width: 50%;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.cta:hover {
	background: #51A221;
}