/************************/
/* GLOBAL               */
/************************/
body
{
	background: #fff url(/Images/main_bg.gif) left top repeat-y;
	margin: 0;
}

body form
{
	/*margin-left: 5px;*/
	display: block;
	width: 780px;
	margin: 0 0 0 5px;
}

#Page 
{
	position: relative;
	background: url(/Images/main_bg.gif) repeat-y right top;
	padding: 0 0.5em;
}

body, form, h1, h2, h3, h4, h5, h6, h6, p, img, blockquote, dl, dt, dd
{
	margin: 0;
	padding: 0;
}

html, body, td, th
{
	font-size: 11px;
	font-family: Verdana, Arial, Sans-Serif;
	color: #333;
	line-height: 1.5;
}

p
{
	margin-bottom: 1em;
}

object
{
	display: block;
	margin-bottom: 1em;
}

.Ingress
{
	display: block;
	font-weight: bold;
	margin-bottom: 1em;
}

a
{
	color: #333;
}

a:hover
{
	color: #666;
}

img
{
	border-style: none;
}

img.BlockImage
{
	display: block;
	line-height: 0;
	padding: 4px 0 5px 0;
	margin: 4px 0 5px 0; 
}

.DateLabel
{
	color: #999;
	font-size: .9em;
}
.HighlightNew
{
	font-family:Verdana;
	font-weight:bold;
	color:#136da9;
}

/******************************************************
/* SPECIAL ITEMS
/*****************************************************/
.Unit
{
	display: block;
	margin-bottom: 1em;
}

.UnitBL
{
	display: block;
	margin-bottom: .7em;
}

.UnitFB
{
	display: block;
	text-decoration: none;
}

.UnitSL
{
	display: block;
	text-decoration: none;
}

.UnitFBTeaser2
{
	display: block;
	text-decoration: none;
	cursor:pointer;
}

.UnitTeaser
{
	display: block;
	text-decoration: none;
	cursor:pointer;
	padding-left: 5px;
	margin-left: 5px;
}

.UnitSubMenu
{
	display: block;
	margin-bottom: 1em;
	margin-top: 1em;
	background: #f6f5f5 url(/Images/Fullbricka/undermeny_bg.gif) repeat-y left top;
}

.UnitSubMenuSL
{
	display: block;
	margin-bottom: 1em;
	margin-top: 1em;
	background-color: #fff;
}

.ContentHeader
{
	display: block;
	margin-bottom: 1em;
	clear: both;
}

.TextIcon
{
	vertical-align: middle;
	margin: 0 3px;
}

.hr
{
	border-bottom: solid 1px #d3f0af;
	margin: 1em 0;
}

.hr hr
{
	display: none;
}

.ListItem
{
	display: block;
	margin-top: 5px;
	border-top: solid 1px #d3f0af;
	padding-top: 5px;
}

.ListItemRecipe
{
	display: block;
	margin-top: 5px;
	padding-top: 5px;
	text-decoration: none;
}

.ListItemRegion
{
	display: block;
	margin-top: 6px;
	padding-top: 6px;
	text-decoration: none;
}

/**************
* Supportline image
***************/
*html .supportline
{
	position:absolute;
	bottom: 11px;
	left: -200px;
	z-index: -1;
}

.supportline
{
	position:absolute;
	bottom: 11px;
	left: -200px;
}

/******************************************************
/* HEADING STYLES
/*****************************************************/
h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Arial, Sans-Serif;
	margin-bottom: .3em;
	line-height: normal;
}

h1
{
	font-size: 1.6em;
}

h2
{
	font-size: 1.2em;
}

h3
{
	font-size: 1.1em;
}

h4, h5, h6
{
	font-size: 1em;
}

/*************************/
/* ACCORDION           */
/*************************/
.accordionHeader
{
	background-color:White;
	font-weight:bold;
	line-height:20px;
	border-top: solid 1px #603745;
	cursor:pointer;
}
.accordionHeaderSelected
{
	background-color:White;
	font-weight:bold;
	line-height:20px;
	border-top: solid 1px #603745;
	cursor:pointer;
}

.accordionContent
{
	padding-left:1em;
}


