.box {
	border: 1px solid #666666;
}
.topandbottom {
	border-top: 1px solid #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.leftright {
	border-top: 0px none #666666;
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	
	
	}
.left{
	border-left-color: #666666;
	border-left-width: 1px;
	border-left-style: solid;
	
	}
.bottom{
	border-bottom-color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;	
	}
.bottomAndRight{
	border-bottom-color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;	
		border-right-color: #666666;
	border-right-width: 1px;
	border-right-style: solid;	
	}
.bottomAndLeft{
	border-bottom-color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;	
		border-Left-color: #666666;
	border-Left-width: 1px;
	border-Left-style: solid;	
}
.NormalText {
	font-family: tahoma;
	font-size: 12px;
	color:#333333;
}
input.btn{
   color:#ffffff;
   }
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: none;
	font-weight:bold
}
a.normallink {
	text-decoration: underline;
	font-weight: normal;
}
a.normallink:hover {
	color: #ED3239;
}
.smalltext {
	font-family: tahoma;
	font-size: x-small;
}




/* CSS for home page */

#wrapper {
	width: 900px;
	margin: 20px auto 20px auto;
}
#login {
	width: 400px;
	padding-right: 20px;
}
#mcfw {
	border: 3px dotted #C7002D;
	margin: 50px auto 50px auto;
	padding: 20px;
	width: 400px;
	float: right;
	font-size: 0.8em;
	font-family: Helvetica, Tahoma, Verdana, Geneva, Arial, sans-serif;
	line-height: 1.4em;
}
#mcfwtext {
	
}
#mcfwtext h1 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
#mcfwtext a {
	text-decoration: underline;
	font-weight: normal;
}
#mcfwtext a:hover {
	color: #ED3239;
}
h3 {
	padding-left: 10px;
}
.Notice {
	background-color: #C5E6F1;
	padding: 5px;
}
