
/*FORM*/
.mysmallform .control-group
{
  margin-bottom: 10px !important;
}
.mysmallform .endfield
{
  border-bottom:dashed 1px #ccc;
  margin-bottom: 20px !important;
  padding-bottom:10px;
}
.mysmallform span.required {
	color:#c00;
	padding-right:2px;
}
.mysmallform label.error {
	background:url("../../images/unchecked.gif") no-repeat 0 4px;
	padding-left: 20px;
  color:#8a0303;
  display:block;
}
.mysmallform .form-group label.error {
  margin:2px 0 0 5px;
}
.mysmallform input, .mysmallform textarea, .mysmallform select {	
	background-color: #f1f1f1; 
	border: solid 1px #e6e6e6 ;
	color:#666; 
	padding:2px;
}
.mysmallform input.checkbox { 
	border: none 
}
.mysmallform input:focus, .mysmallform textarea:focus { 
	border: 1px solid #8a0303;
}
.mysmallform input.error, .mysmallform textarea.error { 
	border: 1px dotted #8a0303; 
}
.mysmallform .captchaField{ 
	border:1px solid #e6e6e6;
	padding:5px;
	color:#666; 
	width:100px; 
	font-size:2em;
	font-weight:bold;
	background-color:#f8f8f8; 
}
.mysmallform .btnUpload { 
	color: #666;
	font-size:85%;
}
.mysmallform .changeCode {
	font-size:0.9em;
  padding-left:10px;
}
.mysmallform .input-sm
{
  width: 120px;
}


@media (max-width: 538px)
{

}
@media (min-width: 538px) and (max-width: 992px)
{

}

@media (max-width: 992px)
{

}

@media (max-width: 1024px)
{

}

@media (min-width: 768px) and (max-width: 992px)
{

}
@media (min-width:992px) and (max-width: 1146px)
{

}