a img {
	border: none;
}
div.clearer {
	clear: both;
}


/* Helper classes */
.clearfix:after {
    clear: both;
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
}


/* Generic classes */
.hotArea.hover {
	cursor: pointer;
}

strong.VeryImportantText {
	color: red;
	font-weight: bold;
}


a.megabutton {
	display: inline-block;
		
}
a.megabutton.full-width {
	display: block;
	border: 1px solid #ccc;
	border-radius: 5px;
	background: linear-gradient(to bottom, #eeeeee 0px, #cccccc 100%) repeat scroll 0 0 #dddddd;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
	padding: 1ex 1em;
	margin: 0 11px 0 14px;
	text-align: center;
	font-variant: small-caps;
	color: #333;
	text-shadow: 0 1px 0 #FFFFFF;
	text-decoration: none;
	font-size: 120%;
}

/* this is our "window", or "body" */
#container {
	font-family: arial, sans-serif;
	line-height: 1.4;
	color: #595959;
	font-size: 90%;
	background-color: white;
}

hr#header-done {
	display: none;
}
h2 {
	font-size: 130%;
	margin-bottom: 0;
}
.maincontent-body {
	text-align: justify;
}
.maincontent-body ul {
	text-align: left;
}
.maincontent-head h1 {
	text-transform: uppercase;
	font-size: 150%;
	font-weight: normal;
}
.template-firstpage .maincontent-head h1{
	text-transform: none;
}
.maincontent-body h2 {
	font-weight: normal;
	margin-top: 1.5em;
	margin-bottom: 1ex;
	border-bottom: 1px solid #ccc;
	font-size: 130%;
}
.maincontent-body h2+p {
	margin-top: 0;
}
.maincontent-body h3 {
	font-size: 120%;
}

.maincontent-body a {
	color: #03c;
	text-decoration: none;
}
.maincontent-body a:hover {
	text-decoration: underline;
}
.maincontent-body a:visited {
	color: #838;
}


#mainmenu ul {
	list-style: none;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}
#mainmenu ul li {
	display: inline;
	font-weight: normal;
	margin-right: 1em;
}
#mainmenu ul li a{
	color: #393939;
	text-decoration: none;
}
#mainmenu ul li a:hover {
	border-bottom: 2px solid #ccc;
}
#mainmenu ul li.current a,
#mainmenu ul li.current a:hover {
	border-bottom: 2px solid #00853e;
}
#localmenu ul li {
	margin: 1em 0;
	line-height: 1.2;
}
#localmenu ul a {
	color: #666;
	text-decoration: none;
}
#localmenu ul li.current a,
#localmenu ul li.current a:hover {
	color: #666;
	font-weight: normal;
	text-decoration: underline;
}
#localmenu ul a:hover {
	text-decoration: underline;
}
#footer .content {
	color: white;
	background: #6e6a66 url("../_gfx/footer-bg.jpg") repeat-x left top;
}
#footer .affiliations ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#footer .affiliations ul li {
	display: inline;
	margin-left: 12px;
}
#footer .externalSources ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#footer .externalSources ul li {
	display: inline;
	margin-right: 12px;
}

.template-textpage .maincontent-body  h2{
	clear: left;
}

.template-projectindex #projectmap {

}
.template-projectindex .section-archive,
.template-projectindex .section-current {
	clear: left;
	position: relative;
}
.template-projectindex .section-archive h2,
.template-projectindex .section-current h2 {
	margin-left: 10px;
	margin-right: 10px;
}
.template-projectindex .section-current li {
	float: left;
}
.template-projectindex .section-services {
	clear: left;
}
.template-projectindex .section-services h2 {
	display: none;
}
.template-projectindex .serviceprojects {
	float: left;
	position: relative;
	margin-bottom: 1em;
}
.template-projectindex .serviceprojects h3 {
	padding-top: 0;
	margin-bottom: 1ex;
	margin-top: 0;
	font-weight: normal;
	border-bottom: 1px solid #ccc;
	margin-left: 10px;
	margin-right: 10px;
}
.template-textpage .related_projects p.more,
.template-projectindex .section-current p.more,
.template-projectindex .serviceprojects p.more {
	position: absolute;
	width: 100%;
	top: 0;
	right: 10px;
	text-align: right;
	padding-top: 0.3em;
	margin: 0;
}
.template-projectarchive .section-projects {
	clear: left;
}
.template-projectarchive .section-projects li {
	float: left;
}
.template-textpage .byline {
	color: #aaa;
}
.template-textpage .related_projects {
	position: relative;
}
.template-textpage .related_projects h2 {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0;
}
.template-textpage .related_projects .projectlist {
	max-width: 610px;
}
.template-textpage .related_projects .projectlist li {
	float: left;
}
.template-project .related_projects .projectlist li {
	float: left;
}

