
/* 	==========================================================================
   	Söndag Hela Veckan

   	author: PS Kommunikation;
	version: v1.0;
   	========================================================================== */


/* Key frames
   ========================================================================== */

@-webkit-keyframes pulse {
0% {
	-webkit-box-shadow: 0 0 15px rgba(255, 255, 255, 0.1);
	}	
50% {
	-webkit-box-shadow: 0 0 15px rgba(255, 255, 255, 0.9);
	}
100% 	{
	-webkit-box-shadow: 0 0 15px rgba(255, 255, 255, 0.1);
	}
}


/* Form
   ========================================================================== */

legend {
    display:none;
}
fieldset {
	width:100%;
	margin: 0;
	padding: 0;
}
input {
    background: white;
    border-radius: 5px;
	border: 1px solid #DEDEDE;
	color: #666;
	height: 25px;
	margin: 5px 0 0 0;
	line-height: 25px;
    padding:0 10px 0 10px;
}
select {
    background: white;
    border-radius: 5px;
	border: 1px solid #DEDEDE;
	color: #666;
	height: 28px;
	margin: 5px 0 0 0;
	line-height: 25px;
    padding:0 10px 0 10px;
}
textarea {
    background: white;
    border-radius: 5px;
	border: 1px solid #DEDEDE;
	color: #666;
	height: 50px;
	width: 500px;
	margin: 5px 0 0 0;
	line-height: 25px;
    padding:0 10px 0 10px;
}
input[type="text"]:focus {
	-webkit-animation-name: pulse;
	-webkit-animation-duration: 1.5s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
}
input[type="checkbox"] {
    width:auto;
    height: 14px;
    padding: 0;
}
input[type="submit"] {
 	border-radius: 5px;
	color: #707070;
	height: 27px;	
	text-align: center;
	font-weight: bold;
	color: white;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background: #0087db; /* Old browsers */
	background: -moz-linear-gradient(top,  #0087db 0%, #0068a0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0087db), color-stop(100%,#0068a0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0087db 0%,#0068a0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0087db 0%,#0068a0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0087db 0%,#0068a0 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #0087db 0%,#0068a0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0087db', endColorstr='#0068a0',GradientType=0 ); /* IE6-9 */
	border:none;    
    cursor:pointer;
    font-size:0.75em; /* 12px / 16px */   
    padding: 0 5px;
    margin:0;    
}
.hidden {
	display:none;
}
#contentForm fieldset label {
    clear: both;
    float: left;
    font-size: 13px;
    margin-top: 15px;
    width: 100%;
}
fieldset label.header {
    color: #828282;
    font-size: 18px;
    margin-bottom: 10px;
}