/******************************************************
/* FORMS
/*****************************************************/
input, textarea, select, option
{
	font-size: 11px;
	font-family: Verdana, Arial, Sans-Serif;
	color: #603745;
}

input
{
	vertical-align: middle;
}

.InputBlock
{
	clear: both;
	margin-bottom: .5em;
}

.TextBox
{
	border: solid 1px #aaa;
	width: 160px;
}

.TextBox2
{
	border: solid 1px #aaa;
	width: 185px;
}

.ButtonBlock
{
	clear: both;
	margin-top: 1em;
	text-align: right;
	background: #eee url(/images/buttonblock.gif);
	height: 40px;
	overflow: hidden;
	width: 100%;
}

.ButtonBlock .Button
{
	margin: 10px;
}

.Button img
{
	vertical-align: middle;
}

.ButtonOnForm
{
	width: 75px;
	height: 22px;
	background-image: url(/images/Buttons/skicka.gif);
	float:right;
	border: 5px;
}



label
{
	float: left;
	width: 150px;
	line-height: 18px; /* TextBox height */
	vertical-align: middle;
}

.CheckBox label
{
	float: none;
}

.xform label
{
	float: none;
}

.Required
{
	color: #f00;
	margin: 0 3px;
}

.FormHelp
{
	vertical-align: middle;
}

.FormHelpToolTip
{
	position: absolute;
	display: none;
	font-size: .8em;
	background-color: #ffa;
	border: solid 1px #ccc;
	padding: 5px;
	width: 300px;
	left: 10px;
}

* html .FormHelpToolTip
{
	margin-top: 20px;
}


.ErrorSummary
{
	border: solid 1px #C00;
	background-color: #fff;
	margin-bottom: 1em;
	padding: 5px 10px;
	font-size: .9em;
	color: Red;
	display: block;
	height: 1%;
}

.ErrorSummary ul
{
	list-style: none none;
	margin: 0;
	padding: 0;
}

.InfoSummary
{
	border: solid 1px #CCC;
	background-color: #fff;
	margin-bottom: 1em;
	padding: 5px 10px;
	font-size: 1.2em;
	font-weight: bold;
	color: black;
	display: block;
	height: 1%;
}

.InfoSummary .InfoSummarylink
{
	font-size: 11px;
	font-weight:normal;
}

/******************************************************
/* LISTS
/*****************************************************/
ul, ol
{
	margin: 0 0 1em 0;
	padding: 0 0 0 2em;
}

ul
{
	list-style-image: url(/Images/icons/list_bullet.gif);
}

ul li, ol li
{
	margin: 0 0 .5em 0;
	padding: 0;
	vertical-align: middle;
}

dl
{
	margin-bottom: 1em;
}

dl dt
{
	font-weight: bold;
	margin-bottom: .3em;
}

dl dd
{
	margin-bottom: 1em;
}

/******************************************************
/* FRAMEWORK UNITS
/*****************************************************/
.TopMenu a,
.TreeMenu a
{
	font-size: 10px;
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}

.TopMenu
{
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 120px;
	bottom: 0;
}

.TopMenu li
{
	list-style: none none;
	float: left;
	margin: 0;
	padding: 0;
}

.TopMenu li.FirstItem
{
	border-left-style: none;
}
.TopMenu li.LastItem
{
	border-right-style: none;
}

.TopMenu li a
{
	padding: 1px 15px 2px 15px;
	color:#fff;
}

.TopMenu a:hover
{
	background-color: #cba8e5;
	color: #fff;
}

.TopMenu .Selected a,
.TopMenu .SelectedParent a
{
	background: #cba8e5 url(/Images/1x1.gif) left center no-repeat;
	color:#fff;
}

.TreeMenu
{
	list-style: none none;
	margin: 3px 0 0 0;
	padding: 3px 0 0 0;
}

.TreeMenu li
{
	list-style: none none;
	border-bottom: solid 1px #ddd9da;
	margin: 0;
	padding: 0;
}

.TreeMenu li.LastItem
{
	border-style: none;
}

.TreeMenu a
{
	padding: 5px 10px 5px 13px;
	color: #603745;
}

.TreeMenu a:hover
{
	background-color: #d7d7e3;
	color: #603745;
}

