.input {
	font-family: Arial;
	font-size: 11px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #CCCCCC;
	border-left-color: #000000;
	border-right-style: none;


}

.contact_container{
   color:#f5edf2;
   position: relative;
   margin-top: -50px;
   margin-left: 35px;
   width: 531px;
   height: 519px;
   overflow: auto;
   scrollbar-track-color:#313030; 
   scrollbar-face-color:#000000; 
   scrollbar-highlight-color:#000000; 
   scrollbar-base-color:#000000; 
   scrollbar-darkShadow-color:#000000; 
   scrollbar-shadow-color:#000000; 
   scrollbar-arrow-color:#ef33c7;
}

.link1 {
	color: #666666;
}
.blackBorder {
	border: 1px solid #000000;
}
.blackBorderNoTop {
	border-top: 1px none #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;

}
.whiteText {
	color: #FFFFFF;
}
.blackBorderNoRight {
	border-top: 1px solid #000000;
	border-right: 1px none #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;

}
.gridSeparator {

	border-top: 1px none #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px none #000000;
}
.leftRightBorder {

	border-top: 1px none #8E9BB2;
	border-right: 1px solid #8E9BB2;
	border-bottom: 1px none #8E9BB2;
	border-left: 1px solid #8E9BB2;
}
.leftRightBottomBorder {


	border-top: 1px none #8E9BB2;
	border-right: 1px solid #8E9BB2;
	border-bottom: 1px solid #8E9BB2;
	border-left: 1px solid #8E9BB2;
}
.leftBorder {
	border-top: 1px none #666666;
	border-right: 1px none #666666;
	border-bottom: 1px none #666666;
	border-left: 1px solid #666666;

}
.blackText {

	color: #000000;
}

