/*
Theme Name: Apexify
Theme URI: http://www.apex-z.com
Description: A dark, classy, clean business template for the Apex Trading Company
Version: 4
Author: Niklas Dahlqvist
Author URI: http://dalkmania.rymdraket.net
Tags: White, Blue, 1 Column
*/

/*	##################################
   	STYLESHEET INDEX
	################################## 
	
	
	
	
	##################################
   	END STYLESHEET INDEX
	################################## */


/*	##################################
   	RESET
	################################## */

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
a img { border:none } /* Gets rid of IE's blue borders */

/*	##################################
   	END RESET
	################################## */
	
/*	##################################
   	GENERAL STYLES
	################################## */

body {
	background:#171717 url('style/images/body-background.jpg') top left repeat;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Tahoma, Arial, san-serif;
	font-size: 62.5%; /*** Resets 1em to 10px ***/
	line-height:2.0em;
	color:#e0e3e4;
}

a {
	color:#5f7f96;
	text-decoration:none;
}

.clear {
	clear:both;
}

.button, #addressSubmit {
	-moz-border-radius:3px 3px 3px 3px;
	-moz-box-shadow:0 1px 2px #171717;
	background:url("style/images/bg-button.png") repeat-x scroll 0 50% #5f7f96;
	border:0 none;
	color:#FFFFFF !important;
	display:inline-block;
	font-family:"Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;
	padding:5px 10px;
	margin-top:5px;
	cursor:pointer;
}

.button:hover, #addressSubmit:hover {
	background-color:#1F536C;
}

.left {
	float:left;
}

.right {
	float:right;
}

/*	##################################
   	BASIC LAYOUT
	################################## */
	
#page-wrapper {
	width:980px;
	margin: 0 auto;
	position:relative;
}


.container {
	margin:0 auto;
	padding:0 10px;
	width:960px;
}

#header {
	height : 180px;
}

#page-title {
	padding:10px 0;
	line-height:36px;
}

#content {
	position:relative;
	overflow:hidden;
}

#page-title h1 {
	text-align:left;
	line-height:67px;
}

#main {
	float: left;
	width: 650px;
	padding-right:30px;
	padding-bottom:20px;
	margin-bottom:20px;
}

.postcontent-single {
	padding-bottom:20px;
	margin-bottom:20px;
	overflow:hidden;
}		

#sidebar {
	border-left : 1px solid #5f7f96;
	clear:right;
	float:right;
	margin-bottom : 20px;
	padding-left:39px;
	width:240px;

}

#footer {
	position:relative;
	border-top : 1px solid #5f7f96;
	clear:both;
	overflow:hidden;
}

/*	##################################
   	TYPOGRAPHY
	################################## */
	
h1 {
	font-size:36px;
	font-weight:normal;
	padding:20px 0px;
	display:block;
	color:#5f7f96;
}

h2 {
	font-size:30px;
	font-weight:normal;
	padding:20px 0px;
	color:#5f7f96;
	display:block;
}

h3, h3 a {
	font-size:20px;
	font-weight:normal;
	color:#5f7f96;
	padding:20px 0px;
}

h4 {
	font-size:18px;
	font-weight:normal;
	color:#5f7f96;
	padding:10px 0px;
	display:block;
}

h4.title {
	overflow:hidden;
	clear:both;
	padding:25px 0;
	border-bottom: 1px dashed #d6d6d6;
	margin-bottom:10px;
}

h4.title a {
	font-size:18px;
	border-bottom: none;
}

h5 {
	font-size:14px;
	font-weight:normal;
	color:#5f7f96;
	padding:10px 0px;
	display:block;
}

h6 {
	font-size:12px;
	font-weight:normal;
	color:#5f7f96;
	padding:20px 0px;
	display:block;
}

p {
	font-size:12px;
	line-height:18px;
	padding:5px 0;
	margin-bottom:10px;
}

/*	##################################
   	END TYPOGRAPHY
	################################## */

/*	##################################
   	HEADER STYLES
	################################## */
	
/*** VENDOR LOGIN ***/
.tab {
	background-color : #5f7f96;
	width : 170px;
	padding : 2px 0 2px 0;
	border-left : 3px solid #e0e3e4;
	border-right : 3px solid #e0e3e4;
	border-bottom : 3px solid #e0e3e4;
	-moz-border-radius-bottomleft:10px;
  	-moz-border-radius-bottomright:10px;
  	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
	position : relative;
	top : 0;
	z-index : 999;
}

