/* inspired by the great works of Elena, DD */

.yellow {
	color: yellow;
}


.left{

	text-align: left;
}

.right{

	text-align: right;
}




body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	color: #35383d;
	background-color: #FFFFFF;
}

html
{
	padding: 0;
	margin: 0;
}



h1, h2, h3, h4
{
	font-family: Arial, Helvetica, sans-serif;
}

h1{
	margin-top: 0;
	margin-bottom: 10px;
}

img
{
	padding: 0px;
	margin: 0px;
	border: none;
	text-align: center;
}

hr
{
	border-left: 0px solid #abb0b5;
	border-right: 0px solid #abb0b5;
	border-top: 1px dotted #abb0b5;
	border-bottom: 0px solid #abb0b5;
	height: 1px;
}

form
{
	padding: 0px;
	margin: 0px;
}

input
{
	font-family: 'Verdana';
	color: #282b31;
	font-size: 11px;
}

textarea
{
	font-family: 'Verdana';
	color: #282b31;
	font-size: 11px;
}

select
{
	font-family: 'Verdana';
	color: #282b31;
	font-size: 11px;
}

.HBG
{
	background: url() repeat-x center top;
	width: 100%;
	float: left;
}

.Header
{
	background: url() no-repeat top right;
	width: 900px;
	margin: 0 auto;
	position: relative;
	min-height: 140px;
}

.Header .LogoImg
{
	position: absolute;
	top: 15px;
	left: 0px;
}

.Header .LogoImg h1
{
	text-indent: -35000px;
	margin: 0;
	padding: 0;
}

