h3 {
	font-size: 24px;
	font-weight:400;
	color: #7f7f7f;
	height:20px;
	padding: 35px 0 15px 5px;
	color: #1ba4e1;
	}
	
h4{
	margin: -30px 0 20px 5px;
	}
	
/* form */
#form {
	margin: 0 0 0 20px;
	}
	
#form_wrapper {
	width: 715px;
	height: 350px;
	margin: 0 auto;
	background: #f5f5f5;
	padding: 0 30px 0 30px;
	}
	
input {
	border:0; 
	padding:10px 10px 10px 5px; 
	font-size:.75em; 
	font-family:Arial, sans-serif; 
	color:#aaa; 
	border:solid 1px #ccc; 
	margin:0 0 20px 5px; 
	width:200px;													
	}
	
textarea {
	border:0; 
	padding:10px 10px 10px 5px; 
	font-size:.75em; 
	font-family:Arial, sans-serif; 
	color:#aaa; 
	border:solid 1px #ccc; 
	margin:0 0 20px 5px; 
	width:650px;	
	height:90px;
											
	}
	
input, textarea {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  border: 1px solid #DDDDDD;
}
 
input:focus, textarea:focus {
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  border: 1px solid rgba(81, 203, 238, 1);
}

.button {
	color:#fff;
	font:5.4em Futura, ‘Century Gothic’, AppleGothic, sans-serif;
	font-size:100%;
	width: 150px;
	height: 45px;
	padding:10px;
	background:#1ba4e1;
    cursor:pointer;
	float:right;
	margin: 0 23px 0 2px;
 }
 
.button_01 {
	color:#fff;
	font:5.4em Futura, ‘Century Gothic’, AppleGothic, sans-serif;
	font-size:100%;
	width: 150px;
	height: 45px;
	padding:10px;
	background:#1ba4e1;
    cursor:pointer;
	margin: 0 5px 0 15px;
 }

.button_02 {
	color:#fff;
	font:5.4em Futura, ‘Century Gothic’, AppleGothic, sans-serif;
	font-size:100%;
	width: 150px;
	height: 45px;
	padding:10px;
	background:#1ba4e1;
    cursor:pointer;
	float:right;
	margin: 0 23px 0 8px;
 }
 
#Permissions {
	width: 250px;
	height:30px;
	padding: 5px;
	margin:-10px 5px 0 35px;
	}
	
#Permissions_01 {
	width: 250px;
	height:30px;
	padding: 5px;
	margin: 10px 0 0 28px;
	}

#Permissions_02 {
	width: 250px;
	height:30px;
	padding: 5px;
	margin: 10px 0 0 -8px;
	}
	
th, td.text
{
	text-align: left;
	font-size:10px;
	color: #1ba4e1;
}

/* end of form*/

