﻿/*
	Sliding labels is open source code by Tim Wright of CSSKarma.com
	Use as you see fit, I'd like it if you kept this in the code, but 
	basically share it and don't be a jerk.
	
	Support:
	http://www.csskarma.com/blog/sliding-labels
*/

div.slider                  { clear:both;position:relative;}
label                       { cursor:pointer;display:block; }
input[type="text"]:focus, textarea:focus, select:focus    { border:1px solid #153359; -moz-box-shadow: 0px 0px 4px rgba(9, 25, 47, 0.7); }
