.bg {
	background-image: url(../images/bg_header.jpg);
	background-repeat: repeat;
	background-position: left top;
}
.matter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 18px;
	color: #000;
}
.textmatter {
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #000;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	line-height: 25px;
}

.list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	color: #FFF;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
	text-decoration:none;
}

.list:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	color: #d5814f;
	text-decoration:none;	
}
.loginbg {
	background-image: url(../images/loginwindow.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.textbox
{
	width: 240px;
	height:20px;
	padding: 5px;
	color: #56a1b0;
	background: #ececec;
	border: 1px solid #9e9d9d;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin-top: 5px;
	border-radius:8px;
	box-shadow: inset 0px -2px 10px 0px rgba(0, 0, 0, 0.5);
		
}
.textbox:hover
{
	width: 240px;
	padding: 5px;
	color: #56a1b0;
	background: #e5e5e5;
	-webkit-box-shadow: 1px 1px 4px 1px #cfcece;
	-moz-box-shadow: 1px 1px 4px 1px #cfcece;
	box-shadow: 1px 1px 4px 1px #cfcece;
	border:solid 1px #cfcece;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin-top: 5px;
}

.textbox:focus
{
	width: 240px;
	padding: 5px;
	color: #000000;
	background: #e5e5e5;
	-webkit-box-shadow: 1px 1px 4px 1px #cfcece;
	-moz-box-shadow: 1px 1px 4px 1px #cfcece;
	box-shadow: 1px 1px 4px 1px #cfcece;
	border:solid 1px #cfcece;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin-top: 5px;    
	
	
	}
	.textboxLogin
{
	width: 240px;
	height:18px;
	padding: 5px;
	color: #56a1b0;
	background: #ffffff;
	border: 1px solid #9e9d9d;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin-top: 5px;
	border-radius:3px;
	box-shadow: inset 0px -2px 2px 0px rgba(0, 0, 0, 0.3);
		
}
.textboxLogin:hover
{
	width: 240px;
	padding: 5px;
	color: #56a1b0;
	background: #e5e5e5;
	-webkit-box-shadow: 1px 1px 4px 1px #999999;
	-moz-box-shadow: 1px 1px 4px 1px #999999;
	box-shadow: 1px 1px 4px 1px #999999;
	border:solid 1px #cfcece;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin-top: 5px;
}

.textboxLogin:focus
{
	width: 240px;
	padding: 5px;
	color: #000000;
	background: #e5e5e5;
	-webkit-box-shadow: 1px 1px 4px 1px #999999;
	-moz-box-shadow: 1px 1px 4px 1px #999999;
	box-shadow: 1px 1px 4px 1px #999999;
	border:solid 1px #cfcece;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin-top: 5px;    
	
	
	}
	.Button
{
	color: #333333;  
	background: #f4f6f9; 
	border: 1px solid #999999; 
	font-size:14px; 
    width  : 120px; 
    height:30px;
    border-redius
    box-shadow: 10px 5px 10px #888888;
      -o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	z-index:1;
}

.Button:hover
{
	color: #ffffff;  
	background-color: #474747 ;
	border: 1px solid #999999; 
	font-size:14px; 
    width  : 120px; 
    box-shadow: 5px 5px 2px #888888;
    cursor:pointer;
}

.texbx
        {
            outline: none;
            padding: 10px;
            width: 220px;
            font-family: Helvetica, Arial, "Sans Serif";
            font-size: 13px;
            color: #333;
            border: 1px solid #ddd;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            -webkit-box-shadow: inset 0px 0px 10px 0px #eee;
            -moz-box-shadow: inset 0px 0px 10px 0px #eee;
            box-shadow: inset 0px 0px 10px 0px #eee;
        }
        .texbx:focus
        {
            border-color: #999;
            -webkit-box-shadow: inset 0px 0px 10px 0px #ddd;
            -moz-box-shadow: inset 0px 0px 10px 0px #ddd;
        }
        
        .intro p{color:#666666;}
.intro p, .intro a{font-size:14px;line-height:22px;}


.menulink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
	padding: 10px;
	border-radius:4px;
	
}

.menulink:hover {
	background-color:#4a352e;
	padding:10px;
	color: #ffffff;
	border-radius:4px;
	
}