﻿@charset "UTF-8";

body {
  background-image: url("/img/backgroundpattern.png");
  color: #222;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
  font-size: 15px;
}

#wrapper {
  width: 960px;
  margin: 30px auto 30px;
  position: relative;
  border: 1px solid #dedede;
  /*border-radius: 4px; */
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.055);
}

nav {
  background-color: #EED0D0;
  color: #888;
  display: block;
  /*margin: 8px 22px 8px 22px;*/
  overflow: hidden;
  width: 100%; 
}

  nav ul {
    margin: 0;
    padding: 0;
  }

    nav ul li {
      display: inline-block;
      list-style-type: none;
      
      -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s; 
    }
      
      nav > ul > li > a > .caret,
	  nav > ul > li > div ul > li > a > .caret {
        border-top: 4px solid #aaa;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
        content: "";
        display: inline-block;
        height: 0;
        width: 0;
        vertical-align: middle;
  
        -webkit-transition: color 0.1s linear;
     	  -moz-transition: color 0.1s linear;
       	-o-transition: color 0.1s linear;
          transition: color 0.1s linear; 
      }
	  
	  	nav > ul > li > div ul > li > a > .caret {
			border-bottom: 4px solid transparent;
			border-top: 4px solid transparent;
			border-right: 4px solid transparent;
			border-left: 4px solid #f2f2f2;
			margin: 0 0 0 8px;
		}

      nav > ul > li > a {
        /*color: #aaa;*/
        color: #df788b;
        display: block;
        line-height: 56px;
        padding: 0 24px;
        text-decoration: none;
      }

        nav > ul > li:hover {
          background-color: #df788b;
          /*background-color: rgb( 40, 44, 47 );*/
        }

        nav > ul > li:hover > a {
          color: rgb( 255, 255, 255 );
        }

        nav > ul > li:hover > a > .caret {
          border-top-color: rgb( 255, 255, 255 );
        }
		
		nav > ul > li > div ul > li:hover > a > .caret {
			border-left-color: rgb(255,255,255);
		}
      
      nav > ul > li > div,
	  nav > ul > li > div ul > li > div {
        background-color: rgb( 40, 44, 47 );
        border-top: 0;
        border-radius: 0 0 4px 4px;
        box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.055);
        display: none;
        margin: 0;
        opacity: 0;
        position: absolute;
        width: 165px;
        visibility: hidden;
  
        -webkit-transiton: opacity 0.2s;
        -moz-transition: opacity 0.2s;
        -ms-transition: opacity 0.2s;
        -o-transition: opacity 0.2s;
        -transition: opacity 0.2s;
      }
	  
	  	nav > ul > li > div ul > li > div {
			background-color: rgb( 40, 44, 47 );
			border-radius: 0 4px 4px 4px;
			box-shadow: inset 2px 0 5px rgba(0,0,0,.15);
			margin-top: -42px;
			right: -165px;
		}

        nav > ul > li:hover > div,
		nav > ul > li > div ul > li:hover > div {
          display: block;
          opacity: 1;
          visibility: visible;
        }

          nav > ul > li > div ul > li,
		  nav > ul > li > div ul > li > div ul > li {
            display: block;
			position: relative;
          }

            nav > ul > li > div ul > li > a,
			nav > ul > li > div ul > li > div ul > li > a {
              color: #fff;
              display: block;
              padding: 12px 24px;
              text-decoration: none;
            }

              nav > ul > li > div ul > li:hover > a {
                background-color: rgba( 255, 255, 255, 0.1);
              }
	

header {
  height: 185px;
  background-color: #FFFFFF;
  /* background-image: url("/img/birds.png");
  background-repeat: no-repeat;
  background-position: right 20px; */
  margin: 0;
}

header h1 {
  margin: 0;
  padding: 10px;
}

#logo {
  padding-left: 25px;
  padding-top: 60px;
  margin: 0;
}

#logindata {
  padding-left: 25px;
  margin: 0;
}

#birds  {
  position: absolute;
  right: 0;
  top: 16px;
  margin: 0;
}

#jonatanimage {
position: absolute;
right: 50px;
top: 600px;
}

#dashboard {
  list-style-type: none;
  overflow: auto; /* similar to clearing the floats... */
  padding-left: 25px;
  padding-right: 25px;
  margin: 0;
}

#dashboard li {
  float: left;
  margin-left: 115px;
  width: 150px;
  color:#df788b;
  background-color: #EED0D0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  border: 1p solid #df788b;
}

