/* 
 * Version: 							3.0.2
 * Created on: 						18/07/2011
 * Last Updated:					20 November, 2011
 * Author:								Amsul Naeem
 * Description:						for OOHLALA - base css
 */
 
 
 
/************************************
 *
 * RESET
 *
 ***********************************/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
  border: 0;
  outline: 0;
  background: transparent;
  margin: 0;
  padding: 0;
}





/************************************
 *
 * Globals
 *
 ***********************************/

* body {
	font: normal normal normal 16px/normal Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #3d3d3d;
}
*:focus {  }
*::selection {
	color: #fff;
	background-color: #00b1ea;
	text-shadow: none;
}

a, a:link, a:active, a:visited { color: #339ecc; text-decoration: none; }
a:hover { text-decoration: underline; }

p { margin-bottom: 10px; }
p a { color: #339ecc; }
pre { width: 100%; white-space: pre-wrap; }

h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
h1 { font-size: 42px; font-weight: 400; }
h2 { font-size: 32px; font-weight: 400; }
h3 { font-size: 28px; font-weight: 400; }
h4 { font-size: 24px; margin-bottom: 0.3em; }
h5 { font-size: 20px; }
h6 { font-size: 18px; }

hr {
	clear: both;
	display: block;
	width: 100%;
}

ul, ol { padding: 0 0 0 10px; }
ul {
	list-style-type: disc;
	margin: 5px 0;
}
ul.plain {
	list-style-type: none;
	margin: 0 0 12px;
	padding: 0;
}
ul.plain li {
	margin: 0 0 5px;
}

ol {
	list-style-type: decimal;
	margin: 5px 0;
}
li { margin: 0 0 5px 10px; }

ol.level-two,
ol.level-two li {
	list-style-type: lower-roman;
	color: #999;
	font-size: 12px;
}
ol.level-two {
	margin-bottom: 24px;
}
ol.level-two div {
	color: #3d3d3d;
	font-size: 15px;
}


strong { font-weight: bold; }
small { font-size: 0.7em; }

code {
	font-family: Courier New, Courier, monospace;
}

img { display: inline-block; }
a img { display: block; }

button::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
input[type=file] > input[type=button]::-moz-focus-inner {
	border: none;
	padding: 0;
	border: 0;
}
input[type=text],
input[type=password],
input[type=number],
input[type=email],
input[type=date],
textarea {
	padding: 2px 6px;
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.4);
	-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.4);
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.4);
	margin: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	height: 22px;
	font-size: 12px;
	margin: 0;
	border: 1px solid #888;
	background-color: #fff;
}
input[type=text]:hover,
input[type=email]:hover,
input[type=password]:hover,
input[type=number]:hover,
input[type=date]:hover,
textarea:hover {
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=date]:focus,
textarea:focus {
	-webkit-box-shadow: 0 0 6px rgba(255,255,255,0.7);
	-moz-box-shadow: 0 0 6px rgba(255,255,255,0.7);
	box-shadow: 0 0 6px rgba(255,255,255,0.7);
	outline: none;
}
button,
input[type=submit] {
	padding: 0 14px;
	margin: 0;
}
button:hover,
button:focus,
input[type=radio]:hover,
input[type=radio]:focus
input[type=submit]:hover,
input[type=submit]:focus,
input[type=checkbox]:hover {
	cursor: pointer;
}

input[type=checkbox],
input[type=radio] {
	margin: 0 5px 0 0;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0;
}
.divi {
	clear: both;
	display: block;
	border-top: 1px solid #ccc;
	margin: 20px auto;
	width: 30%;
}
.halfer {
	text-align: center;
	height: auto;
}
.halfer span {
	display: inline-block;
	width: 160px;
	height: 32px;
	background: url('../images/commons/closure.png') no-repeat 50% 0 transparent;
	margin-bottom: 34px;
}
 
p.footnote {
	color: #888;
	font-size: 11px;
	width: 60%;
	margin: 0 auto;
}
p.footnote a {
	color: #0080bb;
	font-size: 11px;
	text-decoration: underline;
}
 