.tab a {
	color : #e0e3e4;
	margin-top : 5px;
	font-size : 1.2em;
}

.text-label {
	color : #e0e3e4;
	font-size : 1.2em;
}

#vendor-panel {
	position : absolute;
	top : 0;
	width : 190px;
	z-index : 999;
	text-align : center;
	right : 100px;
}

#panel {
	width : 170px;
	height : 225px;
	overflow : hidden;
	z-index : 3;
	display : none;
	border-left : 3px solid #e0e3e4;
	border-right : 3px solid #e0e3e4;
	background-color : #5f7f96;
}

#panel h1 {
	font-size : 1.6em;
	margin : 5px 0 5px 10px;
	color : #e0e3e4;
	padding:5px;
}

#panel a {
	text-decoration : none;
	color : #e0e3e4;
}

#panel a:hover {
	color : white;
}

#panel a-lost-pwd {
	display : block;
	float : left;
}

#panel .content {
	width : 170px;
	margin : 0 auto;
	padding-top : 15px;
	text-align : left;
	font-size : 0.85em;
}

#panel .content form {
	margin : 0 0 10px 0;
}

#panel .content label {
	float : left;
	padding-top : 8px;
	margin-left : 10px;
	clear : both;
	width : 170px;
	display : block;
}

#panel .content input.field {
	border : 1px solid #1a1a1a;
	background : #fff;
	margin : 4px 10px 0 10px;
	width : 150px;
	color : #5f7f96;
	height : 16px;
}

#panel .content input:focus.field {
	background : #fff;
}

#panel .content input.bt_login {
	display : block;
	float : left;
	clear : left;
	height : 24px;
	text-align : center;
	cursor : pointer;
	border : none;
	font-weight : bold;
	margin : 10px 0;
}

#panel .content input.bt_login {
width : 74px;
}

#loginform input  {
	border:none;
}

#wp-submit {
	padding:2px;
	cursor:pointer;
}

.forgetmenot {
	margin:0;
}

#panel form p {
	padding:0;
	margin:0;
}

#panel form input {
	border:none;
}

#panel form inputsubmit {
	margin-top:5px;
}

/*** END VENDOR LOGIN ***/
	
/*** HEADER LOGO ***/

#header h1.logo {
	width : 249px;
	height : 139px;
}

#header h1.logo a {
	background : url('style/images/header-logo.png') no-repeat;
	display : block;
	width : 249px;
	height : 139px;
	position:absolute;
	left:10px;
	top:30px;
	text-indent : -9999px;
}

/*** END HEADER LOGO ***/

/*** HEADER NAVIGATION ***/
#header #navigation {
	border-bottom:1px solid #5f7f96;
	position:absolute;
	top:130px;
	right : 10px;
	height:34px;
	width:660px;
	float:right;
}

#header #navigation ul.nav {
	position: relative;
    float: right;
}

#header #navigation ul.nav li {
	float: left;
    list-style-type:none;
	margin:0;
	padding:0;
}

#header #navigation ul.nav li a {
	display:block;
	font-size:12px;
	padding:7px 20px 6px;
	text-decoration:none;
	color:#e0e3e4;
	text-transform : lowercase;
}

#header #navigation ul.nav li.current_page_item ul li a, #header #navigation ul.nav li.current_page_parent ul li a,#header #navigation ul.nav li.current_page_ancestor ul li a, #header #navigation ul.nav li ul li a:hover {
	color:#e0e3e4;

}

#header #navigation ul.nav li.current_page_item ul li a:hover, #header #navigation ul.nav li.current_page_parent ul li a:hover {
	background-color:#5f7f96;
}

#header #navigation ul.nav li a:hover {
	color : #5f7f96;
}

#header #navigation ul.nav li.current_page_item a, #header #navigation ul.nav li.current_page_ancestor a, #header #navigation ul.nav li.current_page_parent a {
	color : #5f7f96;
}

#header #navigation ul.nav li ul li a:hover, #header #navigation ul.nav li ul li.current_page_item a {
	background-color:#5f7f96;
}
/*** END HEADER NAVIGATION ***/