#dashboard li h1 {
  line-height: 10px;
  padding: 5px;
  margin-top: 8px;
  color: #fff;
  text-align: center;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  color: #df788b;
}

#dashboard li p {
  line-height: 30px;
  padding: 10px;
  text-align: center;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 34px;
  font-style: normal;
  font-weight: bold;
  color: #df788b;
}

article {
  background-color: #fff;
  background-image: url("/img/border.png");
  background-repeat: no-repeat;
  background-position: center bottom; 
  margin: 0;
  padding: 0;
  padding-bottom: 100px;
}

article h1, article h2 {
  margin: 0;
  padding: 20px 20px;
  color: #534636;
}

article p {
  margin: 0;
  padding: 20px 20px;
  color: #534636;
}

img.centeredimage {
display: block;
margin-left: auto;
margin-right: auto; 
}

img.leftimage {
display: block;
position: relative;
left: 10px;
top: -150px;
}

img.rightimage {
display: block;
position: relative;
left: 600px;
}

.boxed {
  background-color: #fff;
  background-image: url("/img/speechbubble.png");
  background-repeat: no-repeat;
  position: relative;
  left: 225px;
  width: 400px;
  height: 300px;
  padding: 100 px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.bubbletext {
  font-weight: 300;
  font-size: 17px;
  color: black;
}

ul.countdown {
	list-style: none;
	margin: 0;
	padding: 30px;
	display: block;
	text-align: center;
}
ul.countdown li {
	display: inline-block;
}
ul.countdown li span {
	color: #df788b;
	font-size: 50px;
	font-weight: 300;
	text-shadow: 0 0 2px #FFFFFF;
	line-height: 50px;
}
ul.countdown li.seperator {
	color: #df788b;
	font-size: 50px;
	text-shadow: 0 0 2px #FFFFFF;
	line-height: 50px;
	vertical-align: top;
}
ul.countdown li p {
	color: #df788b;
	font-size: 14px;
	padding-top: 5px;
	margin: 0;
}

#footer {
  height: 140px;
  background-color: #DFD1B3;
  background-color: #EED0D0;
  margin: 0;
  padding: 0;
}

#footer h3 {
  margin: 0;
  padding: 10px;
}

#usersdiv h3 {
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  margin-top: 80px;
  margin-bottom: 10px;
  margin-left: 25px;
}

#userstable {
  width: 95%; 
  margin-left: 2.5%; 
  margin-right: 2.5%;
  border-collapse: collapse;
}

#userstable td, #userstable th {
  font-size: 1em;
  text-align: left;
  border: 1px solid #df788b;
  padding: 3px 7px 2px 7px;
}

#userstable th {
  font-size: 1em;
  padding-top: 5px;
  padding-bottom: 4px;
  background-color: #df788b;
  color: #ffffff;
}

#userstable tr.usersalt td {
  color: #000000;
  background-color: #EED0D0;
}

#applicationsdiv h3 {
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  margin-top: 80px;
  margin-bottom: 10px;
  margin-left: 25px;
}

#applicationstable {
  width: 95%; 
  margin-left: 2.5%; 
  margin-right: 2.5%;
  border-collapse: collapse;
}

#applicationstable td, #applicationstable th {
  font-size: 1em;
  border: 1px solid #df788b;
  padding: 3px 7px 2px 7px;
}

#applicationstable th {
  font-size: 1em;
  text-align: left;
  padding-top: 5px;
  padding-bottom: 4px;
  background-color: #df788b;
  color: #ffffff;
}

#applicationstable tr.applicationsalt td {
  color: #000000;
  background-color: #EED0D0;
}

#guestsdiv h3 {
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  margin-top: 80px;
  margin-bottom: 10px;
  margin-left: 25px;
}

#gueststable {
  width: 95%; 
  margin-left: 2.5%; 
  margin-right: 2.5%;
  border-collapse: collapse;
}

#gueststable td, #gueststable th {
  font-size: 1em;
  border: 1px solid #df788b;
  padding: 3px 7px 2px 7px;
}

#gueststable th {
  font-size: 1em;
  text-align: left;
  padding-top: 5px;
  padding-bottom: 4px;
  background-color: #df788b;
  color: #ffffff;
}

#gueststable tr.guestsalt td {
  color: #000000;
  background-color: #EED0D0;
}

#loginlink {
position:realtive;
margin-top:150px;
margin-left:20px;
font-size:12px;
font-style:normal;
}