.aligncenter {
	display: block;
	margin: 0 auto;
	text-align: center;
}
.alignleft { float: left; }
.alignright { float: right; }
.just-center { text-align: center; }


.error {
	color: red !important;
}
.hidden {
	display: none;
}
.dimmed-text {
	color: #999;
}

#noscript {
	background-color: #FFF8DC;
	text-align: center;
	z-index: 1000;
	padding: 10px 20px;
	display: block;
	border-bottom: 1px solid #6F684C;
	position: relative;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 14px;
	color: #FA8072;
}




table .align-top {
	vertical-align: top;
}

.foot-text {
	font-size: 12px;
  font-weight: 300;
  margin-bottom: 8px;
  color: #fafafa;
}


.holder-para h5 {
	font-weight: 500;
	margin-bottom: 4px;
	color: #006999;
}
.holder-para {
	margin-bottom: 24px;
	font-size: 15px;
	line-height: 20px;
}
.holder-para.omega {
	margin-bottom: 12px;
}


.foot-quote {
	text-align: center;
	margin-top: 32px;
	color: #aaa;
	font-size: 11px;
	text-shadow: 0 1px 0 #fafafa;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
}







/******** Buttons ********/

.btn-rect,
input[type=submit].btn-rect {
	display: inline-block;
	background: url('http://gotoohlala.com/site_media/new/images/btn-rect.png') no-repeat 0 0 transparent;
	height: 34px;
	width: 146px;
	margin-bottom: 12px;
}
.btn-rect .text,
input[type=submit].btn-rect {
	color: #fff;
	text-decoration: none;
	text-shadow: 0 1px 0 #333;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
}
input[type=submit].btn-rect {
	font-size: 14px;
	padding-bottom: 3px;
}




.btn-ellipse {
	display: inline-block;
	background: url('http://gotoohlala.com/site_media/new/images/btn-ellipse.png') repeat-x 0 0 transparent;
	height: 23px;
	padding: 2px 15px;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	border: 1px solid #265200;
}
.btn-ellipse .text {
	color: #fff;
	line-height: 23px;
	text-decoration: none;
	text-shadow: 0 1px 0 #363;
}




