html * {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
body {
	background: url(../images/bg.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
img { border: 0; }
form { display: inline; }
p { line-height: 13px; }

/* Allgemeingültiges */

.clr { clear:both; }
.fehlerAusgabe { color: red; margin: 10px 20px 10px 20px; padding: 20px; border: 1px solid red; }
.fehlerAusgabe a{ color: red; }
.erfolgsAusgabe { color: green; margin: 10px 20px 10px 20px; padding: 20px; border: 1px solid green; }
.erfolgsAusgabe a{ color: green; }

/* Konstruktion */

#pageWrap {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -480px;
	width: 960px;
}

#mainWrap {
	width: 958px;
	background: #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	
}

	#headWrap {
		background: url(../images/head/bg.jpg) 0 0 no-repeat;
		border-bottom: 1px solid #f2f2f2;
		height: 116px;
		overflow: hidden;
	}
					
		#hWLanguageBox {
			background: url(../images/head/languagebox_bg.jpg) 0 0 no-repeat;
			width: 133px;
			height: 25px;
			position: relative;
			top: 8px;
			left: 11px;
		}
		
		#hWLanguageBox select {
			background: transparent;
			border: 0;
			margin: 3px 0 0 5px;
			width: 122px;
		}
		
		#hWLanguageBox select li {
			border: 0;
		}
		
		#logoLink {
			width: 200px;
			height: 30px;
			display: block;
			position: relative;
			top: 45px;
			left: 20px;
		}
		
		#logoLink span { display: none; }
		
		#hWLoginBox {
			width: 325px;
			height: 50px;
			position: relative;
			top: -47px;
			left: 645px;
		}
		
			#hWLoginBox input.inputTxt1 {
				 background: transparent url(../images/head/loginxbox_input_email.gif) 0 0 no-repeat;
				 float: left;
				 margin-right: 5px;
				 width: 123px;
				 height: 17px;
				 border: 0;
				 padding: 4px;
			}
			
			#hWLoginBox input.inputTxt2 {
				 background: transparent url(../images/head/loginxbox_input_pw.gif) 0 0 no-repeat;
				 float: left;
				 margin-right: 5px;
				 width: 123px;
				 height: 17px;
				 border: 0;
				 padding: 4px;
			}
			
			#hWLoginBox input.imgInput {
				float: left;
			}
			
			#hWLoginBox .miniNav { width : 220px; float: right; padding: 6px 8px; }
			#hWLoginBox ul li { float: left; margin-right: 10px; }
		
		#hWLogoutBox {
			background: url(../images/head/loginxbox_loggedin_bg.jpg) 0 0 no-repeat;
			width: 281px;
			height: 55px;
			position: relative;
			top: -32px;
			left: 653px;
		}
		
			#hWLogoutBox .userpic {
				width: 50px;
				height: 50px;
				background: url(../images/head/loginxbox_userpic_bg.gif) 4px 4px no-repeat;
				overflow: hidden;
				float: left;
			}
			#hWLogoutBox .userpic img { position: relative; top: 7px; left: 7px; }
			
			#hWLogoutBox .username {
				width: 130px;
				padding: 11px 0 4px 6px;
				float: left;
			}
			
			#hWLogoutBox .logout {
				float: left;
				width: 70px;
				padding: 9px 0 0px 5px;
				margin: 0;
			}
			
			#hWLogoutBox .logout:hover {
				cursor: pointer;
			}
			
			#hWLogoutBox .quicklinks {
				float: left;
				width: 213px;
				padding: 6px;
			}
			
			#hWLogoutBox .quicklinks ul li {
				float: left;
				margin-right: 5px;
				padding-right: 5px;
				border-right: 1px solid #000;
			}
			#hWLogoutBox .quicklinks ul li.last {
				border-right: 0;
			}
				
	#bodyWrap {
		border-top: 1px solid #fff;
	}
	
	.threecol #bodyWrap {
		background: url(../images/body/3col_bg.gif) 0 0 repeat-y;
	}
	
	.twocol #bodyWrap {
		background: url(../images/body/2col_bg.gif) 0 0 repeat-y;
	}
	
		#leftWrap {
			float: left;
			width: 186px;
			padding: 7px 5px;
		}
		
		#leftWrap .header, #rightWrap .header {
			background: url(../images/body/leftW_header.gif) 0 0 no-repeat;
			height: 12px;
			padding: 5px 5px;
		}
		#rightWrap .header { background: url(../images/body/rightW_header.gif) 0 0 no-repeat; }
		
		#leftWrap ul.nav, #rightWrap ul.nav {
			margin: 4px 1px 4px 1px;
		}
		
		#leftWrap ul.nav li, #rightWrap ul.nav li {
			line-height: 14px;
		}
		
		#leftWrap ul.nav li a, #rightWrap ul.nav li a {
			padding: 4px 0 5px 19px;
			background: url(../images/bullet_1.gif) 4px 5px no-repeat;
			display: block;
		}
		
		#leftWrap ul.nav li a:hover, #rightWrap ul.nav li a:hover {
			background: url(../images/body/leftW_nav_hover.gif) 0px 1px no-repeat;
			color: #f1f2f0;
			font-weight: bold;
		}
		
		#mainContent {
			float: left;
			padding-top: 7px;
			margin-left: 6px;
		}
		
		.threecol #mainContent {
			width: 538px;
		}
		.twocol #mainContent {
			width: 756px;
		}
		
			#mainContent .rowHolder {
				padding-bottom: 12px;
			}
			
			#mainContent .contentHolder {
				padding: 6px 8px;
			}
			
			#mainContent .headerDefault {
				background: url(../images/headlines/blue_right.gif) right 0 no-repeat;
			}			
				#mainContent .headerDefault h3 { background: url(../images/headlines/blue_left.gif) 0 0 no-repeat; padding: 4px 6px 6px 8px; }
				
			#mainContent .headerRoundCorners {
				background: url(../images/headlines/blue_roundcorner_right.gif) right 0 no-repeat;
			}			
				#mainContent .headerRoundCorners h3 { background: url(../images/headlines/blue_roundcorner_left.gif) 0 0 no-repeat; padding: 3px 6px 6px 8px; }
				
				
				
		
		#rightWrap {
			float: left;
			width: 200px;
			margin-left: 6px;
			padding: 7px 5px 7px 6px;
		}
		
			#rightWrap .rowHolder {
				padding-bottom: 12px;
			}
			
	#footerWrap {
		/* position: fixed; */
		bottom: 0;
		left: 0;
		height: 18px;
		width: 100%;
		background-color: #989899;
		text-align: center;
		padding: 10px 0 5px 0;
		color: #fff;
	}
	
		#footerWrap a {
				color: #fff;
				text-decoration: none;
			}
	
		/*#footerNav {
			margin-right: 350px;
		}*/
		
			#footerNav a {
				padding: 0 3px 0 0px;
				margin-right: 3px;
				border-right: 1px solid #fff;
				background: url(../images/arrow_01.gif) 0 4px no-repeat;
			}
			
			#footerNav a.last { border-right: 0; }
			
		#copyright {
			color: #fff;
		}
		