#loginform   {
background: -webkit-gradient(linear, bottom, left 175px, from(#CCCCCC), to(#EEEEEE));
background: -moz-linear-gradient(bottom, #CCCCCC, #EEEEEE 175px);
margin-left:20px;
margin-bottom:400px;
position:relative;
width:350px;
height:250px;
font-family: Tahoma, Geneva, sans-serif;
font-size: 12px;
font-style: normal;
line-height: 24px;
font-weight: bold;
color: #df788b;
text-decoration: none;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 0px;
padding:10px;
border: 1px solid #df788b;
border: inset 1px solid #F9E4E8;
-webkit-box-shadow: 0px 0px 8px #EED0D0;
-moz-box-shadow: 0px 0px 8px #EED0D0;
box-shadow: 0px 0px 8px #EED0D0;
}


#loginform input[type=submit] {
width:100px;
position:absolute;
right:20px;
bottom:20px;
background:#EED0D0;
color:#df788b;
font-family: Tahoma, Geneva, sans-serif;
height:30px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
border: 1p solid #df788b;
}
#loginform input[type=submit]:hover {
background:#df788b;
color:#fff;
}

#loginform input {
width:250px;
display:block;
border: 1px solid #df788b;
height: 25px;
-webkit-box-shadow: 0px 0px 8px #EED0D0;
-moz-box-shadow: 0px 0px 8px #EED0D0;
box-shadow: 0px 0px 8px #EED0D0;
}

#loginform label {
text-align: left;
}

#createaccountlink {
position:absolute;
left:15px;
bottom:20px;
font-size: 10px;
font-style: normal;
}

#resetpasswordlink {
position:absolute;
left:110px;
bottom:20px;
font-size: 10px;
font-style: normal;
}

#registerform   {
background: -webkit-gradient(linear, bottom, left 175px, from(#CCCCCC), to(#EEEEEE));
background: -moz-linear-gradient(bottom, #CCCCCC, #EEEEEE 175px);
margin-left:20px;
position:relative;
width:350px;
height:450px;
font-family: Tahoma, Geneva, sans-serif;
font-size: 12px;
font-style: normal;
line-height: 24px;
font-weight: bold;
color: #df788b;
text-decoration: none;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 0px;
padding:10px;
border: 1px solid #df788b;
border: inset 1px solid #F9E4E8;
-webkit-box-shadow: 0px 0px 8px #EED0D0;
-moz-box-shadow: 0px 0px 8px #EED0D0;
box-shadow: 0px 0px 8px #EED0D0;
}


#registerform input[type=submit] {
width:100px;
position:absolute;
right:20px;
bottom:20px;
background:#EED0D0;
color:#df788b;
font-family: Tahoma, Geneva, sans-serif;
height:30px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
border: 1p solid #df788b;
}
#registerform input[type=submit]:hover {
background:#df788b;
color:#fff;
}

#registerform input {
width:250px;
display:block;
border: 1px solid #df788b;
height: 25px;
-webkit-box-shadow: 0px 0px 8px #EED0D0;
-moz-box-shadow: 0px 0px 8px #EED0D0;
box-shadow: 0px 0px 8px #EED0D0;
}

#registerform label {
text-align: left;
}

#registerform a:link {
position:absolute;
left:15px;
bottom:20px;
font-size: 10px;
font-style: normal;
}

#codeform   {
background: -webkit-gradient(linear, bottom, left 175px, from(#CCCCCC), to(#EEEEEE));
background: -moz-linear-gradient(bottom, #CCCCCC, #EEEEEE 175px);
margin-left:20px;
position:relative;
width:350px;
height:250px;
font-family: Tahoma, Geneva, sans-serif;
font-size: 12px;
font-style: normal;
line-height: 24px;
font-weight: bold;
color: #df788b;
text-decoration: none;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 0px;
padding:10px;
border: 1px solid #df788b;
border: inset 1px solid #F9E4E8;
-webkit-box-shadow: 0px 0px 8px #EED0D0;
-moz-box-shadow: 0px 0px 8px #EED0D0;
box-shadow: 0px 0px 8px #EED0D0;
}


#codeform input[type=submit] {
width:100px;
position:absolute;
right:20px;
bottom:20px;
background:#EED0D0;
color:#df788b;
font-family: Tahoma, Geneva, sans-serif;
height:30px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
border: 1p solid #df788b;
}

#codeform input[type=submit]:hover {
background:#df788b;
color:#fff;
}