.btn-white,
a.btn-white {
	background: url('../images/btns/sprite_btns.png') repeat-x 0 0 transparent;
	height: 32px;
	line-height: 32px;
	padding: 0 10px;
	color: #6b6b6b;
	font-size: 12px;
	border: 1px solid #dbdbdb;
	display: inline-block;
}
.btn-white:hover,
a.btn-white:hover {
	cursor: pointer;
	text-decoration: none;
	background-position: 0 -32px;
	color: #616161;
	border-color: #c9c9c9;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,0.1);
	box-shadow: 0 1px 4px rgba(0,0,0,0.1);
}
.btn-white:active,
a.btn-white:active {
	background-position: 0 -64px;
	border: 1px solid #bfbfbf;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}



.btn-green-emp,
a.btn-green-emp {
	background: url('../images/btns/btn_round_green.png') no-repeat 50% 0 transparent;
	width: 202px;
	height: 63px;
	display: inline-block;
	color: #fafafa;
	text-shadow: 0 1px 0 #060;
	font-weight: bold;
	text-align: center;
}
.btn-green-emp:active,
a.btn-green-emp:active {
	background-position: 50% -64px;
}
.btn-green-emp table {
	height: 59px;
}


.btn-holder a {
	margin: 0 5px;
	display: inline-block;
}
.btn-holder a.omega {
	margin-right: 0;
}

.btn,
a.btn {
	border: 1px solid #169;
	border-bottom-color: #024;
	box-shadow: 0 1px 0 rgba(50, 50, 50, 0.2);
	-moz-box-shadow: 0 1px 0 rgba(50, 50, 50, 0.2);
	-webkit-box-shadow: 0 1px 0 rgba(50, 50, 50, 0.2);
	color: #FFF;
	outline: 0 none;
	display: inline-block;
	padding: 0 7px;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 11px;
	text-shadow: #059 0px -1px 0px;
	background: #39D url('http://gotoohlala.com/site_media/new/images/sprite-btn.png') repeat-x 0 0;
	height: 24px;
	line-height: 24px;
}
a.btn .text,
a.btnEdit .text,
a.btnDel .text,
a.btnGo .text {
	color: #FFF;
	cursor: pointer;
}
button:hover,
.btn:hover,
button:focus,
.btn:focus {
  cursor: pointer;
  color: #fff !important;
	background-color: #28C;
}

button:active,
.btn:active {
	background-color: #17B;
	background-position: 0 -24px;
}
.btn-dim,
a.btn-dim {
	outline: 0 none;
	padding: 0 7px;
	font-size: 11px;
	display: inline-block;
	height: 24px;
	line-height: 24px;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	border: 1px solid #AAA;
	border-bottom-color: #999;
	box-shadow: 0 1px 0 rgba(50, 50, 50, 0.1);
	-moz-box-shadow: 0 1px 0 rgba(50, 50, 50, 0.1);
	-webkit-box-shadow: 0 1px 0 rgba(50, 50, 50, 0.1);
	color: #3D3D3D;
	text-shadow: 0px 1px 0px #FAFAFA;
	background: #F5F5F5 url('http://gotoohlala.com/site_media/new/images/sprite-btn.png') repeat-x 0 -48px;
}
.btn-dim:focus,
a.btn-dim:focus,
.btn-dim:hover,
a.btn-dim:hover {
	color: #111;
	cursor: pointer;
	background-color: #F2F2F2;
}
.btn-dim:active,
a.btn-dim:active {
	background-color: #EEE;
	background-position: 0 -72px;
}

.btnEdit,
a.btnEdit {
	outline: 0 none;
	padding: 0 5px;
	font-size: 11px;
	word-spacing: 2px;
	display: inline-block;
	height: 21px;
	line-height: 22px;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	border: 1px solid #069;
	border-bottom-color: #024;
	box-shadow: 0 1px 0 rgba(50, 50, 50, 0.2);
	-moz-box-shadow: 0 1px 0 rgba(50, 50, 50, 0.2);
	-webkit-box-shadow: 0 1px 0 rgba(50, 50, 50, 0.2);
	color: #FFF;
	background: #28B url('http://gotoohlala.com/site_media/new/images/sprite-btn.png') repeat-x 0 -202px;
}
.btnEdit:focus,
a.btnEdit:focus,
.btnEdit:hover,
a.btnEdit:hover {
  color: #fff !important;
	cursor: pointer;
}
.btnEdit:active,
a.btnEdit:active {
	background-color: #17A;
	background-position: 0 -223px;
}

.btnDel,
a.btnDel {
	outline: 0 none;
	padding: 0 5px;
	font-size: 11px;
	word-spacing: 2px;
	display: inline-block;
	height: 21px;
	line-height: 22px;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	border: 1px solid #600;
	border-bottom-color: #500;
	color: #FFF;
	background: #A00 url('http://gotoohlala.com/site_media/new/images/sprite-btn.png') repeat-x 0 -244px;
}
.btnDel:focus,
a.btnDel:focus,
.btnDel:hover,
a.btnDel:hover {
  color: #fff !important;
	cursor: pointer;
}
.btnDel:active,
a.btnDel:active {
	background-color: #800;
	background-position: 0 -265px;
}

.btnGo,
a.btnGo {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	letter-spacing: -1px;
	word-spacing: 2px;
	display: inline-block;
	padding: 0 6px;
	font-size: 11px;
	line-height: 22px;
	height: 21px;
	background: #5A1 url('http://gotoohlala.com/site_media/new/images/sprite-btn.png') repeat-x 0 -96px;
	border: 1px solid #260;
	border-bottom-color: #140;
	box-shadow: 0 1px 0 rgba(50, 50, 50, 0.2);
	-moz-box-shadow: 0 1px 0 rgba(50, 50, 50, 0.2);
	-webkit-box-shadow: 0 1px 0 rgba(50, 50, 50, 0.2);
	color: #FFF;
}
.btnGo:hover,
a.btnGo:hover,
.btnGo:focus,
a.btnGo:focus {
  color: #fff !important;
}
.btnGo:active,
a.btnGo:active {
	background-color: #490;
	background-position: 0 -117px;
}

.btn-gem {
	border: 1px solid #260;
	border-bottom-color: #140;
	box-shadow: 0 1px 0 rgba(50, 50, 50, 0.2);
	-moz-box-shadow: 0 1px 0 rgba(50, 50, 50, 0.2);
	-webkit-box-shadow: 0 1px 0 rgba(50, 50, 50, 0.2);
	background: #5A1 url('http://gotoohlala.com/site_media/new/images/sprite-btn.png') repeat-x 0 -138px;
	font-weight: bold;
	height: 32px;
	line-height: 32px;
	padding: 0 30px;
	display: inline-block;
	color: #FAFAFA;
}
.btn-gem:active {
	background-position: 0 -170px;
	background-color: #490;
}
.btn-gem .text {
	color: #FFF;
}
input.btn-gem {
	line-height: 27px;
	font-size: 13px;
}


/** emphasized buttons **/

.btn-emp {
	border-color: #39C !important;
}
.btn-emp:hover {
	-webkit-box-shadow: 0 0 3px #8CF !important;
	-moz-box-shadow: 0 0 3px #8CF !important;
	box-shadow: 0 0 3px #8CF !important;
}



a.disabled {
	background-position: 0 -72px;
	color: #888;
	text-shadow: none;
	border-color: #CCC;
}
a.disabled:hover {
	color: #888;
	cursor: default;
}







/************************************
 *
 * Layout
 *
 ***********************************/
 
body.grey {
	background: url('../images/commons/bg_noise.png') repeat 0 0 #f0f0f0;
}
 
#content {
	text-align: center;
}
#holder,
#head_holder,
#foot_holder,
#head_login {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

