﻿/*
Telia färger:

Mörk rosa:					#750235
Standard rosa:			#ca035b
Ljus rosa:					#ff6b9f
Lila:								#521948
Orange:							#f58200
Grå:								#c3c3b5
Mörk grå:						#818177

Ljusare Grå:				#f3f3f0

*/

body
{
  font-family:Verdana;
  font-size:11px;
}

.webForm
{
  margin:10px;
  font-size:11px;
  font-family:verdana;
  color:#666666;
	width:554px;
	background-color:#ffffff;
}

.webForm h1
{
	font-size: 18px;	
	margin-bottom: 18px;	
	color: #cd0663;	
	font-family:Verdana;
	font-weight:normal;
}

.webForm .formTagHeader
{
  margin-bottom:3px;
  margin-top:10px;
}

.webForm .formTagContainer
{
  margin-top:10px;
  margin-bottom:10px;
}

.webForm input, select
{
	font-family:Verdana;
	font-size:11px;
}

textarea
{
	font-family:Verdana;
	font-size:11px;
}

.webForm .inputText
{
	width:200px;
	border:1px solid #666666;
}

.webForm .inputSelect
{
		
}

.webForm .centerImage
{
	text-align:center;
	
}

.webForm .rightImage
{
	float:right;
	margin-left:15px;
}

.webForm .leftImage
{
	float:left;
	margin-right:15px;
}

.webForm .buttonRow
{
	text-align:right;
	float:none;
	clear:both;
}

/* Formulärknappar: Bilder */
.webForm .submitImageButton
{
	background-image:url(../images/button_skicka.gif);
	background-repeat:no-repeat;
	display:block;
	width:59px;
	height:19px;
	margin-left:5px;
  clear:none;
  float:right;
}

.webForm .resetImageButton
{
	background-image:url(../images/button_rensa.gif);
	background-repeat:no-repeat;
	display:block;
	width:59px;
	height:19px;
	margin-left:5px;
	clear:none;
	float:right;
}

/* Formulärknappar: Knappar */
.webForm .resetButton
{
	margin-left:5px;
	width:auto;
}

.webForm .submitButton
{
	margin-left:5px;
	width:auto;
}

.webForm .textInformation
{
	display:block;
	clear:both;
	float:none;
}

.webForm .mandatory
{
  color:#ca035b;
  font-weight:bold;
}

/* Felruta */
.errorText
{
  border:2px solid #ff0000;
  font-family:Verdana;
  font-weight:bold;
  font-size:11px;
  padding:10px;
}

/* Style för meddelande vid ett lyckat formulärpostande */
.errorSuccessText
{
  font-family:Verdana;
  font-weight:bold;
  font-size:11px;
  padding:10px;
	border:2px solid #f58200;
}