#codeform input {
width:250px;
display:block;
border: 1px solid #df788b;
height: 25px;
-webkit-box-shadow: 0px 0px 8px #EED0D0;
-moz-box-shadow: 0px 0px 8px #EED0D0;
box-shadow: 0px 0px 8px #EED0D0;
}

#codeform label {
text-align: left;
}

#codeform p{
font-size: 14px;
font-style: normal;
font-weight: bold;
color:#FF0000;
}

#codeform a:link {
position:absolute;
left:15px;
bottom:20px;
font-size: 10px;
font-style: normal;
}

#password_reset_form   {
background: -webkit-gradient(linear, bottom, left 175px, from(#CCCCCC), to(#EEEEEE));
background: -moz-linear-gradient(bottom, #CCCCCC, #EEEEEE 175px);
margin-left:20px;
position:relative;
width:350px;
height:250px;
font-family: Tahoma, Geneva, sans-serif;
font-size: 12px;
font-style: normal;
line-height: 24px;
font-weight: bold;
color: #df788b;
text-decoration: none;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 0px;
padding:10px;
border: 1px solid #df788b;
border: inset 1px solid #F9E4E8;
-webkit-box-shadow: 0px 0px 8px #EED0D0;
-moz-box-shadow: 0px 0px 8px #EED0D0;
box-shadow: 0px 0px 8px #EED0D0;
}

#password_reset_form input[type=submit] {
width:120px;
position:absolute;
right:20px;
bottom:20px;
background:#EED0D0;
color:#df788b;
font-family: Tahoma, Geneva, sans-serif;
height:30px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
border: 1p solid #df788b;
}
#password_reset_form input[type=submit]:hover {
background:#df788b;
color:#fff;
}

#password_reset_form input {
width:250px;
display:block;
border: 1px solid #df788b;
height: 25px;
-webkit-box-shadow: 0px 0px 8px #EED0D0;
-moz-box-shadow: 0px 0px 8px #EED0D0;
box-shadow: 0px 0px 8px #EED0D0;
}

#password_reset_form label {
text-align: left;
}

#password_reset_form p{
position:absolute;
top:70px;
left:15px;
padding: 0px;
font-size: 12px;
font-style: normal;
color:#534636;
}

#password_reset_form a:link {
position:absolute;
left:15px;
bottom:20px;
font-size: 10px;
font-style: normal;
}

#password_reset_form div[id=passwordinfo] {
position:relative;
margin-top: 100px;
}

#password_reset_form div[id=passwordinfo] p{
position:relative;
top:0px;
left:15px;
font-size: 12px;
font-style: normal;
color:red;
}

#new_password_form   {
background: -webkit-gradient(linear, bottom, left 175px, from(#CCCCCC), to(#EEEEEE));
background: -moz-linear-gradient(bottom, #CCCCCC, #EEEEEE 175px);
margin-left:20px;
position:relative;
width:350px;
height:250px;
font-family: Tahoma, Geneva, sans-serif;
font-size: 12px;
font-style: normal;
line-height: 24px;
font-weight: bold;
color: #df788b;
text-decoration: none;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 0px;
padding:10px;
border: 1px solid #df788b;
border: inset 1px solid #F9E4E8;
-webkit-box-shadow: 0px 0px 8px #EED0D0;
-moz-box-shadow: 0px 0px 8px #EED0D0;
box-shadow: 0px 0px 8px #EED0D0;
}

#new_password_form input[type=submit] {
width:150px;
position:absolute;
right:20px;
bottom:20px;
background:#EED0D0;
color:#df788b;
font-family: Tahoma, Geneva, sans-serif;
height:30px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
border: 1p solid #df788b;
}
#new_password_form input[type=submit]:hover {
background:#df788b;
color:#fff;
}

#new_password_form input {
width:250px;
display:block;
border: 1px solid #df788b;
height: 25px;
-webkit-box-shadow: 0px 0px 8px #EED0D0;
-moz-box-shadow: 0px 0px 8px #EED0D0;
box-shadow: 0px 0px 8px #EED0D0;
}

#new_password_form label {
text-align: left;
}

#new_password_form p{
font-size: 14px;
font-style: normal;
font-weight: bold;
color:#FF0000;
}

#new_password_form a:link {
position:absolute;
left:15px;
bottom:20px;
font-size: 10px;
font-style: normal;
}