/*	##################################
   	END HEADER STYLES
	################################## */
	
/*	##################################
   	FRONTPAGE STYLES
	################################## */
	
/*** FEATURED AREA ***/

#featured {
	height:270px;
}

#featured .article {
	width : 470px;
	float : left;
}

#featured .article h2 {
	font-size : 1.6em;
	line-height : 24px;
	font-weight : bold;
	margin-bottom : 10px;
	padding:0;
}

#featured .picture {
	width : 440px;
	float : right;

}
/*** END FEATURED AREA ***/

/*** SOCIAL BAR ***/

#social-bar {
	background : transparent url('style/images/social-background.png') no-repeat left center;
	border-top : 1px solid #5f7f96;
	border-bottom : 1px solid #5f7f96;
	height : 100px;
	margin : 30px 0 30px 0;
	padding : 20px 0;
}

#social-stuff {
	border-top : 1px solid #5f7f96;
	border-bottom : 1px solid #5f7f96;
	height : 100px;
	margin : 30px 0 30px 0;
	padding : 20px 0;
}

#social-stuff ul#connect li {
	display:inline;
	margin :0 88px;
}

#social-stuff ul#connect li.left {
	margin-left:0;
}

#social-stuff ul#connect li.right {
	margin-right:0;
}

#twitter-logo a {
	width : 200px;
	height : 102px;
	background : transparent;
	float : left;
	display : block;
	text-indent : -9000px;
	margin-right : 40px;
}

#tweet {
	width : 400px;
	float : left;
}

#social-bar p.twitter-message {
	color : #e0e3e4;
	margin-bottom : 0;
	padding : 15px 0;
	width : 400px;
}

#social-links {
	width : 280px;
	float : right;
}

ul.social {
	float : right;
	display:inline;
	margin-top:30px;
}

ul.social li {
	float:left;
	display : inline block;
	margin-right : 15px;
}

ul.social li a img {
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

ul.social li a img:hover {
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity: 1;
}

/*** END SOCIAL BAR ***/

/*** COLUMN STYLES ***/

#front-columns {
	overflow:hidden;
	margin-bottom:15px;
}

#front-columns a {
	font-size:12px;
}

#front-columns .column {
	float:left;
	margin-right:40px;
	width:210px;
}

#front-columns .lastcolumn {
	float : right;
	right : 0;
	width:210px;
}

#front-columns h2 {
	border-bottom : 1px solid #e0e3e4;
	font-size:1.6em;
	line-height:24px;
	margin-bottom : 5px;
	padding-bottom : 5px;
}

#front-columns ul li {
	border-bottom : 1px dashed #e4e4e4;
	margin : 0 0 10px 0;
}

#front-columns ul li:last-child {
	border-bottom:medium none;
}

#front-columns #featured-column h3 {
	padding-top:10px;
}

#front-columns #featured-column p {
	margin-bottom:0;
}

#front-columns #contact p {
	padding-bottom : 10px;
}

#front-columns #contact ul#contact-list {
	text-align : center;
	padding : 10px 0 ;
}

#front-columns #contact ul#contact-list li {
	padding: 7px 0;
}

#front-columns #contact ul#contact-list .email {
	background : transparent url('style/images/email.png') no-repeat 0px 50%;
	height : 32px;
	line-height:32px;
	border-bottom : none;
}

#front-columns #contact ul#contact-list .phone {
	background : transparent url('style/images/phone.png') no-repeat 0px 50%;
	height : 32px;
	border-bottom : none;
}

#front-columns #contact ul#contact-list .fax {
	background : transparent url('style/images/fax.png') no-repeat 0px 50%;
	height : 32px;
	border-bottom : none;
}

#front-columns #contact ul#contact-list .contact-form {
	background : transparent url('style/images/contact_form.png') no-repeat 0px 50%;
	height : 32px;
	border-bottom : none;
}

#front-columns #contact ul#contact-list li a {
	line-height:32px;
	height:32px;	
}

#front-columns #contact ul#contact-list li span {
	font-size:12px;
	line-height:32px;
	height:32px;	
}

/*** END COLUMNS ***/

/*	##################################
   	END FRONTPAGE STYLES
	################################## */
	
/*	##################################
   	CONTENT STYLES
	################################## */

