/* Begin first form
---------------------------------------------- */
#snittbetyg_first select {
width: 210px;
}
#snittbetyg_preloader {
background: #fff url(images/preloader.gif) no-repeat top left;
height: 16px;
width: 16px;
margin: 0 auto;
position: relative;
top: -30px;
left: 45px;
display: none;
}
/* End first form
---------------------------------------------- */

/* Begin second form
---------------------------------------------- */
#snittbetyg_second {
text-align: left;
color: #5e5e5e;
margin: 20px 0 0 0;
}
#snittbetyg_second p {
height: 23px;
width: 100%;
line-height: 23px;
margin: 5px 0 !important;
}
#snittbetyg_second p label {
height: 23px;
width: 150px;
display: block;
float: left;
cursor: pointer;
}
#snittbetyg_second p input {
background: #fff;
height: 15px;
width: 30px;
float: left;
padding: 3px;
border: 1px solid #00c6ff;
font-weight: bold;
-moz-border-radius-topleft: 3px;
-moz-border-radius-bottomright: 3px;
-webkit-border-top-left-radius: 3px;
-webkit-border-bottom-right-radius: 3px;
cursor: pointer;
}
#snittbetyg_second p input.snittbetyg_course {
width: 130px;
margin: 0 12px 0 0;
}
#snittbetyg_second p input:hover,#snittbetyg_second p input:focus,#snittbetyg_second p input:active {
background: #e0f8ff;
}
#snittbetyg_second p select {
width: 70px;
float: left;
margin: 1px 0 0 20px;
}
#snittbetyg_second span.snittbetyg_delete {
background: #fff url(images/delete.png) no-repeat top left;
height: 16px;
width: 16px;
margin: 3px 0 0 0;
display: block;
float: right;
cursor: pointer;
}
#snittbetyg_second span.snittbetyg_delete:hover {
background-position: 0 -16px;
}
#snittbetyg_second p input#snittbetyg_add {
background: #fff url(images/add.png) no-repeat top left;
height: 25px;
width: 100px;
border: 0;
color: #fff;
float: left;
}
#snittbetyg_second p input#snittbetyg_submit {
background: #fff url(images/submit.png) no-repeat top left;
height: 50px;
width: 100px;
border: 0;
color: #fff;
float: right;
}
/* End second form
---------------------------------------------- */

/* Begin result
---------------------------------------------- */
#snittbetyg_result {
background: #00c6ff;
height: 50px;
width: 100%;
margin: 40px 0 0 0;
display: none;
-moz-border-radius-topleft: 3px;
-moz-border-radius-bottomright: 3px;
-webkit-border-top-left-radius: 3px;
-webkit-border-bottom-right-radius: 3px;
text-align: center;
}
#snittbetyg_result p {
line-height: 50px !important;
font-size: 20px;
color: #fff;
}
/* End result
---------------------------------------------- */
/*
.clear {
height: 1px !important;
width: 1px;
clear: both;
line-height: 0 !important;
margin: 0 !important;
}
*/