#applicationform   {
background: -webkit-gradient(linear, bottom, left 175px, from(#CCCCCC), to(#EEEEEE));
background: -moz-linear-gradient(bottom, #CCCCCC, #EEEEEE 175px);
margin-left:20px;
margin-right:20px;
margin-bottom:20px;
position:relative;
font-family: Tahoma, Geneva, sans-serif;
font-size: 14px;
font-style: normal;
line-height: 24px;
font-weight: normal;
color: #534636;
text-decoration: none;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 0px;
padding:20px;
border: 1px solid #df788b;
border: inset 1px solid #F9E4E8;
-webkit-box-shadow: 0px 0px 8px #EED0D0;
-moz-box-shadow: 0px 0px 8px #EED0D0;
box-shadow: 0px 0px 8px #EED0D0;
}

#applicationform input[id=btn_save] {
width:120px;
position:absolute;
left:20px;
bottom:20px;
background:#EED0D0;
color:#df788b;
font-family: Tahoma, Geneva, sans-serif;
height:30px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
border: 1p solid #df788b;
}

#applicationform input[id=btn_cancel] {
width:120px;
position:absolute;
left:160px;
bottom:20px;
background:#EED0D0;
color:#df788b;
font-family: Tahoma, Geneva, sans-serif;
height:30px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
border: 1p solid #df788b;
}

#applicationform input[type=submit]:hover {
background:#df788b;
color:#fff;
}

#applicationform input {
width:400px;
display: block;
border: 1px solid #df788b;
height: 22px;
margin-bottom: 5px;
-webkit-box-shadow: 0px 0px 8px #EED0D0;
-moz-box-shadow: 0px 0px 8px #EED0D0;
box-shadow: 0px 0px 8px #EED0D0;
}

#applicationform textarea {
display: block;
border: 1px solid #df788b;
height: 22px;
-webkit-box-shadow: 0px 0px 8px #EED0D0;
-moz-box-shadow: 0px 0px 8px #EED0D0;
box-shadow: 0px 0px 8px #EED0D0;
}

#applicationform input[type=number] {
width:50px;
display: block;
border: 1px solid #df788b;
height: 22px;
-webkit-box-shadow: 0px 0px 8px #EED0D0;
-moz-box-shadow: 0px 0px 8px #EED0D0;
box-shadow: 0px 0px 8px #EED0D0;
}

#applicationform .date {
width:130px;
display: block;
border: 1px solid #df788b;
height: 22px;
-webkit-box-shadow: 0px 0px 8px #EED0D0;
-moz-box-shadow: 0px 0px 8px #EED0D0;
box-shadow: 0px 0px 8px #EED0D0;
}

#applicationform input[type=checkbox] {
    display: inline;
    width: 15px;
    height: 15px;
    padding: 0;
    margin:0;
    vertical-align: middle;
    position: relative;
    top: -1px;
    *overflow: hidden;
}

#applicationform textarea {
width: 600px;
height: 200px;
resize: none;
display: block;
border: 1px solid #df788b;
-webkit-box-shadow: 0px 0px 8px #EED0D0;
-moz-box-shadow: 0px 0px 8px #EED0D0;
box-shadow: 0px 0px 8px #EED0D0;
}

#applicationform label {
text-align: left;
font-size: 12px;
color: #df788b;
}

#applicationform p{
padding: 0px;
}

#applicationform h2{
padding-top: 0px;
padding-left: 0px;
padding-bottom: 10px;
}

#applicationform a:link {
width:100px;
position:absolute;
left:250px;
bottom:20px;
padding-top:30px;
background:#EED0D0;
color:#df788b;
font-family: Tahoma, Geneva, sans-serif;
height:30px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
border: 1p solid #df788b;
}

#applicationform div[id=gueststext] {
margin-bottom: 30px;
}

#applicationform div[id=hoteldata] {
display: inline-table;
vertical-align: middle;
margin-top: 30px;
}

#applicationform div[id=hoteldata] p {
margin-bottom: 10px;
}

#applicationform div[id=storydata] {
margin-top: 40px;
}

#applicationform div[id=transportdata] {
margin-top: 40px;
}

#applicationform div[id=transportdata] p {
margin-bottom: 10px;
}

#applicationform div[id=songdata] {
margin-top: 20px;
}

#applicationform div[id=aworddata] {
margin-top: 20px;
}

#applicationform div[id=notes] {
margin-top: 20px;
}