#base {
	margin-top: 72px;
}


#head_banner {
	background: url('../images/commons/bg_head_banner_alt.png') repeat-x 0 0 transparent;
	height: 92px;
	margin-bottom: 24px;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 100000;
}

#head_banner a:hover {
	text-decoration: none;
}






/******** Header links ********/

#head_holder .holder-links {
	display: inline-block;
	vertical-align: top;
	margin-top: 8px;
}
#head_holder .head-link,
#splash .head-link {
	color: #fafafa;
	margin-right: 10px;
	background: url('../images/btns/head_links.png') no-repeat 0 0 transparent;
	padding: 0 6px;
	display: inline-block;
	font-size: 12px;
	height: 35px;
	text-shadow: 0 1px 0 #000;
	line-height: 35px;
	width: 62px;
	text-align: center;
	font-weight: 500;
	border: 0;
}
#head_holder a.omega,
#splash a.omega,
#login_holder .head-link.omega {
	margin-right: 0;
}


#head_holder .holder-links a {
	background-position: 0 40px;
	vertical-align: top;
}
#head_holder .head-link:hover {
	background-position: -100px -120px;
}
#head_holder .head-link:active,
#splash .head-link:active {
	background-position: -200px -120px;
}

#head_holder a.head-link.btn-green,
#splash a.head-link.btn-green {
	width: 102px;
	font-weight: bold;
	background-position: 0 -160px;
}
#head_holder a.head-link.btn-green:hover,
#splash a.head-link.btn-green:hover {
	background-position: -120px -160px;
}
#head_holder a.head-link.btn-green:active,
#splash a.head-link.btn-green:active {
	background-position: -240px -160px;
	color: #e5eee5;
}

#head_holder .head-link.btn-login {
	background-position: 0 -40px;
	width: 72px;
}
#head_holder .head-link.btn-login:hover {
	background-position: -100px -40px;
}
#head_holder .head-link.btn-login:active {
	background-position: -200px -40px;
}

#head_holder a.active {
	background-position: 0 -120px;
}

#head_holder #login_holder {
	float: none;
}