.TreeMenu .Selected a,
.TreeMenu .SelectedParent a
{
	background: #d7d7e3 url(/Images/menu_arrow.gif) left center no-repeat;
}

/************************/
/* HEADER               */
/************************/
#HeaderArea
{
	position: relative;
	background: #fff url(/images/pageheader_bg.jpg) right 39px no-repeat;
	width: 765px;
	height: 128px;
}

#Logotype
{
	float: left;
	margin: 18px 0px 0px 18px;
}
.PageTop
{
	background-image:url(/images/folkspel_top.gif);
	/*margin-left:4px;*/
	height:39px;
	width:766px
}

/*************************/
/* CONTENTAREA           */
/*************************/

.TopContent
{
	margin-bottom: 10px;
}

.LeftContent
{
	float: left;
	width: 360px;
}

.RightContent
{
	float: right;
	width: 175px;
	margin-right: 10px;
}

* html .RightContent { display: inline; }


#RegionHeader
{
	position: relative;
	margin: 10px 0 1em 4px;
	background: #fff url(/images/pageheader_bg.jpg) right 39px no-repeat;
	width: 765px;
	height: 128px;
}

#RegionLeft
{
	float: left;
	width: 190px;
	padding-top: 10px;
	margin: 0 0 0 5px;
	background-image: url(/images/left_top.gif);
	background-repeat: no-repeat;
}
* html #RegionLeft { display: inline; }

#RegionContent
{
	position: relative;
	float: right;
	width: 570px;
	/*margin-bottom: 20px;*/
}

#RegionMain
{
	float: left;
	width: 404px;
}

#RegionRight
{
	float: right;
	width: 150px;
}


#RegionFooter
{
	margin-bottom: 20px;
}

#RegionBanners
{
	position: absolute;
	left: 802px;
	top: 10px;
	overflow: visible;
}

/*************************/
/* LOGIN PAGE            */
/*************************/
.loginArea 
{
    width: 100%;
}

.loginArea label 
{
    display: block;
    line-height: 1em;
    width: 35%;
}

.loginArea input
{
    margin: 0.3em 0 1em 0;
}

/*************************/
/* REGISTER PAGE         */
/*************************/
.registerArea 
{
    width: 100%;
}

.registerArea label 
{
    display: block;
    line-height: 1em;
}

.registerArea input
{
    margin: 0.3em 0 1em 0;
}

/*************************/
/* SUBSCRIPTION PAGE     */
/*************************/
.subscriptionArea 
{
    width: 100%;
}

.subscriptionArea label.topLabel 
{
    display: block;
    line-height: 1em;
}

.subscriptionArea input, .subscriptionArea select
{
    margin: 0.3em 0 1.5em 0;
}

.subscriptionListArea input
{
    margin: 0 0.3em 0 0;
}

.subscriptionListArea td 
{
    vertical-align: text-bottom;
    padding: 0.3em 0;
}

/*************************/
/* DOCUMENTS             */
/*************************/
#MainBody.documentList ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#MainBody.documentList li
{
    clear: both;
}

#MainBody.documentList .download 
{
    float: right;
}

#MainBody.documentList a
{
    padding: 0 0 2px 20px;
}