#main .post h2, #main .post h2 a, #main-content-single .post h2 {
	font-size:20px;
	font-weight:bold;
	padding:20px 0px 10px 0px;
}

#main .post ol li {
	list-style:decimal inside none;
	margin:0 0 10px;
	font-size:12px;
}

#main .post ul li {
	list-style:disc inside none;
	margin:0 0 10px;
	font-size:12px;
}

#main .post blockquote {
	font-family : Georgia, Times, "Times New Roman", serif;
	font-weight:normal;
	font-size:18px;
	color:#E0E3E4;
	font-style:italic;
	line-height:2.5em;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 50px;
	padding-left: 15px;
  	border-left: 2px solid #5F7F96;
}

#main .post {
	margin: 5px 0 15px 0;
	padding-bottom:15px;
	clear:both;
}

#main .post h3 {
	font-size: 18px;
	margin: 0 0 10px 0;
}

#main .post h4 {
	font-size: 16px;
	margin: 0 0 10px 0;
}

#main .post h5 {
	font-size: 14px;
	margin: 0 0 10px 0;
}

#main .post h6 {
	font-size: 12px;
	margin: 0 0 10px 0;
}

#main .post h2, #main .post h2 a, #main-content-single .post h2 {
	font-size:20px;
	font-weight:bold;
	padding:20px 0px 10px 0px;
}

#main .post ol li {
	list-style:decimal inside none;
	margin:0 0 10px;
	font-size:12px;
}

#main .post ul li {
	list-style:disc inside none;
	margin:0 0 10px;
	font-size:12px;
}

#main .post pre {
	background-color: #0b2236;
	padding: 15px;
	margin: 15px;
	color: #fff;
	font-family: Courier, "Courier New", monospace;
	font-size: 11px; 
}

#main .postcontent {
	overflow: hidden;
}

.meta {
	border-bottom: 2px dashed #1F536C;
	border-top: 2px dashed #1F536C;
	padding: 5px 0;
	text-transform : uppercase;
	color : #e0e3e4;
	margin-bottom : 10px;
	font-size : 1.2em;
}

#main .post .share {
	border-bottom : 1px solid #5f7f96;
	border-top : 1px solid #5f7f96;
	overflow : hidden;
	padding : 10px 0;
	margin : 25px 0;
	text-align : center;
}

#main .post .share h4 {
	text-align : center;
	color : #e0e3e4;
	font-size : 16px;
	line-height : 24px;
}

#main .post .share .social {
	border : none;
	margin : 5px auto;
	overflow : hidden;
}

#main .post .share .social a {
	border : none;
	display : inline;
	margin : 0 15px;
	opacity: .5;
}

#main .post .share .social a img {
	background:none;
	padding:0;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
}

#main .post .share .social a:hover {
	opacity:1;
}

/* ---------------------- Pagination -------------------*/

.pagination{
	font-size:12px;
	clear:both;
	display:block;
	float:left;
	padding:0 0 20px 0px;
	position:relative;
	z-index:3;
}

.pagination span, .pagination a{
	display:block;
	float:left;
	font-size:1.2em;
	line-height:13px;
	margin: 2px 2px 2px 0;
	display:block;
	padding:3px 6px;
	text-decoration:none;
}

.pagination .current{
	padding:3px 6px;
}

.pagination .current {
	background-color:#5F7F96;
	border:1px solid #5F7F96;
	color:#e0e3e4;
}

.pagination span, .pagination a {
	background:#e0e3e4;
	border:1px solid #C3C3C3;
	color:#5F7F96;
}

/*	##################################
   	SIDEBAR STYLES
	################################## */

#sidebar .widget {
	clear:both;
	display:block;
	float:left;
	margin-bottom:15px;
	width:100%;
}

#sidebar .widget h2 {
	border-bottom : 1px solid #e0e3e4;
	font-size:20px;
	font-weight:bold;
	padding:20px 0px 10px 0px;
	margin : 0 0 10px 0;
}

#sidebar ul {
	list-style:none outside none;
	margin:0 0 30px;
	padding:0;
	font-size:12px;
}

#sidebar .widget ul li {
	line-height : 28px;
	font-size : 14px;
	margin : 0 0 5px 0;
	display:inline;
}