#splash .head-link {
	background-position: 0 -40px;
	width: 72px;
}
#splash .head-link:hover {
	background-position: -100px -40px;
}
#splash .head-link:active {
	background-position: -200px -40px;
}

#splash_foot input[type=submit] {
	background: none;
	border: 0;
	color: #def;
}
#splash_foot input[type=submit]:hover {
	text-decoration: underline;
	cursor: pointer;
}


#head_logo {
	display: inline-block;
	margin-right: 14px;
	padding: 10px 0;
	vertical-align: top;
}





/******** Head login stuff ********/


#login_holder {
	display: none;
	float: right;
	padding: 0;
	margin: 0;
}
#login_holder .holder-input {
	display: inline-block;
	position: relative;
	margin-right: 8px;
	float: left;
}
#login_holder .holder-input.omega {
	margin-right: 0;
}
#login_holder .text-float {
	position: absolute;
	font-size: 12px;
	font-weight: 500;
	color: #789;
	top: 9px;
	left: 10px;
	display: none;
}
#login_holder .focused .text-float {
	display: none !important;
}
#login_holder input[type=text],
#login_holder input[type=password] {
	font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
	width: 112px;
	color: #333;
	border-color: #006999;
	height: 28px;
}


#login_holder input[type=submit].head-link {
	width: 84px;
	font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
	background-position: 0 0;
}
#login_holder input[type=submit].head-link:hover {
	background-position: -100px -40px;
}
#login_holder input[type=submit].head-link:active {
	background-position: -200px -40px;
}
#login_holder input[type=submit].head-link:focus {
	-webkit-box-shadow: 0 0 12px #fff;
	-moz-box-shadow: 0 0 12px #fff;
	box-shadow: 0 0 12px #fff;
}







/******** Footer holder and links ********/


#foot_holder {
	font-size: 12px;
	margin-bottom: 48px;
}
#foot_holder a:hover {
	text-decoration: none;
}

#foot_holder .top-row {
	height: 42px;
}

#foot_holder .foot-social a {
	margin-left: 32px;
}
#foot_holder .foot-social span {
	height: 32px;
	line-height: 32px;
	display: inline-block;
	vertical-align: top;
}
#foot_holder .foot-social .icon {
	width: 34px;
	background: url('../images/logos/foot_social.png') no-repeat 0 0 transparent;
}
#foot_holder .foot-social .text {
	padding-left: 4px;
}
#foot_holder .foot-social .tw-link .icon {
	background-position: -34px 0;
}
#foot_holder .foot-social .blog-link .icon {
	background-position: -68px 0;
}

#foot_holder .bot-row {
	line-height: 20px;
	text-align: center;
	margin-top: 8px;
}
#foot_holder .copyright {
	color: #666;
}
#foot_holder .copyright span {
	font-size: 11px;
}
#foot_holder a {
	font-size: 13px;
	color: #789;
	font-weight: bold;
	text-shadow: 0 1px 0 #fafafa;
}
#foot_holder a:hover {
	color: #006999;
}
#foot_holder a:active {
	position: relative;
	top: 1px;
}
#foot_holder .foot-links a {
	margin-right: 20px;
	line-height: 32px;
}
#foot_holder .foot-links form {
	display: inline-block;
}
#foot_holder .foot-links input[type=submit] {
	background: none;
	border: 0;
	font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #789;
	text-shadow: 0 1px 0 #fafafa;
	padding: 0;
}
#foot_holder .foot-links input[type=submit]:hover {
	color: #006999;
	cursor: pointer;
}
#foot_holder .foot-links input[type=submit]:active {
	position: relative;
	top: 1px;
}

#foot_holder .foot-logo a {
	display: inline-block;
}







/******** Frame structure ********/


.holder-frame {
	margin: 0 -3px 42px;
}
.holder-frame-top {
	background: url('../images/commons/bg_holder_top.png') no-repeat 0 0 transparent;
	height: 5px;
}
.holder-frame-mid {
	background: url('../images/commons/bg_holder_mid.png') repeat-y 0 0 transparent;
	padding: 24px 43px;
}
.holder-frame-bot {
	background: url('../images/commons/bg_holder_bot.png') no-repeat 0 0 transparent;
	height: 8px;
}