a.bmpExtension {background: url(images/extensions/bmp.gif) no-repeat; padding: 0 0 2px 20px; line-height: 2em;}
a.docExtension, a.docxExtension {background: url(images/extensions/doc.gif) no-repeat; padding: 0 0 2px 20px; line-height: 2em;}
a.gifExtension {background: url(images/extensions/gif.gif) no-repeat; padding: 0 0 2px 20px; line-height: 2em;}
a.htmExtension, a.htmlExtension {background: url(images/extensions/htm.gif) no-repeat; padding: 0 0 2px 20px; line-height: 2em;}
a.jpgExtension, a.jpegExtension {background: url(images/extensions/jpg.gif) no-repeat; padding: 0 0 2px 20px; line-height: 2em;}
a.mp3Extension {background: url(images/extensions/mp3.gif) no-repeat; padding: 0 0 2px 20px; line-height: 2em;}
a.mpgExtension {background: url(images/extensions/mpg.gif) no-repeat; padding: 0 0 2px 20px; line-height: 2em;}
a.pdfExtension {background: url(images/extensions/pdf.gif) no-repeat; padding: 0 0 2px 20px; line-height: 2em;}
a.pngExtension {background: url(images/extensions/png.gif) no-repeat; padding: 0 0 2px 20px; line-height: 2em;}
a.pptExtension, a.pptxExtension {background: url(images/extensions/ppt.gif) no-repeat; padding: 0 0 2px 20px; line-height: 2em;}
a.tifExtension, a.tiffExtension {background: url(images/extensions/tif.gif) no-repeat; padding: 0 0 2px 20px; line-height: 2em;}
a.txtExtension {background: url(images/extensions/txt.gif) no-repeat; padding: 0 0 2px 20px; line-height: 2em;}
a.wavExtension {background: url(images/extensions/wav.gif) no-repeat; padding: 0 0 2px 20px; line-height: 2em;}
a.xlsExtension, a.xlsxExtension {background: url(images/extensions/xls.gif) no-repeat; padding: 0 0 2px 20px; line-height: 2em;}
a.zipExtension {background: url(images/extensions/zip.gif) no-repeat; padding: 0 0 2px 20px; line-height: 2em;}

/*************************/
/* PAGELIST              */
/*************************/
.pageList ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.pageList li
{
    padding-bottom: 0.2em;
	list-style-type: none;
}

.pageList h2
{
	margin: 0;
}

/*************************/
/* FORMS                 */
/*************************/
.xForm {}

.xForm h2
{
	padding: 1em 0;
	margin: 0;
}

.xForm legend 
{
    color: Black;
}

.xForm input 
{
    float: left;
}

.xForm .heading
{
    font-weight: bold; 
    font-size: 1em; 
    padding: 0; 
    margin: 0.4em 0em;
}

.xForm #id_matrix
{
    width: 100%;
	margin: 0;
	padding: 0;
}

.xForm #id_matrix td
{
	border:0;
	margin: 0;
	padding: 0.2em 0;
}

span.xformvalidator
{
    color: Red;
}

.xForm .options 
{
    float: left;
}

.xForm label 
{
    margin-right: 0.5em;
    float: left;
}

#id_matrix br 
{
    clear: both;
}

.thankyoumessage
{
	padding: 1em 0;
	margin: 0;
	font-weight: bold;
}

/*************************/
/* FOOTERAREA            */
/*************************/
#FooterArea
{
	margin-bottom: 20px;
}

/*
#Footer 
{
	height: 30px;
	background: url(images/FooterCornerLeft.png) bottom left no-repeat;
}

#FooterArea ul
{
	margin: 8px 0 0 0;
	padding: 0;
	list-style-type: none;
	float: right;
}

#FooterArea ul li
{
	display: block;
	float: left;
	color: White;
	border-left: solid 1px White;
	padding: 0 0.8em;
	font-size: 0.8em;
}

#FooterArea ul li.first
{
	border: 0;
}

#FooterArea a
{
	text-decoration: none;
	color: White;
}

#FooterArea a:hover
{
	text-decoration: underline;
}
*/

/**********************************/
/*    Table classes for content   */
/**********************************/
table.classic
{
	border-collapse: collapse;
	border: solid 0.1em #777777;
}

table.classic th
{
	border: solid 0.1em #777777;
	background-color: #DADADA;
	padding: 0.4em;
}

table.classic td
{
	border: solid 0.1em #777777;
	padding: 0.2em 0.4em;
}

table.color
{
	border-collapse: collapse;
	border: solid 0.1em #275569;
}

table.color th
{
	border: solid 0.1em #275569;
	background-color: #4495b9;
	color: White;
	padding: 0.4em;
}

table.color td
{
	border: solid 0.1em #275569;
	padding: 0.2em 0.4em;
}

th.highlighted, td.highlighted {}

table.classic th.highlighted
{
	background-color: #AAAAAA;
}

table.classic td.highlighted
{
	background-color: #F0F0F0;
}

table.color th.highlighted
{
	background-color: #377995;
}

table.color td.highlighted
{
	background-color: #d1e6ef;
}

th.leftalignedcontent, td.leftalignedcontent
{
	text-align: left;
}

th.rightalignedcontent, td.rightalignedcontent
{
	text-align: right;
}

