/* Contact Us */


.tm-content {
	padding-bottom: 61px;
}
.tm-content form {
	margin-top:33px;
}

.tm-content a {
	font-family: 'CiscoSansExtraLight', Arial, Helvetica, Sans-serif;
}

.tm-title-pc, .tm-title-m {
	font-family: 'CiscoSansExtraLight', Arial, Helvetica, Sans-serif;
	font-size: 18px;
	line-height: 23px;
	color: #555;
}

.tm-form-list {
	margin: 0 0 34px 0;
	position: relative;
}
.tm-button {
	margin: -4px 0 -17px;
}

.tm-form-input {
	font-family: 'CiscoSansExtraLight', Arial, Helvetica, Sans-serif;
	font-size: 15px;
	height: 44px;
	color: #777777;
	border-color: #DDD;
	width: 350px;
	padding-right: 30px;
	padding-right: 0\9;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
  	/* IE10+ specific styles go here */  
  	.tm-form-input {padding-right: 0;}
}
.tm-form-input:focus {
	color: #555;
}

.error {
	font-family: 'CiscoSansRegular', Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: italic;
	color: #d90000;
	padding-bottom: 7px;
	position: absolute;
	top: -29px;
}
.error-border {
	border-color: #d90000;
}

a.tm-btn {
	font-family: Arial, Helvetica, sans-serif;
	display: inline-block;
	border-radius: 5px;
	line-height: 50px;
	text-align: center;
	padding: 0 25px;
	font-size: 22px;
	color: #fff;
	background-color: #3BC715;
}
.tm-btn:hover {
	color: #fff;
	background-color: #33B611;
}

.tm-h3 {
	font-family: 'CiscoSansExtraLight', Arial, Helvetica, Sans-serif;
	font-size: 24px;
	line-height: 29px;
	color: #555;
	padding-bottom: 26px;
	display: block;
}

.tm-sysreq, .tm-sysreq-phone {
	font-family: 'CiscoSansExtraLight', Arial, Helvetica, Sans-serif;
	font-size: 18px;
	line-height: 29px;
	color: #555;
}

.tm-sysreq-phone a:first-child {
	font-family: 'CiscoSansExtraLight', Arial, Helvetica, Sans-serif;
	font-size: 18px;
	color: #555;
}
.tm-sysreq-phone a:first-child:hover, .tm-sysreq-phone a:first-child:active, .tm-sysreq-phone a:first-child:visited {
	color: #555;
}
.tm-signin {
	font-family: 'CiscoSansExtraLight', Arial, Helvetica, Sans-serif;
	font-size: 18px;
	line-height: 23px;
	color: #555;
	padding-top: 19px;
	display: block;
}

span.clearer.glyphicon-remove-circle.form-control-feedback3 {
  position: absolute;
  bottom: 10px;
  left: 330px;
  display: none;
}
.glyphicon-remove-circle:before {
  content: "\2715";
}
/****************************************************
 The tool box style of the windows beyond 960px;
 */
/****************************************************
 The style of the windows between 768px to 979px;
 */
/* Contact Us */
@media (min-width: 992px) {


.tm-content {
	padding-bottom: 80px;
}

.tm-sysreq, .tm-sysreq-phone {
	line-height: 23px;
}

}
/****************************************************
 The style of the windows between 768px to 979px;
 */
/* Contact Us */
@media (min-width: 768px) and (max-width: 991px) {



.tm-sysreq {
	line-height: 29px;
}
.tm-signin {
	line-height: 29px;
}

}
/****************************************************
 The style of the windows between min to 767px;
 */ 
/* Contact Us */
@media (max-width: 767px) {



.tm-title-pc, .tm-title-m {
	font-size: 22px;
	line-height: 27px;
}

.tm-sysreq, .tm-sysreq-phone {
	line-height: 29px;
}
.tm-signin {
	line-height: 29px;
}

}


@media (max-width: 480px) {
	
.tm-form-input {
	width: 100%;
}
span.clearer.glyphicon-remove-circle.form-control-feedback3 {
	left: auto;
	right:10px;
	
}
}

