
.baseform {
	padding:10px;
}
.baseform input[type="text"],
.baseform input[type="password"] {
  box-sizing:border-box;
  width: 100%; }
.baseform .captcha input {
  width: 125px; }

.reloadCaptcha {
  color: #888;
  cursor: pointer; }
  .reloadCaptcha:hover {
    color: #8dc73f; }

.idmMiniLoader {
  background: url(img/ajax_loader_28.gif) no-repeat scroll 0 0 transparent;
  height: 28px;
  margin: 2px 13px;
  vertical-align: top;
  width: 28px;
  display: none; }
  .idmMiniLoader.process {
    display: inline-block; }

.formSendError {
  background: #fee8ec;
  border: 1px solid #feafaf;
  border-radius: 3px;
  color: #dc4a4a;
  display: block;
  margin-bottom: 15px;
  padding: 5px; }

.formSendSuccess {
  border: 1px solid #0E6C0D;
  border-radius: 3px;
  background: #EEFBEA;
  color: #0E6C0D;
  padding: 15px;
  margin: 50px auto; }
  



.imagepoint {	
	cursor:pointer;
}
.imagepoint.hovered,
.imagepoint.selected {
	
}
.pointList .hovered {
	background:#D9D9D9;
}
.pointList .selected {
	background:#DCEDDD;
}