/**********************************/
/*   Image  classes for content    */
/**********************************/
img.topleftfloatingimage
{
    margin-right: 1em;
    margin-bottom: 1em;
	float: left;
}

img.toprightfloatingimage
{
	float: right;
	vertical-align: top;
    margin-left: 1em;
    margin-bottom: 1em;
}

/******************************************************
/* CLEAR SPACER
/*****************************************************/
.FloatContainer:after, 
.Region:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* IE Bugfix - This hides from IE-mac \*/
* html .Region 
{
	height: 1px;
}
/* End hide from IE-mac */

/* IE Bugfix - This hides from IE-mac \*/
* html .FloatContainer
{
	height: 1px;
}
/* End hide from IE-mac */

* html .TeaserFloatContainer
{
	height: 102px;
}

* .TeaserFloatContainer
{
	min-height: 102px;
}

* html .Newsfeed
{
	margin-bottom:1em;
	height:1px;
}

* .Newsfeed
{
	clear:both;
	margin-bottom:1em;
	height:22px;
}

.ProductFloatContainer:after 
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.TeaserContainerMiddle .TeaserImage
{	padding: 0;
	margin: 0;
	line-height: 0;
	display: block;
}

.TeaserContainerMiddle
{
	width: 100%;
	float: left;
	display:block;
	height: 200px;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
}
*html .TeaserContainerMiddle
{
	width: 100%;
	float: left;
	display:block;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
}

#colmiddle 
{
	float: left;
	cursor:pointer;
	margin: 0;
}

/******************************************************
/* SPECIAL ITEMS
/*****************************************************/
.Unit
{
	display: block;
	margin-bottom: 1em;
}

.UnitMiddleTeaser
{
	display: block;
	text-decoration: none;
	cursor:pointer;
}

.UnitBL
{
	display: block;
	margin-bottom: .7em;
}

/******************************************************
/* LotCorrectFB
/*****************************************************/
.LotCorrectFB .Left
{
	float: left;
	width: 200px;
}

.LotCorrectFB .Right
{
	float: right;
}

.LotCorrectFB .Description
{
	float: left;
	width: 160px;
}

.LotCorrectFB .InputBlock
{
	float: left;
	clear: none;
	width: 55px;
}

.LotCorrectFB .InputBlock label
{
	width: auto;
}

.LotCorrectFB .TextBox
{
	width: 45px;
}

.LotCorrectFB .Result
{
	margin-top: 1em;
	text-align: center;
	font-size: 11px;
}

.LotCorrectFB .InputBlockSerie
{
	float: left;
	clear: none;
	width: 42px;
	margin: auto auto 0.5em;
}

.LotCorrectFB .InputBlockSerie label
{
	width: auto;
	line-height: 18px;
	float:left;
	vertical-align:middle;
}

.LotCorrectFB .TextBoxSerie
{
	width: 30px;
	border: solid 1px #aaa;
	background-color: #ffffff;
	color: #603745;
	padding: 1px;
}


/******************************************************
/* TeaserButton
/*****************************************************/

.TeaserButton
{
	text-decoration: none;
	display:block;
	cursor:pointer;
}

/******************************************************
/* Teaser
/*****************************************************/
.Teaser
{
	text-decoration: none;
	background: #fff url(/Images/Teaser/bl_teaser_bottom.gif) left bottom no-repeat;
	color: #333333;
}

.Teaser .TeaserHeader
{
	display: block;
	line-height: 0;
	border-bottom: solid 3px #fff;
}

.TeaserHeader
{
	display: block;
	line-height: 0;
}

.Teaser .TeaserText
{
	padding: 10px 19px 27px 19px;
	color: #fff;
	font-weight:bold;
}

.Teaser .TeaserImage
{
	padding-left: 0;
	margin-left: 0;
	line-height: 0;
	display: block;
}

.Teaser .TeaserContainer
{
	/*padding-left: 1px;
	padding-right: 1px;*/
}

/******************************************************
/* Article
/*****************************************************/
.Article .LeftImage
{
	float: left;
	margin: 0 1em .5em 0;
}

.Article .RightImage
{
	float: right;
	margin: 0 0 .5em 1em;
}

