@charset "utf-8";
/* CSS Document */


.col_1 { width:6%; float: left;}
.col_3 { width:10%; float: left;}

.col_5 { width:3%; float: left;}
.col_5u { width:6.5%; float: left;}
.col_12 { width:12%; float: left;}

.col1 { width:8%; float: left;}
.col2 { width:10%; float: left;}
.col3 { width:15.5%; float: left;}
.col4 { width:21.2%; float: left;}
.col5 { width:25%; float: left;}
.col6 { width:30%; float: left;}
.col7 { width:38%; float: left;}
.col8 { width:40%; float: left;}
.col9 { width:45%; float: left;}
.col10 { width:50%; float: left;}
.col20 { width:20%; float: left;}

.col70 { width:60%; float: left;}
.col75 { width:76%; float: left; margin-left:38px; }
.col_80 {width:80%; float: left;}
.col_85 {width:85%; float: left;}
.col88 { width:88%; float: left;}
.col100 { width:100%;}
.col90 { width:90%; float: left;}

.col33 { width:33%; float: left; margin-left:5px}

/* base styles */
#contactForm {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

#contactForm input {
  margin-top: 5px;
  margin-bottom: 5px;
  background:#cad0d8;
	padding-left:10px;
  color: #484848;
  border: 1px  solid #ccc;
  font-family: Tahoma, Arial;
  overflow:auto;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	width:450px;
	height:30px;
}

#contactForm textarea {
  margin-top: 5px;
  margin-bottom: 5px;
  background:#cad0d8;
	padding:10px;
  color: #484848;
  border: 1px  solid #ccc;
  font-family: Tahoma, Arial;
  overflow:auto;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	width:450px;
	height:90px;
}



#contactForm select{
	display: inline;
	 background:#f3f2c6;
	border: 1px  solid #f3e9c6;
	font-family: Tahoma, Arial;
	overflow:auto;
/*	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px; */
}


#contactFormStudent input[type="radio"],
#contactFormCompany input[type="radio"],
#contactFormlogin input[type="radio"] {
	width:30px;
	display: inline;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	background: none;
	border: none;
	font-size: 14px;
	font-family: Tahoma, Arial;
	line-height: 1em;
	overflow:auto; 
}

#contactForm input[type="submit"],
#contactForm input[type="reset"],
#commentform input[type="submit"],
#contactForm input[type="button"],

#contactFormlogin input[type="button"],
#contactFormlogin input[type="submit"] {
	width:80px;
	height:30px;
  color: #ffffff;
	font-size:14px;
  background: #cdcbc8;
	float:left;
	border:1px solid #cdcbc8;
	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:8px;
	
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
	margin:5px;

	background-image:-webkit-gradient(linear,left top,left bottom,from( #267cee ),to( #033475 ));
	background-image:-webkit-linear-gradient( #033475,#267cee );
	background-image: -moz-linear-gradient( #033475,#267cee );
	background-image: -ms-linear-gradient( #033475,#267cee );
	background-image: -o-linear-gradient( #033475,#267cee );
	background-image: linear-gradient( #033475,#267cee );
}


#contactFormCompany input[type="submit"]:hover,
#contactFormCompany input[type="reset"]:hover,
#contactForm input[type="submit"]:hover,
#contactForm input[type="reset"]:hover,
#commentform input[type="submit"]:hover,
#contactForm input[type="button"]:hover, 
#contactFormlogin input[type="button"]:hover, 
#contactFormlogin input[type="reset"]:hover,
#contactFormlogin input[type="submit"]:hover {
	color:#858c94;
	font-size:14px;
	
	background-image:-webkit-gradient(linear,left top,left bottom,from( #ffffff ),to( #56697a ));
	background-image:-webkit-linear-gradient( #ffffff,#56697a );
	background-image: -moz-linear-gradient( #ffffff,#56697a );
	background-image: -ms-linear-gradient( #ffffff,#56697a );
	background-image: -o-linear-gradient( #ffffff,#56697a );
	background-image: linear-gradient( #ffffff,#56697a );
}

#contactForm input[type="checkbox"] {
	width:15px;
	height:15px;
	margin-left:20px;
}

#contactForm input[type="radio"] {
	width:15px;
	height:15px;
	margin-left:15px;
}