#sidebar .widget li a:hover, #sidebar .widget li.current-cat a, #sidebar .widget li.current_page_item a {
	background : #5f7f96;
	color : #e0e3e4;
	text-decoration : none;
}

#sidebar .widget ul li a {
	display : block;
}

#sidebar .widget img {
	float : left;
	margin : 0 15px 20px 0;
}

#sidebar .widget ul li img {
	padding : 5px;
	float : left;
	margin : 0 15px 0 0;
}

#sidebar p.twitter-message {
	color : #e0e3e4;
	border-bottom : 1px dashed #e0e3e4;
	margin-bottom : 0;
	padding : 10px 0;
}

#sidebar p.twitter-message-last {
	margin-top : 10px;
}

#sidebar #news h4 {
	font-weight : normal;
	font-size : 1.1em;
}

#sidebar #news p.postdate {
	font-size : 1em;
}

#sidebar #connect ul li {
	height : 120px;
	display : block;
	border-bottom : 1px dashed #e0e3e4;
	margin : 0 0 10px 0;
}

#sidebar #news ul li {
	display : block;
	border-bottom : 1px dashed #e0e3e4;
	margin : 0 0 10px 0;
}

#sidebar #news ul li:last-child, #sidebar #connect ul li:last-child {
	border-bottom:medium none;
}

/** END SIDEBAR **/


#searchform {
	width:240px;
}

#s, .text_input, .text_area, textarea, input {
	border:3px solid #1F536C;
	border-radius:3px 3px 3px 3px;
	-moz-border-radius:3px 3px 3px 3px;
	-webkit-border-radius:3px 3px 3px 3px;
	font-family:'Lucida Grande','Lucida Sans Unicode',Tahoma,Arial,san-serif;
	font-size:12px;
	padding:4px;
}

#s {
	font-family:'Lucida Grande','Lucida Sans Unicode',Tahoma,Arial,san-serif;
	font-size:12px;
	height:17px;
	padding:3px;
	width:155px;
}

option {
	font-family:'Lucida Grande','Lucida Sans Unicode',Tahoma,Arial,san-serif;
	font-size:12px;
	padding:4px;
}

#searchsubmit, #send, #submit {
	border:medium none;
	cursor:pointer;
}

#searchsubmit {
	float:right;
}

#mc_signup_form .mc_input {
          width:90%;
}

#mc_signup_submit {
        cursor:pointer;
        float:right;
}

.error .text_input, .error .text_area {
border:3px solid #EE2A00;
}

/*	##################################
   	COMMENTS STYLES
	################################## */

#main #commentsarea .meta {
	border-bottom: 2px dashed #1F536C;
	border-top: 2px dashed #1F536C;
	overflow: hidden;
	padding: 10px 0px;
	line-height: 20px;
}

#main #commentsarea h3 {
	font-size: 24px;
	line-height: 56px;
	border-bottom: 1px solid #5F7F96;
	padding: 20px 0px;
	margin: 0 0 20px 0;
}

#main #commentsarea ol {
	margin: 0 0 30px 0;
}


#main #commentsarea ol li {
	border-bottom: 1px solid #5F7F96;
	padding: 15px;
	overflow: hidden;
}

#main #commentsarea ol li img.avatar {	
	float: left;
	margin: 0 15px 15px 0;
	padding: 3px;
	border: 1px solid #1F536C;
}

#main #commentsarea ol li .meta span {
	padding: 5px 0;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	font-size: 10px;
	margin: 2px 0 0 0;
}

/*	##################################
   	IMAGE STYLES
	################################## */
	
img.attachment-thumbnail, img.wp-post-image {
	float:left;
	margin: 0 15px 15px 0;
}
	
#main .post img, .postcontent img, .postcontent-single img, .attachment-thumbnail .wp-post-image, .artist-image img, #featured .picture img, .ngg-gallery-thumbnail img, #main .gallery-wrapper a img, .gallerybox a img {
	background:none repeat scroll 0 0 #1F536C;
	border-radius:3px 3px 3px 3px;
	-moz-border-radius:3px 3px 3px 3px;
	-webkit-border-radius:3px 3px 3px 3px;
	padding:3px;
	border:none;
}

