/* Color Picker */ .blue .color-picker .pickerTitle{background:#000; height:50px;}
.color-picker .pwrapper select.ico3_1{ width: 313px; margin-left:-5px; } .pwrapper input.ico3_1{width:307px;}   .color-picker .picker-btn{ 	position: absolute; 	left: -35px; 	top:45px; 	border: none; 	background: url("../img/icon_student_inquiry.png") no-repeat; 	cursor: pointer; 	padding:0; 	height:328px; } .color-picker .picker-btn2{ 	position: absolute; 	left: 5px; 	top:6px; 	border: none; 	background: url("../img/close.png") 5px no-repeat; 	cursor: pointer; 	/*padding:5px;*/ } .color-picker{ 	width: 320px; 	height: auto; 	position: fixed; 	top: 150px; 	right: 0; 	background: #fff; 	z-index: 9999; border-bottom: solid 1px #ccc; border-left: solid 1px #ccc;} .color-picker p{ font-size:9px; line-height:14px;} .color-picker .pwrapper{ 	padding:0; 	width: 98%; 	height:auto; } .color-picker .pwrapper input{ 	margin-bottom:2px; 	padding:2px 10px 2px 30px; 	height: 1.7rem; 	font-size:12px; } .color-picker .pwrapper input.button{padding:0 15px;} .color-picker .pwrapper input.ico1{ background:url(../img/icon_name.gif) no-repeat 6px 1px} .color-picker .pwrapper input.ico2{ background:url(../img/icon_name.gif) no-repeat 6px 1px} .color-picker .pwrapper input.ico3{ background:url(../img/icon_mail.gif) no-repeat 6px 1px} .color-picker .pwrapper input.ico4{ background:url(../img/icon_phone.gif) no-repeat 6px 1px} .color-picker .pwrapper select{ 	margin-bottom:2px; 	color:#888; 	padding:2px 10px 2px 26px; 	height: 1.7rem; 	font-size:12px; } .color-picker .pwrapper select.ico1{ background:url(../img/icon_name.gif) no-repeat 6px 1px} .color-picker .pwrapper select.ico2{ background:url(../img/icon_location.gif) no-repeat 6px 1px} .color-picker .pwrapper select.ico3{ background:url(../img/icon_location.gif) no-repeat 6px 1px} .color-picker .pwrapper select.ico4{ background:url(../img/icon_name.gif) no-repeat 6px 1px} .color-picker .pwrapper textarea{     background:url(../img/icon_comment.gif) no-repeat 6px 1px; 	padding:2px 10px 2px 30px; 	font-size: 12px; margin-bottom:0px; } .color-picker .pickerTitle{ 	text-transform: uppercase; 	text-align: center; 	float: none; 	width: 100%; 	margin: 0; 	padding: 10px 5px; 	cursor: auto; 	border: none; 	color:#fff; 	background:#666; 	line-height:30px; 	font-weight:bold; } .color-picker .pickersubTitle{ 	color:#7F7F7F; 	text-transform: uppercase; 	text-align: center; 	float: none; 	width: auto; 	height: auto; 	margin: 0 5px 15px; 	padding: 10px 5px; 	cursor: auto; 	font-size:12px; 	border-bottom: 1px solid #ededed; 	border-top: 1px solid #ededed; 	clear:both; } .color-picker div{ 	width: 30px; 	height: 30px; 	margin: 5px; 	/*padding: 5px;*/ 	float: left; 	cursor: pointer; 	/*border: 2px solid #f0f0f0;*/ 		-webkit-transition: all 0.2s ease-in-out; 	-moz-transition: all 0.2s ease-in-out; 	-o-transition: all 0.2s ease-in-out; 	transition: all 0.2s ease-in-out; } .color-picker div.nopick{ width:0; height:0;} .color-picker .light-version{ 	width: 73px; 	height: 29px; 	margin-bottom:20px; /*	background: #fff; 	line-height: 30px; 	text-align: center; 	color: #999;*/ } .color-picker .dark-version{ 	width: 73px; 	height: 29px; /*	background: #000; 	line-height: 30px; 	text-align: center; 	color: #666;*/ }
button, .button{} 
