/* ./static.css */


/* ------------------------
	defaults
------------------------ */
img {
	border:0;
}

pre {
	text-align:left;
}



/* ------------------------
	custom classes and objects
------------------------ */

.gap {
	clear:both;
	margin:10px 0 0 0;	
}

.blockspace {
	clear:both;
	margin:20px 0 0 0;	
}

.hiddenTag {
	padding:0;
	margin:0;
	font-size:1px;
	height:1px;
	width:0;
	overflow:hidden;
	position:absolute;
	left:-55555px;
	text-indent:-55555px
}



/* ------------------------
	form
------------------------ */

form {
	margin:0;
	padding:0;
}
 
.field, .fieldLeft {
	padding:10px 0 0 0;
}

.fieldLeft {
	float:left;
	margin:0 20px 0 0;
}

input, select, option, textarea {
	color:#000;
	font-size:11px;
}

label {
	float:left;
	display:block;
	padding:0 6px 2px 0;
	font-weight:bold;
	cursor:pointer;
	line-height:16px;
}

	/* for label tips */
	label i {
		font-size:11px;
		font-weight:normal;
	}

	/* errored label */
	label span.errored {
		color:#D80008;	
	}


label.left {
	padding-bottom:0;	
}	

label.labelSmall {
	width:80px;
	padding:0;
}

label.labelMid {
	width:140px;
	padding:0;
}

label.recaptcha_input_area_text {
	float:none;	
}

input {
	vertical-align:middle;
}

input.btn {
	font-weight:bold;
	cursor:pointer;
}


input.disabled,
select.disabled,
select.disabled option,
option.disabled {
	color:#808080;
	cursor:default;
	font-weight:normal;
}



input.radio, input.checkbox {
	margin:0 6px 0 6px;
}


textarea {
	vertical-align:top;
}


.textinputFull {
	width:100%;
}

.textinputLong {
	width:700px;
}

.textinputLonger {
	width:500px;	
}

.textinput {
	width:350px;
}

.textinputMedium {
	width:200px;
}

.textinputShort {
	width:150px;
}

.textinputDate {
	width:70px;
	margin-right:6px;
}

.textinputSmallNumber {
	width:60px;
}

.textinputPrice {
	width:48px;
	text-align:right;
}
.textinputTiny {
	width:24px;
}



/* ------------------------
	modifiers
------------------------ */

.smallText {
	font-size:10px !important;	
}

.hidden {
	display:none !important;
}

.full {
	width:100% !important;
	height:100% !important;	
}

.clear {
	clear:both !important;	
}

.half {
	width:50% !important;
}

.left {
	float:left !important;
}

.right {
	float:right !important;
}


.display_block {
	display:block !important;	
}

.display_inline {
	display:inline !important;
}


.h_left{
	text-align:left !important;	
}

.h_center {
	text-align:center !important;	
}

.h_right{
	text-align:right !important;
}

.v_middle{
	vertical-align:middle !important;
}

.v_bottom{
	vertical-align:bottom !important;
}



.uppercase {
	text-transform:uppercase !important;	
}

.lowercase {
	text-transform:lowercase !important;	
}

.noBold {
	font-weight:normal !important;	
}

.noItalic {
	font-style:normal !important;	
}

.noMargin {
	margin:0 !important;	
}

.noPadding {
	padding:0 !important;
}

.noBorder {
	border:0 !important; 
}

.text_d_none {
	text-decoration:none !important;
}

.text_d_underline {
	text-decoration:underline !important;
}	


.cursor_default {
	cursor:default !important;
}

.cursor_pointer {
	cursor:pointer !important;	
}