#main .post img:hover, .postcontent img:hover, .postcontent-single img:hover, .attachment-thumbnail img:hover .wp-post-image img:hover, .artist-image img:hover, #featured .picture img:hover, .ngg-gallery-thumbnail img:hover, #main .gallery-wrapper a img:hover, .gallerybox a img:hover {
	background-color: #5f7f96;
	border-radius:3px 3px 3px 3px;
	-moz-border-radius:3px 3px 3px 3px;
	-webkit-border-radius:3px 3px 3px 3px;
	padding: 3px;
	border:none;	
}

/*	##################################
   	WORDPRESS CSS
	################################## */

.aligncenter,
div.aligncenter {
   	display: block;
   	margin: 10px auto 20px auto;
}

.alignleft {
   	float: left;
   	margin: 5px 20px 10px 0;
   	clear:left;
}

.alignright {
   	float: right;
   	margin: 5px 0 10px 20px;
   	clear:right;
}

.alignnone {
   	margin: 5px;
}

.wp-caption {
	margin-bottom: 8px;
	padding-top: 4px;
   	text-align: center;
}
   	
	
.wp-caption-text {
	color:#5f7f96;
   	padding: 0px;
  	margin: 0px;
}



/*	##################################
   	FOOTER STYLES
	################################## */

#footer #left {
	float:left;
	width:290px;
}

#footer a {
	font-size:12px;
	text-decoration:none;
}

#footer p {
	padding:7px 0px 6px;
}


#footer ul.footer-nav {
	float : right;
	display : inline;
	font-size : 1.3em;
	line-height : 1.3em;
	margin-bottom : 5px;
	padding:7px 0px 6px;
	
}

#footer ul.footer-nav li {
	float : left;
	list-style : none;
	margin : 0 auto;
	overflow : hidden;
	border-right : 1px solid #5f7f96;
}

#footer ul.footer-nav li:last-child {
	border-right:medium none;
}

#footer ul.footer-nav li a {
	color : #e0e3e4;
	display : block;
	margin : auto 5px;
}

#footer ul.footer-nav li a:hover {
	color : #5f7f96;
	text-decoration : none;
}

.gallery-wrapper {
	clear:both;
	float:left;
	padding-bottom:20px;
	position:relative;
	width:675px !important;
}

.box_small  {
float:left;
width:225px
}

.box1 {
	float:left;
	margin-left:0;
}

.box3 {
	float:right;
	margin-right:0;
}



#main .gallerybox h2 {
	border-bottom:none;
	font-size:16px;
	margin:0 0 5px;
	padding:10px 0 5px 10px;
}

.fieldContainer{
	/* The light rounded section, which contans the fields */
	padding:30px 10px;
}

.errorTip{
	/* Rounding the divs at once */
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
}

.formRow{
	height:35px;
	padding:10px;
	position:relative;
}

label{
	font-size:12px;
	line-height:35px;
}

.label{
	float:left;
	padding:0 20px 0 0;
	text-align:right;
	width:110px;
}

.field{
	float:left;
}

.field input{
	/* The text boxes */
	border:3px solid #1F536C;
	color:#666666;
	font-family:Arial,Helvetica,sans-serif;
	font-size:22px;
	padding:4px 5px;
	outline:none; /* Preventing the default Safari and Chrome text box highlight */
}

.signupButton{
	/* The submit button container */
	text-align:center;
	padding:30px 0 10px;
}

fieldset {
	margin-bottom:35px;
}

legend {
	font-size:14px;
	font-weight:normal;
	color:#5f7f96;
	padding:10px 0px;
	display:block;
}

.signupButton{
	/* The submit button container */
	text-align:center;
	padding:30px 0 10px;
}

#submit{
	/* The submit button */
	cursor:pointer;
	height:40px;
	text-transform:uppercase;
	width:110px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}

#submit.active{
	/* Marking the submit button as active adds the preloader gif as background */
	background-image:url("img/preloader.gif");
}

.errorTip{
	/* The error divs */
	background-color:#970F08;
	color:white;
	font-size:10px;
	height:37px;
	letter-spacing:0.4px;
	margin-left:20px;
	padding:5px 0 5px 10px;
	position:absolute;
	width:200px;
	right:0px;
	overflow:hidden;
}

.personal, .company {
	float:left;
	width:50%;
}

.personal td, .comapny td {
	width:50%;
}