/*table, table td { 
    padding:0;
    border:none;
    border-collapse:collapse;
}*/

img {
    vertical-align:top;
		border:none;
}

embed { 
    vertical-align:top;
}

article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {display:block;}
mark, rp, rt, ruby, summary, time {display:inline;}
/* base styles */
#contactFormResume {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

#contactFormResume input {
  background:#cad0d8;
	padding:5px;
	margin-bottom:5px;
  color: #484848;
  border: 1px  solid #ccc;
  font-family: Tahoma, Arial;
  overflow:auto;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	width:365px;
	
}

#contactFormResume 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:365px;
	height:90px;
}

#contactFormResume select {
	background:#cad0d8;
	border: 1px  solid #ccc;
	font-family: Tahoma, Arial;
	overflow:auto;
	padding:3px;
	width:368px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px; 
}


#contactFormResume input[type="radio"] {
	width:30px;
	display: inline;
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 0;
	background: none;
	border: none;
}

#contactFormResume  input[type="submit"],
#contactFormResume  input[type="reset"],
#contactFormResume 	input[type="button"] {
	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 );
}



#contactFormResume  input[type="submit"]:hover,
#contactFormResume  input[type="reset"]:hover,
#contactFormResume  input[type="button"]: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 );
}

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

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