.Header .LogoImg h1 a
{
	display: block;
	background: url(http://www.si-info.org/images/sii.jpg) no-repeat left top;
	height: 100px;
	width: 220px;
}

.Header .LogoText h1
{
	font-size: 42px;
	line-height: 42px;
	letter-spacing: -2px;
	padding: 0px 0px 0px 35px;
	margin: 0px;
	font-weight: bold;
	font-family: 'Arial';
	background: url(images/LogoIcon.png) no-repeat left top;
	position: absolute;
	top: 70px;
}

.Header .LogoText a
{
	color: #003366;
	text-decoration: none;
}

.Header .LogoText a:visited
{
	color: #003366;
	text-decoration: none;
}

.Header .LogoText a:hover
{
	color: #003366;
	text-decoration: none;
}

.Header .Desc
{
	position: absolute;
	top: 20px;
	color: #fff;
	font-size: 44px;
	line-height: 44px;
	font-weight: bold;
	letter-spacing: -1px;
	font-family: 'Arial';
	padding: 0px;
	margin: 0px;
}

.SUBH
{
	background: #d3dcf2;
	margin: 0 auto;
	width: 900px;
	padding: 0;
	position: relative;
	height: 32px;
}

.Menu
{
	background: #d3dcf2;
	width: 880px;
	padding: 0;
	height: 32px;
}

.Menu em
{
	display: none;
}

.Menu ul
{
	list-style: none;
	margin: 0px;
	padding: 12px 0px 0px 15px;
}

.Menu ul li
{
	padding: 0px 5px 0px 5px;
	margin: 0px;
	display: inline;
	font-size: 11px;
	border-right: solid 1px #b092a2;
}

.Menu ul li a
{
	color: gray;
}

.Menu ul li ul
{
	display: none;
}

.Syn
{
	position: absolute;
	left: 484px;
	top: 6px;
}

.Syn ul
{
	margin: 0px;
	padding: 0px;
}

.Syn li
{
	margin: 0px 5px 0px 0px;
	padding: 3px 0px 3px 0;
	list-style-type: none;
	font-size: 10px;
	color: #cc0066;
	display: inline;
	font-weight: bold;
	background-position: left center;
	background-repeat: no-repeat;
}

.Search
{
	background: none no-repeat;
	position: absolute;
	top: 5px;
	right: 0px;
	width: 170px;
	padding: 0px 10px 0px 0px;
	height: 26px;
}

.Search form
{
	padding: 0 10px 0px 0px;
	margin: 0px;
	height: 26px;
}

.Search input
{
	color: #330033;
	font-size: 12px;
	border-style: inset;
}

.Search input#submit
{
	margin-left: 1px;
	border-style: none;
}

.Search input.keyword
{
	background: none;
	padding: 2px 10px 2px 8px;
	width: 165px;
	color: #fff;
	border: 1px solid #ff44e3;
}

.Search .bt
{
	padding: 0px;
	margin: 0px 0px 0px 165px;
	top: 2px;
	background: none;
	position: absolute;
	right: 11px;
}

.CONBG
{
	width: 100%;
	float: left;
}

.CON
{
	width: 900px;
	position: relative;
	margin: 10px auto 0;
	padding: 0px;
}



.SCS
{
	width: 455px;
	float: left;
	padding: 0px;
	font-size: 11px;
	line-height: 1.4em;
	color: #63565f;
}

.SCS h1
{
	font-size: 26px;
	font-weight: normal;
	letter-spacing: -1px;
	border-bottom: solid 1px #d0c1c1;
	padding-bottom: 15px;
	padding-top: 0px;
	margin-top: 0px;
	color: #003366;
}

.SCS h2
{
	font-size: 18px;
	font-weight: normal;
}

.SCS h3
{
	font-size: 14px;
	font-weight: bold;
}

.SCS p
{
	font-size: 12px;
	line-height: 1.4em;
	color: #63565f;
}

.SCS ul
{
	padding: 10px 0px;
	margin: 0px;
}

.SCS li
{
	padding: 3px 0px 3px 15px;
	list-style-type: none;
	background: url(images/PostContentLiIco.png) no-repeat left top;
	font-size: 12px;
	line-height: 16px;
	color: #63565f;
}

.SCS blockquote
{
	padding: 5px 25px;
	margin: 0px;
	color: #993366;
	font-family: 'Georgia';
	font-style: italic;
	border-top: dashed 1px #cc99cc;
	border-bottom: dashed 1px #cc99cc;
}

.SCS blockquote p
{
	font-size: 13px;
	padding: 5px 0px;
	margin: 5px 0px;
	line-height: 18px;
	color: #993366;
}

.SCS blockquote li
{
	padding: 3px 0px 3px 15px;
	list-style-type: none;
	background: url(images/PostContentBlockLiIco.png) no-repeat left top;
	font-size: 13px;
	line-height: 18px;
	color: #993366;
}

.SC
{
	width: 455px;
	float: left;
	padding: 0px 0px 20px 0px;
}






.SC a:link { text-decoration: none; color : #000; border: 0px;
	display: inline;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

.SC a:visited { text-decoration: none; color : #000; border: 0px;
	display: inline;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}



.SC a:hover { text-decoration: underline; color : #000; 
	display: inline;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}





.SC h2
{
	font-weight: normal;
}

.SC h3
{
	font-weight: bold;
	font-size: 14px;
	color: #000;
	margin: 0;
	padding: 5px 0 7px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.bokrubrik
{
	color: red;
}

.kartrubrik{
	color: green;
}

.cdrubrik
{
	color: gray;
}




.pagetitle
{
	font-size: 26px;
	font-weight: normal;
	letter-spacing: -1px;
	border-bottom: solid 1px #036;
	padding-bottom: 15px;
	padding-top: 0px;
	margin-top: 0px;
	color: #003366;
}

.Post
{
	padding: 15px 0px;
	position: relative;
	clear: left;
}

.PostHead h1
{
	font-size: 24px;
	line-height: 24px;
	letter-spacing: -1px;
	font-weight: bold;
	padding: 0px 0px 1px 0px;
	margin: 0px;
	color: #003366;
}

.PostHead h1 a
{
	color: #cc3366;
	text-decoration: none;
}

.PostHead h1 a:visited
{
	color: #cc3366;
	text-decoration: none;
}

.PostHead h1 a:hover
{
	color: #ff0066;
	text-decoration: none;
}

.PostTime
{
	padding: 1px 0px;
	margin: 0px;
	font-size: 14px;
	color: #999;
	font-weight: bold;
	font-family: 'Arial';
	position: absolute;
	letter-spacing: -1px;
	top: 0px;
	text-transform: lowercase;
}

.PostDet
{
	padding: 1px 0px;
	margin: 0px;
	font-size: 10px;
	color: #cc9966;
	font-weight: bold;
}

.PostDet a
{
	color: #cc9966;
	text-decoration: underline;
}

.PostDet a:visited
{
	color: #cc9966;
	text-decoration: underline;
}

.PostDet a:hover
{
	color: #cc9966;
	text-decoration: underline;
}

.PostContent
{
	padding: 10px 0px 0px 0px;
	font-size: 12px;
	line-height: 1.4em;
	color: #63565f;
}

.PostContent p
{
	font-size: 12px;
	line-height: 1.4em;
	color: #63565f;
}

.PostContent ol
{
	padding: 10px 0px 10px 25px;
	margin: 0px;
}

.PostContent ol li
{
	padding: 2px 0px 2px 0px;
	font-size: 11px;
	line-height: 15px;
	color: #63565f;
}

.PostContent ul
{
	padding: 10px 0px;
	margin: 0px;
}

.PostContent ul li
{
	padding: 2px 0px 2px 15px;
	list-style-type: none;
	background: url(images/PostContentLiIco.png) no-repeat left top;
	font-size: 11px;
	line-height: 15px;
	color: #63565f;
}

.PostContent blockquote
{
	padding: 5px 0px;
	margin: 0px;
	color: #993366;
	font-style: italic;
	border-top: dashed 1px #cc99cc;
	border-bottom: dashed 1px #cc99cc;
}

.PostContent blockquote p
{
	font-size: 11px;
	padding: 3px 0px;
	margin: 3px 0px;
	line-height: 15px;
	color: #993366;
}

.PostContent blockquote li
{
	padding: 2px 0px 2px 15px;
	list-style-type: none;
	background: url(images/PostContentBlockLiIco.png) no-repeat left top;
	font-size: 11px;
	line-height: 15px;
	color: #993366;
}

.PostContent a
{
	text-decoration: none;
}

.PostCom
{
	padding-top: 15px;
}

.PostCom ul
{
	padding: 0px;
	margin: 0px;
}

.PostCom li
{
	padding: 5px 0px 5px 24px;
	margin: 0px;
	list-style-type: none;
	display: inline;
	color: #336699;
	font-size: 12px;
	background: url(images/PostCom.png) no-repeat left center;
}

.PostCom li a
{
	text-decoration: underline;
}

.Note
{
	padding: 0px;
	margin: 0px;
}

.Note li
{
	padding: 3px 0px 3px 15px;
	margin: 0px;
	list-style-type: none;
	font-size: 12px;
}

.NoteRss
{
	background: url(http://www.si-info.org/1948/images/NoteRss.png) no-repeat left top;
}

.NoteTrackBack
{
	background: url(http://www.si-info.org/1948/images/NoteTrackBack.png) no-repeat left top;
}

.TrackList
{
	background: #f4ebef url(http://www.si-info.org/1948/images/TrackListBottom.gif) no-repeat bottom;
	padding: 15px;
	margin-top: 20px;
	position: relative;
}

.TrackListTop
{
	background: #f4ebef url(http://www.si-info.org/1948/images/TrackListTop.gif) no-repeat top;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 455px;
	height: 10px;
}

.TrackList h3
{
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
	color: #333366;
	letter-spacing: -1px;
	border-bottom: dashed 1px #beb4c1;
}




.TrackList ul
{
	padding: 0px;
	margin: 0px;
}

.TrackList li
{
	padding: 0px 0px 0px 10px;
	margin: 0px;
	list-style-type: none;
	font-size: 11px;
	background: url(http://www.si-info.org/1948/images/TrackListIco.gif) no-repeat left top;
}

.TrackList li a
{
	color: #cc3366;
}

.NavEnd
{
	background: url(http://www.si-info.org/1948/images/NavEnd.gif) no-repeat left top;
	width: 15px;
	height: 33px;
	position: absolute;
	top: 0px;
	margin: 0px;
	right: 0px;
}

.Nav
{
	font-size: 11px;
	background: #cde url(http://www.si-info.org/1948/images/vanster.gif) no-repeat left top;
	padding: 10px;
	color: #003366;
	position: relative;
}

.Nav a
{
	padding: 1px 6px 1px 4px;
	border-right: solid 1px #91bdd8;
	font-size: 11px;
}

.Nav a:visited
{
	padding: 1px 6px 1px 4px;
	border-right: solid 1px #91bdd8;
}

.Nav a:hover
{
	padding: 1px 6px 1px 4px;
	border-right: solid 1px #91bdd8;
	text-decoration: none;
}

.Nav span
{
	padding: 1px 6px 1px 4px;
	color: #666666;
	border-right: solid 1px #91bdd8;
}

.Nav .on
{
	padding: 1px 6px 1px 4px;
	border-right: solid 1px #91bdd8;
	font-size: 11px;
	color: #003366;
}

.Comments
{
	margin: 20px 0px 0px 0px;
}

.Comments h3
{
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 5px 0px;
	color: #999;
	letter-spacing: -1px;
	border-bottom: dashed 1px #999;
}

.List h3
{
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 5px 0px;
	color: #999;
	letter-spacing: -1px;
	border-bottom: dashed 1px #999;
}

.List ol
{
	padding: 0px;
	margin: 0px;
}

.List li
{
	position: relative;
	padding: 65px 5px 10px 5px;
	margin: 0px 0px 10px 0px;
	list-style-type: none;
}

.List .ComListLi
{
	background: #fff4c3 url(http://www.si-info.org/1948/images/ComListLiBottom.gif) no-repeat left bottom;
}

.List .ComListLiTop
{
	position: absolute;
	background: url(http://www.si-info.org/1948/images/ComListLiTop.gif) no-repeat left top;
	height: 73px;
	width: 455px;
	left: 0px;
	top: 0px;
	padding: 35px 0px 0px 0px;
}

.List .ListNr
{
	color: #dfd08f;
	position: absolute;
	top: 35px;
	font-size: 28px;
	line-height: 28px;
	font-family: 'Arial';
	font-weight: normal;
	letter-spacing: -1px;
	padding: 0px;
	right: 25px;
}

.List .ListGrav
{
	position: absolute;
	top: 35px;
	left: 15px;
}

.List .ListGrav img
{
	border: solid 1px #fff;
}

.List big
{
	margin: 0px;
	padding: 2px 0px 2px 55px;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: -1px;
	color: #996633;
	font-weight: bold;
	display: block;
	font-family: 'Arial';
}

.List small
{
	color: #996633;
	padding: 2px 0px 2px 55px;
	margin: 0px;
	font-size: 11px;
}

.List small a
{
	color: #996633;
	text-decoration: none;
}

.List small a:visited
{
	text-decoration: none;
}

.List .ListContent
{
	margin: 15px 0px 0px 0px;
	padding: 5px 10px;
	font-size: 11px;
	line-height: 15px;
	background: #fff url(http://www.si-info.org/1948/images/ComListContent.gif) no-repeat left top;
	display: block;
}

.List .ListContent blockquote
{
	padding: 0px 15px;
	margin: 0px;
	color: #cc6600;
	font-family: 'Georgia';
	font-style: italic;
	border-top: dashed 1px #cc6600;
	border-bottom: dashed 1px #cc6600;
}

.List .ListContent blockquote p
{
	font-size: 12px;
	padding: 5px 0px;
	margin: 5px 0px;
	line-height: 16px;
	color: #cc6600;
}

.List .ListContent ul
{
	padding: 0px;
	margin: 0px;
}

.List .ListContent ul li
{
	padding: 0px;
	list-style-type: none;
	background: none;
	font-size: 11px;
	line-height: 13px;
	color: #63565f;
}

.Comments .Form
{
	background: #f9c6c6 url(images/ComFormBottom.gif) no-repeat left bottom;
	padding: 10px 15px 15px 15px;
	position: relative;
}

.Comments .FormTop
{
	background: url(images/ComFormTop.gif) no-repeat left top;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 504px;
	height: 7px;
}

.Comments .Form form
{
	margin: 0px;
	padding: 0px;
}

.Comments .Form a
{
	text-decoration: underline;
}

.Comments .Form p
{
	padding: 0px 0px 2px 0px;
	margin: 0px;
	color: #330000;
}

.Comments .Form p small strong
{
	font-size: 10px;
	font-weight: bold;
	color: #FF3300;
}

.Comments .Form p small
{
	font-size: 13px;
	display: block;
	padding: 5px 0px;
}

.Comments .Form .TextField
{
	background: #fff;
	border: solid 2px #e2a3a3;
	padding: 6px;
	font-size: 12px;
	display: block;
}

.Comments .Form .TextArea
{
	background: #fff;
	border: solid 2px #e2a3a3;
	padding: 6px;
	font-size: 12px;
}

.Comments .Form input.SubmitComment
{
	width: 204px;
	height: 26px;
	background: url(images/SubmitComment.png) no-repeat;
	margin-top: 8px;
}

.Comments .Form input.SubmitComment:hover
{
	background: url(images/SubmitComment.png) no-repeat 0 -26px;
	margin-top: 8px;
}

.Comments .Form input.SubmitCommentIE
{
	width: 204px;
	height: 26px;
	background: url(images/SubmitComment.png) no-repeat 0 -26px;
	margin-top: 8px;
}

.SR
{
	width: 415px;
	float: right;
	position: relative;
	padding: 0px 0px 20px 0px;
}

.SR h2
{
	font-size: 14px;
	letter-spacing: -1px;
	font-weight: bold;
	background: url(http://www.si-info.org/1948/images/SRH3.png) repeat-x left bottom;
	color: #666;
	padding: 5px 0px 5px 0px;
	margin: 0px;
	border-bottom: dashed 1px #efe4e4;
}

.SR h3
{
	font-size: 14px;
	font-weight: bold;
	background: url(http://www.si-info.org/1948/images/c.png) no-repeat left center;
	color: #666;
	padding: 5px 0px 5px 20px;
	margin: 0px;
	border-bottom: dashed 1px #efe4e4;
	text-transform: uppercase;
}

.SR h4
{
	font-size: 10px;
	text-transform: uppercase;
	color: #666;
}

.SR ul
{
	margin: 0px;
	padding: 0px;
}

.SR li
{
	margin: 0px;
	padding: 2px 0px 3px 20px;
	list-style-type: none;
	background: url(http://www.si-info.org/1948/images/0007_bullet.png) no-repeat left top;
	border-bottom: dashed 1px #efe4e4;
	font-size: 11px;
}

.SR li a
{
	color: #ff7777;
}

.SR li a:visited
{
	color: #ff7777;
}

.SR li a:hover
{
	color: red;
	text-decoration: underline;
}

.SRL
{
	width: 195px;
	float: left;
	padding: 0px;
}

.SRR
{
	width: 195px;
	float: right;
	padding: 0px;
}

.Categ ul
{
	margin: 0px;
	padding: 0px;
}

.Categ ul li
{
	margin: 0px;
	padding: 1px 0px 2px 20px;
	list-style-type: none;
	font-size: 11px;
	background: url(http://www.si-info.org/1948/images/0081_ulli.png) no-repeat left top;
	border-bottom: dashed 1px #efe4e4;
	color: #999;
}

.Categ ul li a
{
	color: #036;
}

.Categ ul li a:visited
{
	color: #036;
}

.Categ ul li a:hover
{
	color: #036;
	text-decoration: underline;
}

.Categ ul ul
{
	margin: 2px 0px 0px 0px;
	padding: 0px;
	list-style-type: none;
	background: none;
	border-bottom: none;
}

.Categ ul li li
{
	margin: 0px;
	padding: 1px 0px;
	list-style-type: none;
	background: none;
	border-bottom: none;
	font-size: 10px;
}

.Categ ul li li a
{
	color: #666;
}

.Categ ul li li a:visited
{
	color: #666;
}

.Categ ul li li a:hover
{
	color: #000;
}

.kartor
{
	margin-bottom: 10px;
}

.kartor h3
{
	font-size: 14px;
	font-weight: bold;
	background: url(http://www.si-info.org/1948/images/c.png) no-repeat left center;
	color: #666;
	padding: 5px 0px 5px 20px;
	margin: 0px;
	border-bottom: dashed 1px #efe4e4;
	text-transform: uppercase;
}

.kartor ul
{
	padding: 10px 0px;
	margin: 0px;
}

.kartor li
{
	background: none;
	padding: 0px;
	margin: 0px 6px 0px 0px;
	list-style-type: none;
	display: inline;
	border-bottom: none;
}

.kartor li a img
{
	background: #fff;
	padding: 1px;
	border: 4px solid #c4efb4;
	height: 75px;
	margin-bottom: 5px;
}

.kartor li a:hover img
{
	background: #fff;
	padding: 1px;
	border: 4px solid green;
	margin-bottom: 5px;
}

.EBG
{
	background: url(http://si-info.org/img/bg2.gif) repeat;
	width: 100%;
	float: left;
	border-top: solid 1px #ecdce3;
	border-bottom: solid 1px #ecdce3;
	padding: 20px 0px;
}

.Extra
{
	width: 900px;
	margin: 0 auto;
}

.Cols
{
	width: 280px;
	float: left;
}

.Cols h3
{
	font-size: 14px;
	font-weight: bold;
	background: url(http://www.si-info.org/1948/images/c.png) no-repeat left center;
	color: #666;
	padding: 5px 0px 5px 20px;
	margin: 0px;
	border-bottom: dashed 1px #efe4e4;
	text-transform: uppercase;
}

.Cols ul
{
	margin: 0px;
	padding: 10px 0px 0px 0px;
}

.Cols li
{
	display: block;
	color: #333366;
	margin: 0px;
	padding: 2px 0px 3px 15px;
	list-style-type: none;
	font-size: 11px;
	background: url(http://www.si-info.org/1948/images/LatestCom.png) no-repeat left top;
}

.Cols li a
{
	font-size: 11px;
	font-weight: normal;
	color: #cc3366;
}

.FBG
{
	background: #fff;
	width: 100%;
	float: left;
	padding: 10px 0px;
}

.Footer
{
	width: 860px;
	margin: 0 auto;
	background: url(http://www.si-info.org/1948/images/sii_mini.jpg) no-repeat left center;
	padding: 10px 0px 10px 70px;
}

.Footer p
{
	font-size: 10px;
	color: #706c79;
	padding: 0px;
	margin: 0px;
}

.Footer a
{
	color: #706c79;
	text-decoration: underline;
}

.tags
{
	font-size: xx-small;

}


.boknav
{
	font-size: xx-small;
	background-color: #fecfcb;
	color: gray;
	border: 2px solid #fecfcb;
}

.boknav a
{
	color: gray;
}

.kartnav
{
	font-size: xx-small;
	background-color: #c4efb4;
	color: gray;
		border: 2px solid #c4efb4;

}

.kartnav a
{
		color: gray;
}

.cdnav
{
	font-size: xx-small;
	background-color: #d3dcf2;
	color: gray;
		border: 2px solid #d3dcf2;

}

.cdnav a
{
	color: gray;
}



.floatright
{
float: right;

background-color: #fff;
padding: 10px;
border-top: 1px solid #999;
border-right: 1px solid #555;
border-bottom: 1px solid #555;
border-left: 1px solid #999;
margin-left: 7px;
font-size: 10px;
}

div.floatright img
{
border-top: 1px solid #555;
border-right: 1px solid #999;
border-bottom: 1px solid #999;
border-left: 1px solid #555;
}

.floatleft
{
float: left;
background-color: #fff;
padding: 10px;
border-top: 1px solid #999;
border-right: 1px solid #555;
border-bottom: 1px solid #555;
border-left: 1px solid #999;
margin-right: 7px;
font-size: 10px;
}

div.floatleft img
{
border-top: 1px solid #555;
border-right: 1px solid #999;
border-bottom: 1px solid #999;
border-left: 1px solid #555;
}

.centerbild
{
background-color: #fff;
padding: 10px;
border-top: 1px solid #999;
border-right: 1px solid #555;
border-bottom: 1px solid #555;
border-left: 1px solid #999;
font-size: 10px;
}

div.centerbild img
{
display: block;
border-top: 1px solid #555;
border-right: 1px solid #999;
border-bottom: 1px solid #999;
border-left: 1px solid #555;
 margin-left: auto;
    margin-right: auto; 
}


