 
        .form {
            background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.09) 0%, rgba(158, 198, 251, 0.29) 100%);
            width: 100%;
            margin: 0 auto;
            padding-left: 15px;
            padding-top: 20px;
			padding-bottom:2px;
        }
        .form fieldset {
            border: 0px;
            padding: 0px;
            margin: 0px;
        }
        .form p.contact {
            font-size: 12px;
            margin: 0px 0px 10px 0;
            line-height: 14px;
           
        }
        .form input[type="text"] {
            width: 97%;
        }
        .form input[type="email"] {
            width: 97%;
        }
        .form input[type="password"] {
            width: 97%;
        }
        .form input.birthday {
            width: 60px;
			height:30px;
        }
        .form input.birthyear {
            width: 75px;
			height:30px;
        }
        .form label {
            color: #fff;
            font-weight: bold;
            font-size: 12px;
            
        }
        .form label.month {
            width: 96px;
			
        }
        .form input,
        textarea {
            background-color:rgba(255, 255, 255, 0.92);
            border:1px solid rgb(254, 255, 253);
            padding: 4px;
           
            color: #4b4b4b;
            font-size: 14px;
            -webkit-border-radius: 5px;
            margin-bottom: 10px;
            margin-top: -10px;
        }
      
        .form .gender {
            width: 47%;
        }
        .form input.buttom {
            background: #4b8df9;
            display: inline-block;
            padding: 5px 10px 6px;
            color: #fbf7f7;
            text-decoration: none;
            font-weight: bold;
            line-height: 1;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
            -moz-box-shadow: 0 1px 3px #999;
            -webkit-box-shadow: 0 1px 3px #999;
            box-shadow: 0 1px 3px #999;
            text-shadow: 0 -1px 1px #222;
            border: none;
            position: relative;
            cursor: pointer;
            font-size: 14px;
            font-family: Verdana, Geneva, sans-serif;
        }
        .form input.buttom:hover {
            background-color: #2a78f6;
        }