/* Modules */

.gameresults { background: #f1f2f0; }
.gameresults a.switch { display: block; width: 32%; float: left; padding: 5px 0 8px 0; background: #f1f2f0; border-right: 1px solid #fff; text-align: center; }
.gameresults a.switch.last { border: 0; }
.gameresults .list { clear: both; }
.gameresults .list .when { height: 15px; padding: 6px 5px 5px 5px; background: url(../images/bg_pattern_bw.gif) 0 0 repeat-x; }
.gameresults .list .when span { color: #fff; font-weight: bold; }
.gameresults .list .game { height: 15px; padding: 6px 5px 5px 5px; }
.gameresults .list .game.odd { background: #ffffff; }
.gameresults .list .morebutton { padding: 9px; text-align: right; }

.memberWelcomeBox {
	background: url(../images/member_willkommen.jpg) 0 0 no-repeat;
	width: 519px;
	height: 126px;
	overflow: hidden;
}
.memberWelcomeBox .userPic {
	position: relative;
	top: 16px;
	left: 15px;
}
.memberWelcomeBox .textBox {
	position: relative;	
	top: -25px;
	left: 80px;
	width: 400px;
}

table.shortStats { width: 200px; margin: 15px 0 0 30px; }
table.shortStats td { padding: 5px; font-size: 12px; }
table.shortStats td strong { font-size: 12px; }

/* Forum */

table.ForumIntern { width: 100%; }
table.ForumIntern thead th { text-align: center; vertical-align: middle; height: 15px; padding: 6px 5px 9px 10px; background: #000 url(../images/headlines/black_head_roundc_middle.gif) 0 0 repeat-x; }
table.ForumIntern thead th.c1 { width: 210px; text-align: left; background: #000 url(../images/headlines/black_head_roundc_left.gif) 0 0 no-repeat; }
table.ForumIntern thead th.c2 { width: 45px; text-align: center; padding: 0 5px 0 5px; }
table.ForumIntern thead th.c3 { width: 45px; text-align: center; padding: 0 5px 0 5px; }
table.ForumIntern thead th.c4 { text-align: left; background: #000 url(../images/headlines/black_head_roundc_right.gif) right top no-repeat; }

table.ForumIntern tbody { border-left: 1px solid #ebebeb; border-right: 1px solid #ebebeb; }
table.ForumIntern tbody tr.r1 td { background: #eaeaea; border-right: 1px solid #fff; }
table.ForumIntern tbody tr.r2 td { background: #fff; border-right: 1px solid #ebebeb; }
table.ForumIntern tbody td { padding: 10px; text-align: left; vertical-align: middle; line-height: 16px; }
table.ForumIntern tbody tr.r1 td.c4, table.ForumIntern tbody tr.r2 td.c4 { border-right: 0; }
table.ForumIntern tbody td.c2 { width: 50px; text-align: center; padding: 0 5px 0 5px; }
table.ForumIntern tbody td.c3 { width: 50px; text-align: center; padding: 0 5px 0 5px; }

table.ForumIntern tfoot td { text-align: center; vertical-align: middle; height: 13px; padding: 3px 5px 6px 10px; background: #000 url(../images/headlines/black_head_roundc_rev_middle.gif) 0 0 repeat-x; }
table.ForumIntern tfoot td.c1 { text-align: left; background: #000 url(../images/headlines/black_head_roundc_rev_left.gif) 0 0 no-repeat; }
table.ForumIntern tfoot td.c4 { text-align: left; background: #000 url(../images/headlines/black_head_roundc_rev_right.gif) right top no-repeat; }

table.ForumUebersicht { width: 100%; }
table.ForumUebersicht thead th { text-align: center; vertical-align: middle; height: 15px; padding: 6px 5px 9px 10px; background: #000 url(../images/headlines/black_head_roundc_middle.gif) 0 0 repeat-x; }
table.ForumUebersicht thead th.c1 { width: 200px; text-align: left; background: #000 url(../images/headlines/black_head_roundc_left.gif) 0 0 no-repeat; }
table.ForumUebersicht thead th.c2 { width: 45px; text-align: center; padding: 0 5px 0 5px; }
table.ForumUebersicht thead th.c3 { width: 45px; text-align: center; padding: 0 5px 0 5px; }
table.ForumUebersicht thead th.c5 { text-align: left; background: #000 url(../images/headlines/black_head_roundc_right.gif) right top no-repeat; }

table.ForumUebersicht tbody { border-left: 1px solid #ebebeb; border-right: 1px solid #ebebeb; }
table.ForumUebersicht tbody tr.r1 td { background: #eaeaea; border-right: 1px solid #fff; }
table.ForumUebersicht tbody tr.r2 td { background: #fff; border-right: 1px solid #ebebeb; }
table.ForumUebersicht tbody td { padding: 7px; text-align: left; vertical-align: middle; line-height: 13px; }
table.ForumUebersicht tbody tr.r1 td.c5, table.ForumUebersicht tbody tr.r2 td.c5 { border-right: 0; }
table.ForumUebersicht tbody td.c2 { width: 45px; text-align: center; padding: 0 5px 0 5px; }
table.ForumUebersicht tbody td.c4 { width: 45px; text-align: center; padding: 0 5px 0 5px; }

table.ForumUebersicht tfoot td { text-align: center; vertical-align: middle; height: 13px; padding: 3px 5px 6px 10px; background: #000 url(../images/headlines/black_head_roundc_rev_middle.gif) 0 0 repeat-x; }
table.ForumUebersicht tfoot td.c1 { text-align: left; background: #000 url(../images/headlines/black_head_roundc_rev_left.gif) 0 0 no-repeat; }
table.ForumUebersicht tfoot td.c4 { text-align: left; background: #000 url(../images/headlines/black_head_roundc_rev_right.gif) right top no-repeat; }
table.ForumUebersicht tbody tr.r3 td {
	background: #c3d6f2 url(../images/headlines/blue_bright_pattern.gif) 0 0 repeat-x;
}
table.ForumUebersicht tfoot tr.r4 td.c1 {
	background: #c3d6f2 url(../images/headlines/grey_bright_bottom.gif) 0 0 no-repeat;
}

table.ForumThreadansicht { width: 100%; }
table.ForumThreadansicht thead th { text-align: center; vertical-align: middle; height: 15px; padding: 6px 5px 9px 10px; background: #000 url(../images/headlines/black_head_roundc_middle.gif) 0 0 repeat-x; }
table.ForumThreadansicht thead th.c1 { width: 90px; text-align: left; background: #000 url(../images/headlines/black_head_roundc_left.gif) 0 0 no-repeat; }
table.ForumThreadansicht thead th.c2 { text-align: left; background: #000 url(../images/headlines/black_head_roundc_right.gif) right top no-repeat; }

table.ForumThreadansicht tbody { border-left: 1px solid #ebebeb; border-right: 1px solid #ebebeb; }
table.ForumThreadansicht tbody tr.r1 td { background: #eaeaea; border-right: 1px solid #fff; }
table.ForumThreadansicht tbody tr.r2 td { background: #fff; border-right: 1px solid #ebebeb; }
table.ForumThreadansicht tbody td { padding: 7px; text-align: left; vertical-align: top; line-height: 15px; }

table.ForumThreadansicht tbody tr.r1 td.c1 { width: 90px; }


table.ForumThreadansicht tfoot td { text-align: center; vertical-align: middle; height: 13px; padding: 3px 5px 6px 10px; background: #000 url(../images/headlines/black_head_roundc_rev_middle.gif) 0 0 repeat-x; }
table.ForumThreadansicht tfoot td.c1 { text-align: left; background: #000 url(../images/headlines/black_head_roundc_rev_left.gif) 0 0 no-repeat; }
table.ForumThreadansicht tfoot td.c4 { text-align: left; background: #000 url(../images/headlines/black_head_roundc_rev_right.gif) right top no-repeat; }
table.ForumThreadansicht tbody tr.r3 td {
	background: #c3d6f2 url(../images/headlines/blue_bright_pattern.gif) 0 0 repeat-x;
}
table.ForumThreadansicht tfoot tr.r4 td.c1 {
	background: #c3d6f2 url(../images/headlines/grey_bright_bottom.gif) 0 0 no-repeat;
}


ul.pageNav {
	float: right;
}
ul.pageNav li { float: left; margin-right: 5px; padding-right: 5px; border-right: 1px solid #fb7500; }
ul.pageNav li.last { margin-right: 0px; padding-right: 0px; border-right: 0; }
ul.pageNav a { }

/* Krims Krams */
.boxGrey255x125 {
	background: url(../images/boxes/box_grey_255x125.gif) 0 0 no-repeat;
	width: 255px;
	height: 125px;
}
.orangeSlimBox {
	background: url(../images/boxes/orange_slim.jpg) 0 0 no-repeat;
	width: 488px;
	height: 43px;
	padding: 15px;
}
.gewinneJedenMonat {
	background: url(../images/banner/gewinne-jeden-monat.jpg) 0 0 no-repeat;
	width: 518px;
	height: 146px;
	padding-top: 180px; 
}
.crowdBg {
	background: url(../images/bg_crowd_grey.jpg) center bottom no-repeat;
}
/* Default Elemente */

table.tableDefault { width: 100%; }
table.tableDefault thead th { vertical-align: middle; height: 15px; padding: 6px 5px 9px 5px; background: #000 url(../images/bg_pattern_bw.gif) 0 0 repeat-x; color: #fff; border-right: 1px solid #aeb2b3; }
table.tableDefault thead th.last { border: 0; }		
table.tableDefault tbody td { padding: 6px 5px 9px 5px; border-right: 1px solid #ededed; border-bottom: 1px solid #ededed; text-align: center; }

table.tableDefaultNB { width: 100%; }
table.tableDefaultNB thead th { vertical-align: middle; height: 15px; padding: 6px 5px 9px 5px; background: #000 url(../images/bg_pattern_bw.gif) 0 0 repeat-x; color: #fff; border-right: 1px solid #aeb2b3; }
table.tableDefaultNB thead th.last { border: 0; }		
table.tableDefaultNB tbody td { padding: 6px 5px 9px 5px; text-align: center; }

table.tableBlue { }
table.tableBlue tbody tr td { padding: 6px 5px 6px 15px; background: #cbdcf8; border-right: 2px solid #fff; border-bottom: 2px solid #fff;  }
table.tableBlue tbody tr td  { font-weight: bold; }

.greyBoxDefault507 { width: 507px; }
.greyBoxDefault507 .top {
	height: 6px;
	background: url(../images/boxes/box_grey_507xy_top.gif) 0 0 no-repeat;
	overflow: hidden;
}
.greyBoxDefault507 .body {
	border-left: 1px solid #c5cedc;
	border-right: 1px solid #c5cedc;
}
.greyBoxDefault507 .foot {
	height: 7px;
	background: url(../images/boxes/box_grey_507xy_bottom.gif) 0 0 no-repeat;
	overflow: hidden;
}

.userPicMed {
	width: 87px;
	height: 85px;
	background: url(../images/wrapper/wrap_user_img_medium.jpg) 0 0 no-repeat;
}
.userPicMed img {
	margin: 2px 0 0 3px;
}

.orangeProfil {
	background: url(../images/boxes/orange_profil.jpg) 0 0 no-repeat;
	width: 383px;
	height: 23px;
	padding: 65px 15px 0 0; 
	text-align: right;
}

/* Font Styles */

.fT1 {
	color: #0d316b;
	font-weight: bold;
}
.fT2 {
	color: #fff;
	font-weight: bold;
}
.fT3 {
	font-weight: bold;
	font-size: 14px;
}
.fT4 {
	color: #fff;
}
.fT5 {
	font-weight: bold;
	font-size: 12px;
}
.fT6 {
	font-weight: bold;
	color: #eb6402;
}


/* Link Styles */

a { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: none; }
a:active { text-decoration: none; }

.lT1 {
	color: #2c2e31;
}
.lT1_active {
	color:Blue;
	font-weight:bold;
}
.lT2 {
	color: #fb7500;
}
.lT2:hover {
	color: #0d316b;
}
.lT3 {
	color: #fb7500;
	background: url(../images/bullet_2.gif) 4px 9px no-repeat;
	padding: 8px 0 8px 20px; 
}
.lT4 {
	color: #585a5c;
}
.lT5 {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}
.lT6 {
	padding: 2px 0 2px 21px;
	margin-right: 7px;
	background: url(../images/a_roundarrow.gif)  0 0 no-repeat;
}

/* Formulare */

input.submit {
	background: transparent;
	border: 0;
	color: #fb7500;
	font-weight: bold;
	font-size: 11px;
}

input.submit:hover {
	background: transparent;
	border: 0;
	color: #264067;
	font-weight: bold;
	font-size: 11px;
}


.rowHolder .titleBar{
	width:538px;
	height:20px;
	background:url(../images/titlebar_bg.jpg) no-repeat;
	color:#0d3269;
	font-weight:bold;
	line-height:20px;
	vertical-align:middle;
	padding-left:8px;
}
.rowHolder .newsPic{
	width:266px;
	height:151px;
	background:url(../images/news_pic_bg.jpg) no-repeat;
	margin-left:8px;
	float:left;
	padding:6px 6px 0 7px;
}
.rowHolder .newsPic a{
	margin:8px 2px 8px 8px;
	float:right;
	padding-right:26px;
	line-height:16px;
	vertical-align:middle;
	background:url(../images/lupe.jpg) no-repeat top right;
}
.rowHolder .news{
	float:left;
	margin:6px 0 0 10px;
	width:240px;
	line-height:14px;
}
.rowHolder .news h1{
	font-size:14px;
	margin-bottom:15px;
}
.rowHolder .news a, .rowHolder .newsText a,
.rowHolder .promoText a{
	margin:8px 2px 8px 8px;
	float:right;
	padding-left:14px;
	line-height:12px;
	vertical-align:middle;
	background:url(../images/bullet_2.gif) no-repeat top left;
}
.rowHolder .newsBox{
	width:250px;
	float:left;
	line-height:14px;
}
.rowHolder .newsText{
	margin-top:10px;
}
.rowHolder .promoMail{
	background:url(../images/promo_mail_bg.jpg) no-repeat top left;
	width:518px;
	height:195px;
	margin-left:10px;
	padding-top:23px;
}
.rowHolder .promoUebersicht{
	background:url(../images/promo_ueber_bg.jpg) no-repeat top left;
	width:512px;
	height:111px;
	margin-left:10px;
	padding:6px 0 0 6px;
}
.rowHolder .promoText{
	float:left;
	margin-left:13px;
	width:300px;
	line-height:14px;
}
.rowHolder .morePromo{
	float:right;
	margin-right:6px;
}
.rowHolder .promoDetail{
	background:url(../images/promo_detail_bg.gif) no-repeat top left;
	width:506px;
	height:204px;
	margin-left:10px;
	padding:12px 0 0 12px;
}
.rowHolder .promoDetail .pdLeft{
	width:183px;
	text-align:center;
	float:left;
}
.rowHolder .promoDetail .pdRight{
	float:left;
	width:300px;
	margin-left:15px;
}
.rowHolder .regBest{
	background:url(../images/reg_best_bg.jpg) no-repeat top left;
	width:516px;
	height:38px;
	margin-left:10px;
	padding-top:113px;
}
.rowHolder .regBest a{
	font-weight:bold;
	float:left;
	line-height:24px;
	vertical-align:middle;
}

#mainContent .headerBlack {
	background: url(../images/headlines/black_head_bg.gif) right 0 no-repeat;
	display:block;
}
			
#mainContent .headerBlack h3 {
	background: url(../images/headlines/black_head_left.gif) 0 0 no-repeat; 
	padding: 7px 6px 6px 12px;
	color: #fff;
	font-weight: bold;
	display:block;
}
#mainContent .headerWhite {
	background: url(../images/headlines/white_head_bg.gif) right 0 no-repeat;
	display:block;
}
			
#mainContent .headerWhite h3 {
	background: url(../images/headlines/white_head_left.gif) 0 0 no-repeat; 
	padding: 7px 6px 6px 5px;
	color: #0D316B;
	font-weight: bold;
	display:block;
}
#mainContent .bordBox{
	display:block;
	padding:20px 5px;
	border-left:#d4d0c8 1px solid;
	border-right:#d4d0c8 1px solid;
}
#mainContent .bordBoxBot {
	background: url(../images/bord_box_bottom.gif) right 0 no-repeat;
	height:9px;
}
#mainContent .bordBoxBotL {
	background: url(../images/bord_box_bottom_left.gif) 0 0 no-repeat; 
	height:9px;
	width:7px;
}
.regTdL{
	padding-right:10px;
	font-weight:bold;
}
.bordBox td{
	padding-top:12px;
}
.regWeiter{
	float:right;
	margin:30px 20px 0 0;
}
.rowHolder .anbieterL{
	width:230px;
	height:217px;
	padding:10px 0 0 5px;
	background: url(../images/anbieter_left.gif) 0 0 no-repeat; 
	margin-left:10px;
	float:left;
}
.rowHolder .anbieterR{
	width:258px;
	height:217px;
	padding:10px 10px 0 10px;
	background: url(../images/anbieter_right.gif) 0 0 no-repeat; 
	margin-left:5px;
	float:left;
}
.rowHolder .anbieterL b, 
.rowHolder .anbieterL div,
.rowHolder .anbieterR b, 
.rowHolder .anbieterR div{
	color:#fff;
}
.contactForm .contactData label {
	display: block;
	width:60px;
	float: left;
	padding-right: 5px;
}
.contactForm input,textarea {
	margin: 3px 0;
	border: 1px solid #e3e9ef;
	border-top: 1px solid #abadb3;
	background: white;
	padding: 3px 3px;
	width:200px;
}