/******************************************************
/* NewsList
/*****************************************************/
.NewsList
{
	width: 350px;
	margin-left: 7px;
	padding-left: 7px;
}
*html .NewsList
{
	width: 350px;
	margin-left: 8px;
	padding-left: 8px;
}
.NewsList .ListItem
{
	text-decoration: none;
}

.NewsList .FirstItem
{
	border-top-style: none;
	padding-top: 0;
}

.NewsList .ListImage
{
	float: left;
	margin: 0 10px 0 0;
}


/******************************************************
/* ContactList
/*****************************************************/
.ContactList .ListItem
{
	text-decoration: none;
}

.ContactList .ListImage
{
	float: left;
	margin: 5px;
	border: 1px solid;
	border-color: #002f67;
}

.ContactList .Label
{
	color: #002f67;
	font-weight:bold;
}

/******************************************************
/* ImageGallery
/*****************************************************/
.ImageGallery .ListImage
{
	float: right;
}

/******************************************************
/* Recipe
/*****************************************************/
.Recipe .TextBox { width: 180px }
.Recipe .Image { }
.Recipe .DropDown { width: 180px }
.Recipe .BothCols { width: 100%; }
.Recipe .LeftCol { float: left; width: 50%; clear:left; }
.Recipe .RightCol { float: right; width: 50% }
.Recipe .Row { line-height: 2em }
.Recipe .Required { color: red }
.Recipe .Organisation { width: 100% }
.Recipe .Organization INPUT { float: left }
.Recipe .Organization LABEL { float: left; white-space: nowrap }
.Recipe .help { margin:10px; position:absolute; z-index:99; width:75%; border:1 solid black; background-color:white; cursor:pointer; }
.Recipe .LeftImage { float: left; margin: 0 1em .5em 0; }
.Recipe .RightImage { float: right; margin: 0 0 .5em 1em; }
.CheckBoxList label { width:70px; }
.CheckBoxList td { width:110px; }

.Recipe .ListImage
{
	float: left;
	margin: 0 10px 0 0;
}
/******************************************************
/* Premieweb
/*****************************************************/
.PremieWeb .TextBox 
{ 
	width: 180px 
}
.PremieWeb .Image { }
.PremieWeb .DropDown 
{ 
	width: 180px 
}
.PremieWeb .BothCols 
{ 
	width: 100%; margin: 0 1em .5em 0; 
}
.PremieWeb .LeftCol 
{
	float: left; width: 35%; clear:left; 
}
.PremieWeb .RightCol 
{ 
	float: right; width: 65% 
}
.PremieWeb .Row 
{ 
	line-height: 2em 
}
.PremieWeb .Required 
{ 
	color: red 
}
.PremieWeb .Organisation 
{ 
	width: 100% 
}
.PremieWeb .Organization INPUT 
{ 
	float: left 
}
.PremieWeb .Organization LABEL 
{ 
	float: left; 
	white-space: nowrap 
}
.PremieWeb .help 
{ 
	margin:10px; 
	position:absolute; 
	z-index:99; 
	width:75%; 
	border:1 solid black; 
	background-color:white; 
	cursor:pointer; 
}
.PremieWeb .LeftImage 
{ 
	float: left; 
	margin: 0 1em .5em 0; 
}
.PremieWeb .RightImage 
{ 
	float: right; 
	margin: 0 0 .5em 1em; 
}

.resdiv 
{ 
	height:120px;
	width:180px;
	position:absolute;
	z-index:999;
	border:1px solid black; 
	background-color:white; 
	cursor:pointer;
}
.frmcls
{ 
	position:absolute;
	z-index:998;
	border-style: none;
	height:0px;
	width:180px;
}
.frmcls2
{ 
	position:absolute;
	z-index:998;
	border-style: none;
	height:0px;
	width:180px;
}
.frmcls3
{ 
	position:absolute;
	z-index:998;
	border-style: none;
	height:0px;
	width:180px;
}

.frameborderOrg 
{ 
	height:95px;
	width:320px;
	position:absolute;
	z-index:999;
	border:1px solid black; 
	background-color:white; 
	cursor:pointer;
}

.frameOrg
{ 
	position:absolute;
	z-index:998;
	border-style: none;
	height:0px;
	width:320;
}
