@charset "utf-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
}
a:link,
a:visited{
       font-family: arial,helvetica, sans-serif;
       font-weight: bold;
       color: #f60;
       text-decoration: none;
       font-style: italic;
}
a:hover{
      text-decoration: underline;
}
body{
      font-size: medium;
      font-family: arial, helvetica, sans-serif;
      background-color: #d6e5f2;  
      
}
#form{
	width: 700px;
	padding: 30px 0;	
	overflow: hidden;
        font-size: 90%;
}
#form #wish{
       width: 310px;
       float: left;
       text-align: right;
       font-size: 90%;
       font-weight: bold;
       padding-right: 20px;
}
#form div.check{
       width: 340px;
       float: left;
       text-align: left;
       font-size: 80%;
       font-weight: bold;
       padding-left: 15px;
       
}
#form div.check label,
#form div.check label span{
       display: block;
       padding: 0 0 0.5em 0;
       
}
#form div.check label span{
       width: 80%;
       float: left;
       text-align: left;
}
#form div.check input{
       width: 20px;
       float: left;
       border: none;
       margin: 0 5px 0 0;
}

#form #numpano{
      width: 50px;
      margin: 0;
      padding: 0;
}
#form #decidenumlater{
     width: 20px;
     margin: 2px 5px 0 5px;
     border:  none;
}
#form label,
#form label span{
	display: block;
	padding-bottom: 1em;
}
#form label{
	width: 100%;
	float: left;
}
#form input,
#form textarea{
	float: left;
	width: 45%;
      border: 1px solid #ccc;
}
#form input:hover,
#form textarea:hover{
	border: 1px solid #f60;
}
#form input:focus,
#form textarea:focus{
	border: 1px solid #999;
}
#form span{
	float: left;
        width: 320px;
        text-align: right;
        padding-right: 20px;
	font-size: 100%;
	font-weight: bold;
}
#form span span{
	width: 100%;
	text-align: right;
	font-size: 80%;
	font-weight: normal;
}
#form h1{
	font-size: 100%;
}
#form h3{
       margin: 0 0 4em 0;
       width: 100%;
       text-align: center;
       
       font-size: 90%;
       font-weight: normal;
}
#form #submit{
	float: left;
	clear: both;
    width: 700px;
    text-align: center;
	padding-top: 30px;
}
#form #submit button{
       background-color: #069;
       color: #fff;
       font-size: 13px;
       padding: 2px;
       font-family: verdana, geneva, sans-serif;
       cursor: pointer;
       border-bottom: 2px solid #036;
       border-right: 2px solid #036;
       border-top: 2px solid #39c;
       border-left: 2px solid #39c;}
#form #submit button:hover{
     background-color: #9cf;
     color: #069;
     border-bottom: 2px solid #69c;
     border-right: 2px solid #69c;
     border-top: 2px solid #d7e4fd;
     border-left: 2px solid #d7e4fd;        
}
.clearfloat{
    clear: both;
}