.template-project h2 {
	clear: left;
}


/* Project List */
ul.projectlist {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.projectlist li {
	margin: 0 0 0 0;
}
ul.projectlist li.more {
	text-align: center;
	font-size: smaller;
}
ul.projectlist.collapsed li {
	display: none;
}
ul.projectlist.collapsed li.sticky {
	display: block;
}

/* Project Button */
.projectbutton {
	width: 265px;
	height: 60px;
	line-height: 1.2;
	padding: 10px;
	background-image: url("../_gfx/projectbutton-bg2.png");
	background-repeat: no-repeat;
	cursor: pointer;
	overflow: hidden;
}
html>body .projectbutton {
	overflow: visible;
}
.projectbutton.big {
	height: 180px;
	background-position: 0 -80px;
}
.projectbutton.hover, 
.projectbutton:hover {
	background-position: -285px 0;
}
.projectbutton.big.hover, 
.projectbutton.big:hover {
	background-position: -285px -80px;
}
#projectinfo2 .projectbutton,
#projectinfo .projectbutton {
	background-image: url("../_gfx/projectbutton-bg2-alpha.png");
	background-position: 0 0;
}
.projectbutton img {
	border: 0;
	float: left;
}
.projectbutton.big img {
	float: none;
	display: block;
}
.projectbutton h3, 
.projectbutton h4 {
	font-weight: normal;
	font-size: 100%;
	margin: 0 0 3px 0;
	padding: 0;
}
.projectbutton .name {
	display: block;
	margin-left: 85px;
	width: 179px;
	white-space: nowrap;
	overflow: hidden;
}
.projectbutton.big .name {
	clear: left;
	width: 265px;
	margin-left: 0;
	padding-top: 2px;
}
.projectbutton.big.noimg .name {
	padding-top: 112px;
}
.projectbutton .summary {
	font-size: 11px;
	text-align: left;
	margin-left: 85px;
}
.projectbutton.big .summary {
	margin-left: 0;
}
.projectbutton .summary .date{
	font-style: italic;
	color: black;
	
}
.projectbutton p {	
	margin: 0;
	padding: 0;	
}

.image-list ul {
	margin-left: 0;
	padding-left: 0;
}
.image-list ul li {
	float: left;
	list-style: none;
	width: 60px;
	height: 46px;
	display: block;
	background: white url("../_gfx/thumb-bg-small.png") no-repeat;
	padding: 5px 6px;
	width: 48px;
	height: 36px;
}
.image-list ul li a img {
	border: none;
	height: 36px;
	width: 48px;
}

/* *** Profiles *** */
div.profile_extended2 {
	position: relative;	
	padding: 10px;
	width: 265px;
	height: 180px; /* Same as the image in the dt */
	background-image: url("../_gfx/projectbutton-bg.png");
	background-repeat: no-repeat;
	background-position: 0 -80px;
	line-height: 1.2;
}
div.profile_extended2.no-image {
	height: auto;
	background-image: url("../_gfx/projectbutton-bg.png");
	background-position: 0 0;
	
}
div.profile_extended2 h2 {
	margin: 0;
	font-size: 15px;
	border: none;
	color: black;
	line-height: 25px;
}

div.profile_extended2 h2 img{
	display: block;
    padding-bottom: 5px;
}
div.profile_extended2 .title {
    color: gray;
    font-style: italic;
    font-size: 11px;
    margin-bottom: 2px;
}
div.profile_extended2 .fieldgroup {
	font-size: 11px;
	display: block;
}
div.profile_extended2 .key {
	float: left;
	clear: left;
}
div.profile_extended2 .value {
	color: black;
	float: right;
}
div.profile_extended2 .value  a {
}
div.profile_extended2 .vCardDownload{
  	font-size: 11px;
    line-height: 25px;
    position: absolute;
    right: 10px;
    top: 125px;
	
}