.holder-frame .holder-title {
	font-size: 22px;
	font-weight: 400;
	letter-spacing: -1px;
	margin: 0 18px 8px;
	color: #555;
	text-shadow: 0 1px 0 #fafafa;
}



/** Column structure **/

.column {
	float: left;
}
.column.omega {
	margin-right: 0;
}
.col-half {
	width: 46%;
	margin-right: 8%;
}
.col-third {
	width: 29.3%;
	margin-right: 4%;
}
.col-fourth {
	width: 22%;
	margin-right: 4%;
}











/************************************
 *
 * Forms
 *
 ***********************************/
 
 
 
#notification {
	background-color: #FFF8DC;
	padding: 8px 10px;
	margin-bottom: 20px;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 12px;
	color: #5fba2b;
	border-bottom: 1px solid #EAE3C7;
}
#notification span {
	display: inline-block;
	vertical-align: top;
}
#notification .holder-ui {
	height: 17px;
	margin-right: 6px;
}
#notification .close {
	font-weight: bold;
	font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
	font-size: 18px;
	position: relative;
	top: -4px;
	color: #9F9870;
	cursor: pointer;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
#notification:hover .close {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.holder-form .para-error {
	margin-left: 134px;
	font-size: 14px;
	margin-bottom: 5px;
}

.holder-form form {
	display: inline-block;
}

.holder-form .fields-title {
	font-weight: bold;
	color: #789;
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 14px;
}
.holder-form fieldset {
	display: block;
	margin-bottom: 16px;
}
.holder-form .holder-fields {
	margin-bottom: 32px;
}

.holder-form .holder-radio {
	display: inline-block;
}

.holder-form .form-notice {
	text-align: center;
	margin-bottom: 24px;
}
.holder-form .form-links {
	font-size: 11px;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	border-top: 1px solid #e5e5e5;
	padding: 8px 12px;
	background-color: #f8f8f8;
	text-align: center;
}
.holder-form .form-links a {
	color: #789;
}
.holder-form .form-links .middot {
	display: inline-block;
	margin: 0 6px;
	font-weight: bold;
	font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
}


.holder-form label {
	cursor: pointer;
}
.holder-form .label-text,
.holder-form .spacing-field {
	margin-right: 12px;
	font-weight: 500;
	width: 120px;
	display: inline-block;
	vertical-align: top;
	margin-top: 3px;
}
.holder-form input[type=text],
.holder-form input[type=password],
.holder-form input[type=date],
.holder-form input.date,
.holder-form input[type=email] {
	width: 221px;
}
.holder-form textarea {
	padding: 5px 6px;
	height: 16px;
}
.holder-form input[type=text]:hover,
.holder-form input[type=password]:hover,
.holder-form input[type=date]:hover,
.holder-form input.date:hover,
.holder-form input[type=email]:hover,
.holder-form textarea:hover,
.holder-form input[type=text]:focus,
.holder-form input[type=password]:focus,
.holder-form input[type=date]:focus,
.holder-form input.date:focus,
.holder-form input[type=email]:focus,
.holder-form textarea:focus,
.holder-form select:focus {
	border-color: #339ecc;
	-webkit-box-shadow: 0 0 5px rgba(51, 158, 204,0.5);
	-moz-box-shadow: 0 0 5px rgba(51, 158, 204,0.5);
	box-shadow: 0 0 5px rgba(51, 158, 204,0.5);
}
.holder-form select {
	border: 1px solid #888;
	background-color: #fff;
	padding: 5px 0;
	height: 28px;
	margin: 0;
	width: 235px;
}

.holder-form input.btn-gem {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}


/** custom form pages… for login, etc **/

#login .holder-form {
	text-align: center;
}
#login .holder-form form {
	text-align: left;
}
#login .holder-form .label-text,
#login .holder-form .spacing-field {
	width: 154px;
}