
#contact_us_min_img       { width:40px;  height:40px; z-index:11; position:fixed; right:7px; bottom:15px; background-repeat:no-repeat; 
							background-size:contain; background-image: url("../img/contact_us.png"); border-radius:20px; background-color:#00B6FF; border:1px solid #E7FDFF;
							  --trans1: 0.30s;
					-webkit-transition: var(--trans1);
				       -moz-transition: var(--trans1);
				         -o-transition: var(--trans1);
				            transition: var(--trans1);
						  }
#contact_us_min_img:hover { height:40px; width:50px; cursor:pointer; }

#news_wall_min_img_empty { width:40px;  height:40px; z-index:11; position:fixed; right:7px; bottom:70px;
							background-size:contain; background-image: url("../img/news_wall.png"); border-radius:20px; background-color:#E7FDFF; border:1px solid #00B6FF; opacity:0.3;
							  --trans1: 0.30s;
					-webkit-transition: var(--trans1);
				       -moz-transition: var(--trans1);
				         -o-transition: var(--trans1);
				            transition: var(--trans1);
						  }
#news_wall_min_img       { width:40px;  height:40px; z-index:11; position:fixed; right:7px; bottom:70px;
							background-size:contain; background-image: url("../img/news_wall.png"); border-radius:20px; background-color:#E7FDFF; border:1px solid #00B6FF;
							  --trans1: 0.30s;
					-webkit-transition: var(--trans1);
				       -moz-transition: var(--trans1);
				         -o-transition: var(--trans1);
				            transition: var(--trans1);
						  }
#news_wall_min_img:hover { height:40px; width:50px; cursor:pointer; }

#contact_us_outer         { width:300px; height:390px; z-index:10; position:fixed; right:75px; bottom:45px; padding:0px; margin:0px; }
#contact_us_form          { width:300px; height:380px; border-radius:8px; margin:0px; padding:5px 0px; background:#1271A3; }
#contact_us_form label    { color:white; margin:0px; padding:0px 4px 0px 4px; vertical-align:middle; }

#contact_us_form .field   { width:290px!important; height:50px!important; }

#news_wall_outer          { width:70%; margin:10px 0px 10px 10px; padding:10px; max-width:700px; background-color:#008FD7; 
							z-index:11; position:fixed; right:75px; bottom:25px; color:#FFFFFF; border-radius:10px 10px 10px 25px; 
							min-height:100px; max-height:70%; overflow-y:auto; }

.area                     { width:280px; padding:4px; }
.field                    { width:280px; padding:5px; height:30px; }
.textfield                { height:25px; width:215px; }
.inputfield               { float:right; font:15px; border:2px #9588CD inset; border-radius: 8px; padding:10px 5px; }
.textarea1                { width:278px; height:216px; margin:10px -10px 0px 0px; resize:none; padding:4px; }

.submitbutton             { width:135px; height:25px; border-width:0px; float:right; font:20px; margin:5px 4px; border-radius:5px; }
.submitbutton:hover       { background: #D0DEFC; }

.inputfield:focus         {
						    -webkit-animation-name: pulsate;
							-webkit-animation-duration: 16.0s;
							-webkit-animation-iteration-count: infinite;
							-moz-box-shadow: 0px 0px 5px  #02588D;
						  }

@-webkit-keyframes pulsate {
							 0%   {  -webkit-box-shadow: 0px 0px 0px  #02588D; border:2px #02588D  inset; }
							 25%  {  -webkit-box-shadow: 0px 0px 10px #02588D; border:2px #02588D  inset; }
							 50%  {  -webkit-box-shadow: 0px 0px 0px  #024A02; border:2px #024A02  inset; }
							 75%  {  -webkit-box-shadow: 0px 0px 10px #024A02; border:2px #024A02  inset; }
							 100% {  -webkit-box-shadow: 0px 0px 0px  #02588D; border:2px #02588D  inset; }
						   }

.separate_message         { width:600px; min-height:200px; margin:100px auto; text-align:center; 
							padding:30px; background-color:#E8F3FF; border-radius:8px; color:#1049A9; }
.separate_message_content { font-size:20px; margin:auto; padding:40px 0px; }