div.profile_extended2 .vCardDownload a{
	text-decoration: none;
	color: #595959;
}

/* *** Slideshow *** */
.slideshow-controls {
	position: absolute;
	top: 0px;
	left: 0px;
}
.slideshow-controls .button {
	position:absolute;
	text-indent:-5000px;
	padding: 0;
	z-index:3;
	border:none;
	cursor: pointer;
	display:block;
}
.slideshow-controls .button-prev,
.slideshow-controls .button-next {
	top:0px;
	height: 100%;
	width:60px;
}
.slideshow-controls .button-prev {
	background: transparent url(../_gfx/slideshow-prev.png) no-repeat scroll left 50%;
	left:0px;
}
.slideshow-controls .button-next {
	background: transparent url(../_gfx/slideshow-next.png) no-repeat scroll right 50%;
	right:0px;
}

.slideshow-menu .jcarousel-item {
	width: 60px;
	height: 46px;
	display: block;
	background: white url("../_gfx/thumb-bg-small.png") no-repeat;
	padding: 5px 6px;
	width: 48px;
	height: 36px;
}
.slideshow-menu .jcarousel-item a {
}
.slideshow-menu .jcarousel-item a img {
	border: none;
	height: 36px;
	width: 48px;
}
.slideshow-menu .jcarousel-item-placeholder {
	background: transparent;
	color: #000;
}
.slideshow-menu .jcarousel-next-horizontal {
	position: absolute;
	top: 10px;
	left: 0px;
	width: 32px;
	height: 32px;
	cursor: pointer;
	background: transparent url("../_js/jquery.jCarousel/skins/tango/prev-horizontal.png") no-repeat 0 0;
}
.slideshow-menu .jcarousel-next-horizontal:hover {
	background-position: -32px 0;
}
.slideshow-menu .jcarousel-next-horizontal:active {
	background-position: -64px 0;
}
.slideshow-menu .jcarousel-next-disabled-horizontal,
.slideshow-menu .jcarousel-next-disabled-horizontal:hover,
.slideshow-menu .jcarousel-next-disabled-horizontal:active {
	cursor: default;
	background-position: -96px 0;
	visibility: hidden;
}
.slideshow-menu .jcarousel-prev-horizontal {
	position: absolute;
	top: 10px;
	right: 0px;
	width: 32px;
	height: 32px;
	cursor: pointer;
	background: transparent url("../_js/jquery.jCarousel/skins/tango/next-horizontal.png") no-repeat 0 0;
}
.slideshow-menu .jcarousel-prev-horizontal:hover {
	background-position: -32px 0;
}
.slideshow-menu .jcarousel-prev-horizontal:active {
	background-position: -64px 0;
}
.slideshow-menu .jcarousel-prev-disabled-horizontal,
.slideshow-menu .jcarousel-prev-disabled-horizontal:hover,
.slideshow-menu .jcarousel-prev-disabled-horizontal:active {
	cursor: default;
	visibility: hidden;
	background-position: -96px 0;
}



a.lightbox img {
    border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    background: white;
    box-shadow: 0 2px 5px #AAAAAA;
    margin: 4px;
    padding: 3px;
}

.clearer {
	clear: both;
}



/* Article */
.article {
	margin-top: 2em;
	margin-bottom: 1em;
}
.article .byline {
	color: #aaa;
}
.article .title h2,
.article .title h3 {
	margin: 0;
	line-height: 1.5em;
}
.article .title h2 a,
.article .title h3 a {
	text-decoration: none;
	color: inherit;
}
.article .title h2 a:hover,
.article .title h3 a:hover {
	text-decoration: underline;
}
.article .image {

}
.article .image img {
	max-width: 100%;
}
.article .body *:first-child {
	margin-top: 0;
}
.article .body p {
	margin: 0.5em 0;
}
.article .body > img {
    float: right;
    margin-left:20px;
    max-width: 100%;
}