#applicationform div[id=applicationinfo] {
margin-top: 40px;
margin-bottom: 60px;
}

#applicationform div[id=buttons] {
}

#osaform input {
width:250px;
display: block;
border: 1px solid #df788b;
height: 22px;
margin-bottom: 5px;
-webkit-box-shadow: 0px 0px 8px #EED0D0;
-moz-box-shadow: 0px 0px 8px #EED0D0;
box-shadow: 0px 0px 8px #EED0D0;
}

#osaform input[id=btn_yes] {
width:400px;
position:relative;
margin-left: auto;
margin-right: auto;
top:50px;
background:#EED0D0;
color:#df788b;
font-family: Tahoma, Geneva, sans-serif;
height:50px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
border: 1p solid #df788b;
}

#osaform input[id=btn_no] {
width:400px;
position:relative;
top:70px;
margin-left: auto;
margin-right: auto;
margin-bottom: 200px;
background:#EED0D0;
color:#df788b;
font-family: Tahoma, Geneva, sans-serif;
height:50px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
border: 1p solid #df788b;
}


#osaform input[type=submit]:hover {
background:#df788b;
color:#fff;
}

#osaeditform input {
width:250px;
display: block;
border: 1px solid #df788b;
height: 22px;
margin-bottom: 5px;
-webkit-box-shadow: 0px 0px 8px #EED0D0;
-moz-box-shadow: 0px 0px 8px #EED0D0;
box-shadow: 0px 0px 8px #EED0D0;
}

#osaeditform input[id=btn_edit] {
width:400px;
position:relative;
margin-left: auto;
margin-right: auto;
top:50px;
background:#EED0D0;
color:#df788b;
font-family: Tahoma, Geneva, sans-serif;
height:50px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
border: 1p solid #df788b;
}

#osaeditform input[id=btn_delete] {
width:400px;
position:relative;
margin-left: auto;
margin-right: auto;
margin-bottom: 200px;
top:70px;
background:#EED0D0;
color:#df788b;
font-family: Tahoma, Geneva, sans-serif;
height:50px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
border: 1p solid #df788b;
}

#osaeditform input[type=submit]:hover {
background:#df788b;
color:#fff;
}

#osaeditform input[type=button]:hover {
background:#df788b;
color:#fff;
}

#osaregretform input {
width:250px;
display: block;
border: 1px solid #df788b;
height: 22px;
margin-bottom: 5px;
-webkit-box-shadow: 0px 0px 8px #EED0D0;
-moz-box-shadow: 0px 0px 8px #EED0D0;
box-shadow: 0px 0px 8px #EED0D0;
}

#osaregretform input[id=btn_regret] {
width:400px;
position:relative;
margin-left: auto;
margin-right: auto;
margin-bottom: 200px;
top:50px;
background:#EED0D0;
color:#df788b;
font-family: Tahoma, Geneva, sans-serif;
height:50px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
border: 1p solid #df788b;
}

#osaregretform input[type=submit]:hover {
background:#df788b;
color:#fff;
}

#applicationform div[id=buttons] {
}

#admin_link a:link {
margin-left: 25px;
}

.error{
	border: 1px solid red !important;
}
.success{
	border: 1px solid green !important;
}

.bordered {
    *border-collapse: collapse; /* IE7 and lower */
    border-spacing: 0;
    width: 80%;    
}
.bordered img{
	width: 24px;
	height: 24px;
}
.bordered input, textarea{
	border: 1px solid #999999;
	border-radius: 3px;
}
.bordered input{
	height: 20px;
}
.bordered {
    border: solid #ccc 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px #ccc; 
    -moz-box-shadow: 0 1px 1px #ccc; 
    box-shadow: 0 1px 1px #ccc;         
}

.bordered tr:hover {
    /*background: #fbf8e9;*/
    background: #feecd8;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;     
}    
    
.bordered td, .bordered th {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 10px;
    text-align: left;
	vertical-align: top;
}

.bordered th {
    background-color: #dce9f9;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#dce9f9));
    background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:    -moz-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:     -ms-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:      -o-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:         linear-gradient(top, #ebf3fc, #dce9f9);
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; 
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;  
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;        
    border-top: none;
    text-shadow: 0 1px 0 rgba(255,255,255,.5); 
}

.bordered td:first-child, .bordered th:first-child {
    border-left: none;
}

.bordered th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}

.bordered th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

.bordered th:only-child{
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.bordered tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}

.bordered tr:last-child td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}