/* Resource */
ul.resource-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.resource {
	width: 260px;
	background-color: #f4f4f4;
	background-image: linear-gradient(to bottom, #FFFFFF 0px, #F0F0F0 100%);
	background-image: linear-gradient(to bottom, #eee 0px, #ddd 100%);
	box-shadow:  0 1px 2px rgba(0, 0, 0, 0.5), 0 0 15px rgba(0, 0, 0, 0.15);
	padding: 0;
	width: 320px;
	margin: 1em 0;
	min-width: 100px;  
    max-width: 400px;
    position: relative; 
    min-height: 33px;
    overflow: hidden;
    padding: 5px;
    text-align: left;
}
.resource.hover {
	background-image: linear-gradient(to bottom, #f4f4f4 0px, #e4e4e4 100%);
}
.resource[class*='type-'] {
	padding-left: 80px;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: visible;
	max-width: 230px;
}
.resource[class*='type-']:before {
	content: " ";
	width: 64px;
	height: 64px;
	display: block;
	position: absolute;
	left: 5px;
	top: 50%;
	margin-top: -32px;
}
.resource.type-pdf:before { background-image: url("../_gfx/icon-pdf-64.png"); }
.resource.type-msword:before { background-image: url("../_gfx/icon-word-64.png"); }

.container > .resource,
.containerbox > .resource {
	width: auto;
	margin :0;
	max-width: 100%;
}
.containerbox > .resource {
	border: none;
	box-shadow: none;
}
.resource h3 {
	margin: 0 0 5px 0;
	font-weight: normal;
	font-size: 110%;
	margin: 0;
	line-height: 1.2;
}
.resource h3 a {
	color: #555;
	display: block;
	text-decoration: none;
}
.resource.hover h3 a,
.resource h3 a:hover {
	color: #000;
	text-decoration: underline;
}
.resource a img.cover {
	float: left;
	margin-right: 5px;
}

.resource a img {
	border: none;
}

.resource p.summary,
.resource p.description,
.resource p.meta  {
	font-size: 11px;
	margin: 0;
	padding: 0;
	color: gray;
	text-shadow: 1px 1px 0 #eee;
	line-height: 1.2;
	text-align: left;
}

.resource.protected:after {
	content: " ";
	width: 32px;
	height: 32px;
	display: block;
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top: -16px;
	background: transparent url("../_gfx/icons-32.png") -128px 0 no-repeat;
}
.resource.not-authorized[class*='type-']:before,
.resource.not-authorized h3,
.resource.not-authorized p {
	opacity: 0.5;
}
.resource.not-authorized:after {
	background: transparent url("../_gfx/icons-32.png") -96px 0 no-repeat;
}



.mailingListSignupForm {
	background-color: #dddddc;
	background-image: linear-gradient(to bottom, #dddddc 0%, #F2F0EB 100%);
	box-shadow: 0 2px 3px rgba(0,0,0,0.5), 0 2px 10px rgba(0,0,0,0.1);
	border-top: 1px solid #f4f4f4;
	border-radius: 5px;
}
.mailingListSignupForm h2,
.mailingListSignupForm h3 {
	margin: 0;
	font-size: 100%;
	text-align: center;
	border: none;
	padding: 10px;
	background-color: #ccc;
	border-radius: 5px 5px 0 0;
	border-bottom: 1px solid #bbb;
	color: gray;
	font-weight: bold;
	
	text-transform: uppercase;
}
.mailingListSignupForm form {
	border-top: 1px solid #eee;
	padding: 20px;
	margin: 0;
}
.mailingListSignupForm fieldset {
	border: none;
	margin: 0;
	padding: 0;
	text-align: left;
}
.mailingListSignupForm fieldset label {
	display: block;
	font-size: 90%;
	padding-left: 3px;
}
.mailingListSignupForm fieldset input {
	display: block;
    background: none repeat scroll 0 0 #fcfcfc;
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    padding: 6px 5px;
    width: 96%;
    color: #999;
	font-style: italic;
	margin-bottom: 15px;
}
.mailingListSignupForm fieldset input:focus {
	font-style: normal;
	background-color: #FFFFFF;
    border-color: #E8C291;
    box-shadow: 0 0 0 1px #E8C291 inset;
    outline: medium none;
}
.mailingListSignupForm input.submit {
	border-radius: 3px 3px 3px 3px;
	background-color: #8C8987;
	background-image: linear-gradient(to bottom, #aCa9a7 0%, #8C8987 100%);
    border: 1px solid #474747;
    color: #FFFFFF !important;
    font-size: 16px;
    font-weight: normal;
    line-height: 16px;
    width: 100%;
    
    min-width: 160px;
    padding: 6px 5px;
}
.mailingListSignupForm input.submit:hover {
	opacity: 0.8;
	cursor: pointer;
}
.mailingListSignupForm  .message {
	padding: 20px;
	line-height: 24px;
}
.mailingListSignupForm  .message:before {
	display: inline-block;
	float: left;
	width: 48px;
	height: 48px;
	content: " ";
	background: url("../_gfx/icons-48.png") no-repeat;
	background-position: 48px 48px;
	margin-right: 1ex;
}
.mailingListSignupForm  .message.success:before { background-position: 0 0; } 
.mailingListSignupForm  .message.error:before { background-position: -48px 0; } 
.mailingListSignupForm  .message+form {
	padding-top: 0;
}


.top-right-float {
	margin-left: 20px;
}





/* Hotbutton */
.hotbutton {
	margin: 1em 0;
	width: 260px;
	background-color: white;
	border-radius: 6px;
	box-shadow: 0 2px 3px rgba(0,0,0,0.2);
}
.hotbutton.hover {
	box-shadow: 0 2px 4px rgba(0,0,0,0.4);
}
.container > .hotbutton {
	margin: 0;
	width: auto;
}
.container > .hotbutton a:hover{
	text-decoration: underline;
}
.hotbutton .image {
	background-color: #eee;
	margin-bottom: 0.5ex;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}
.hotbutton .image a {
	border-radius: inherit;
}
.hotbutton .image img {
	width: 100%;
	display: block;
	border-radius: inherit;
}
.hotbutton h1, .hotbutton h2, .hotbutton h3, .hotbutton h4, .hotbutton h5 {
	font-size: 125%;
	font-family: arial, sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 5px 15px;
}
.hotbutton h1 a, .hotbutton h2 a, .hotbutton h3 a, .hotbutton h4 a, .hotbutton h5 a,
.hotbutton h1 a:hover, .hotbutton h2 a:hover, .hotbutton h3 a:hover, .hotbutton h4 a:hover, .hotbutton h5 a:hover,
.hotbutton h1 a:visited, .hotbutton h2 a:visited, .hotbutton h3 a:visited, .hotbutton h4 a:visited, .hotbutton h5 a:visited {
	color: #8f8f8f;
}
.hotbutton .body {
	padding: 5px 15px;
}
.hotbutton .body p {
	color: #b0b0b0;
	margin: 0;
	margin-bottom: 0.5em;
}
.hotbutton .link {
	display: none;
}


/* GridLayout (common styling, no fixed column count) */
.GridLayout {
	margin-left: -15px;
	margin-right: -15px;
}
.GridLayout > .container {
	width: 280px;
	float: left;
}
.GridLayout > .container > * {
	margin-left: 15px;
	margin-right: 15px;
}
.GridLayout > .divisor {
	display: none;
	height: 50px;
	width: 100%;
	clear: left;
}
.GridLayout > .divisor:first-child {
	height: 0;
} 
/* GridLayout (for 2 columns, including reset) */
.GridLayout > .divisor.c-2-1-before, .GridLayout > .divisor.c-3-1-before, .GridLayout > .divisor.c-4-1-before { display: none; }
.GridLayout > .container { width: 50% }
.GridLayout > .divisor.c-2-1-before { display: block; }
/* GridLayout (for 3 columns, including reset) */
.GridLayout > .divisor.c-2-1-before, .GridLayout > .divisor.c-3-1-before, .GridLayout > .divisor.c-4-1-before { display: none; }
.GridLayout > .container { width: 33.33% }
.GridLayout > .divisor.c-3-1-before { display: block; }
/* GridLayout (for 4 columns, including reset) */
.GridLayout > .divisor.c-2-1-before, .GridLayout > .divisor.c-3-1-before, .GridLayout > .divisor.c-4-1-before { display: none; }
.GridLayout > .container { width: 25% }
.GridLayout > .divisor.c-4-1-before { display: block; }
/* GridLayout (reset) */
.GridLayout > .divisor.c-2-1-before, .GridLayout > .divisor.c-3-1-before, .GridLayout > .divisor.c-4-1-before { display: none; }



/* LOGIN FORM */
.Form form {
	margin: 0;
}
.Form form ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
.Form form ul li {
	clear: left;
	margin-top: 5px;
}
.Form form li.field label {
	display: block;
	float: left;
	width: 200px;
	line-height: 2em;
}
.Form form li.field label.error {
	color: red !important;
	font-weight: bold;
	font-style: italic;
	background: none;
	display: inline  !important;
	float: none !important;
}
.Form form li.field.checkbox label {
	float: none;
	display: inline;
}
.Form form li.field .value,
.Form form li.field .comment,
.Form form li.field .multipleAddLink {
	display: block;
	margin-left: 200px;
	margin-top: 0;
	margin-bottom: 0;
}
.Form form li.field.options > ul li {
	clear: none;
}
.Form form li.field.options > ul label {
	width: auto;
	float: none;
	display: inline;
	color: inherit;
}
.Form form li.field .value > .comment {
	margin-left: 0;
}
.Form.width-5 form li.field label { width: 5em; }
.Form.width-5 form li.field > ul,
.Form.width-5 form li.field > .value { margin-left: 5em; min-width:5em; }


.Form.width-10 form li.field label { width: 10em; }
.Form.width-10 form li.field > ul,
.Form.width-10 form li.field > .value { margin-left: 10em; }

.Form.width-15 form li.field label { width: 15em; }
.Form.width-15 form li.field > ul,
.Form.width-15 form li.field > .value { margin-left: 15em; }

.Form.width-20 form li.field label { width: 20em; }
.Form.width-20 form li.field > ul,
.Form.width-20 form li.field > .value { margin-left: 20em; }

.Form form li.field.full-width label {
	float: none;
}
.Form form li.field.full-width .value {
	margin-left: 0;
}


/* Form: Design */
.Form form .field label {
  	margin-bottom: 0.2em;
  	color: #999;
}
.Form form .field.checkbox label {

}
.Form form input[type=text],
.Form form input[type=password],
.Form form textarea {
	background: #f8f8f8;
	padding: 6px 5px;
	border: 1px solid #ccc;
	border-radius: 3px;
	box-shadow: 0 1px 1px #ccc inset;
	font-size: 100%;
	width:410px;
}
.Form form input[type=text]:focus,
.Form form input[type=password]:focus,
.Form form textarea:focus {
	background-color: #fff;
	border-color: #e8c291;
	outline: none;
	box-shadow: 0 0 0 1px #e8c291 inset;
}
.Form form input[type=text],
.Form form input[type=password] {
		
}

.Form form li.field.options > ul {
	
}
.Form form li.field .comment {
	color: #999;
	font-size: smaller;
	font-weight: normal;
	font-style: italic;
}
.Form form li.field .multipleAddLink {
	font-size: smaller;
}
.Form form .field.error textarea,
.Form form .field.error input {
	background-color: #fee;
	border-color: #f88;
}
.Form .form-errors {
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 2em 0;
	padding: 3px 20px 3px 120px;
	min-height: 96px;
	background:#fdd url(//www.profundis.se/_gfx/icon/icon-error.png) no-repeat scroll 15px 50%;
}
.Form .submit {		
  background-color: #d14545;
  background-image: linear-gradient(top, #e97171, #d14545);
  border-radius: 3px;
  text-shadow: 0 1px 0 rgba(0,0,0,.5);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;    
  border: 1px solid #7e1515;
  height: 30px;
  padding: 0;
  cursor: pointer;
  font: bold 14px Arial, Helvetica;
  color: #fff;
}

.Form  .submit:hover,
.Form  .submit:focus {		
  background-color: #e97171;
  background-image: linear-gradient(top, #d14545, #e97171);
}	
.Form .submitButton {
    background: url("/_plugins/DimAvMurkramlor/components/Kombinationvisare/arrow.png") no-repeat scroll right center #4D4D4F;
    background-color: #006633;
    border-radius: 4px;
    border: none;
    color: #ECEEEB;
    display: inline-block;
    font-weight: bold;
    height: 29px;
    line-height: 28px;
    padding: 0 40px 0 20px;
    text-transform: uppercase;
    text-align: left;
    cursor: pointer;
}

.Form  .submit:active {		
  outline: none;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;		
}
/* END - LOGIN FORM */