@charset "utf-8";
/* CSS Document */

/* @group Globals */

/* =========================================
    Globals
   ========================================= */

body {
	font-family:Arial, Helvetica, san-serif;
	background: transparent url('../images/background.png') scroll no-repeat center 0;
	color:#ffffff;
}

#wrapper {
	width: 100%;
	margin: 100px auto 0 auto;
}

* { margin: 0; padding:0; }

.left { float:left; }
.right { float:right; }

.clear {
	clear:both;
	line-height:0;
}

img { border: none; }

@font-face {  
	  font-family: Gotham-Book;  
	  src: url("Gotham-Book.eot"); /* IE */
	  src: local("Gotham-Book"), url("Gotham-Book.ttf") format("truetype"); /* non-IE */
}
@font-face {
	font-family: 'Gotham-Bold';
	src: url('Gotham-Bold.eot'); /* IE */
	src: local('Gotham Bold'), local('Gotham-Bold'), url('Gotham-Bold.ttf') format('truetype');
}

h1 {
    font-size:35pt;
    font-weight:normal;
    font-family: Gotham-Book, Helvetica, Arial, sans-serif;
    letter-spacing:1pt;
    text-shadow: 0px 0px 10px #333;
    margin:20px 0 0;
}

h2 {
	font-size:11pt;
	letter-spacing:0.4px;
	margin:15px 0 0;
}

a {
	color: #706964;
	text-decoration: none;
}
a:hover {
	color: #6AB2AB;
}

p {
	font-size:10pt;
	letter-spacing:0.6pt;
	line-height:12pt;
	margin:0;
}

.subhead {
	font-size:12pt;
	letter-spacing:0.3pt;
	line-height:14pt;
	width:645px;
	margin-top: 8px;
}

.smallH2 {
	font-size:10.5pt;
	letter-spacing:0.4px;
	margin: 0;
	width:205px;
	float:left;
}

.noMargin { margin:0; }

#preloader { display:none; }

noscript {
	display: block;
	font-family: Gotham, Helvetica, Arial, sans-serif;
	color: #FF5F7C;
	text-align: right;
	margin:-42px auto 6px;
	width: 980px;
}

/* @end */

/* @group Header */

/* =========================================
    Header
   ========================================= */

#header {
	width: 1238px;
	height: 45px;
	margin: 0 auto;
}

/* streches the header background 100% width */
#headerBackground {
	background-image: url('../images/topnav_background.jpg');
	background-repeat: repeat-x;
	width:100%;
	height: 45px;
}

#headerBackground #logo {
	float: left;
	margin:0 0 0 5px;
}

#headerBackground #icon {
	float: right;
	margin: 0 4px 0 0;
}

/* @end */

/* @group Tab Menus */

/* =========================================
    TAB MENUS
   ========================================= */

#topNav, #bottomNav {
	background-color:#FFFFFF;
	position:absolute;
	right:0;
	top:-50px;
	width:261px;
	padding:0 3px 0 4px;
	z-index:5;
}
#topNav {
	width:411px;

	/*width:350px;*/
	}

#bottomNav {
	background-color:transparent;
	top:470px;
	width:240px;
	padding:0px;
}

.topNav_menu,.topNav_menu_blogs, .bottomNav_menu {
	font-family: Gotham-Book, Helvetica, Arial, sans-serif;
	font-size:17px;
	letter-spacing:-0.5px;
	line-height:26px;
	list-style-type:none;
	position:absolute;
	text-align:right;
	top:36px;
	padding:16px 0 0 40px;
	margin:9px 0 0 0;
}


.topNav_menu,.topNav_menu_blogs {}
.topNav_menu li { padding: 0 25px 0 0; }
#topNav_menu_blogs li { padding: 0 60px 0 0; }

.bottomNav_menu { 
	margin:0; 
	text-align:left; 
	z-index:5;
}

.topNav_menuFooter { 
	left:-40px;
	position:relative;
	top:5px;
}

.li_cancel { height: 5px; }

#topNav a:link, #topNav a:visited, #topNav a:active, #topNav a:hover, #bottomNav a:link, #bottomNav a:visited, #bottomNav a:active, #bottomNav a:hover { text-decoration:none; color:#706964; }
#topNav a:hover, #bottomNav a:hover {color:#6AB2AB;}

#topNav_btn_connect, #bottomNav_btn_story, #bottomNav_btn_seeitlive, #bottomNav_btn_otherwork, #bottomNav_btn_seeitlive, #topNav_btn_env, #topNav_btn_traits, #topNav_btn_work,#topNav_btn_blogs  {
	float:left;
}

#topNav_btn_traits, #topNav_btn_work, #topNav_btn_env, #topNav_btn_blogs { margin: 0 3px 0 0; }

#topNav_btn_blogs{
	margin-right:4px;
}

#topNav_menu_work { 
	left:-121px;
	height:144px;
	background: transparent url('../images/nav_workMenu.png') no-repeat scroll 0 0;
	width:208px;
}


#topNav_menu_traits { 
	left:-53px;
	height:144px;
	background: transparent url('../images/nav_what1Menu.png') no-repeat scroll 0 0;
	width:208px;
}
#topNav_menu_env { 
	left:77px;
	height:156px;
	background: transparent url('../images/nav_aboutMenu.png') no-repeat scroll 0 0;
	width:168px;
}

#topNav_menu_blogs { 
	left:179px;
	height:166px;
	background: transparent url('../images/nav_blogsMenu.png') no-repeat scroll 0 0;
	width:161px;
}


#topNav_menu_connect { 
	left:159px;
	height:156px;
	background: transparent url('../images/nav_connectMenu.png') no-repeat scroll 0 0;
	width:168px;
}

#bottomNav_menu_story, #bottomNav_menu_otherwork, #bottomNav_menu_seeitlive { 
	background-image:url(../images/contentOverlayBackground.png);
	background-position:center bottom;
	display:none;
	left:-482px;
	height:178px;
	padding:24px 30px;
	top:-226px;
	width:662px;
}

.bottomNav_menu * { 
	color:#4A433D;
	font-size:14px;
	line-height:21px;
}
.bottomNav_menu h4 {
	font-size: 22px;
	margin-bottom: 6px;
}
.bottomNav_menu h5, .bottomNav_menu h5 span {
	font-family: Gotham-Bold, Helvetica, Arial, sans-serif;
	font-weight: normal;
	margin-bottom: 15px;
}
.bottomNav_menu ul {
	list-style: none;
}
#bottomNav_menu_otherwork ul li {
	margin: -15px 16px -15px 0;
}
#bottomNav_menu_seeitlive ul li {
	background: transparent url('../images/seeitlive_arrow.png') no-repeat 0 0;
	padding-left: 36px;
	margin-left: 16px;
}
#bottomNav_menu_seeitlive ul li a {
	font-size: 22px;
	line-height: 2;
}

.bottomNav_menu p {
	font-family: Helvetica, Arial, sans-serif;
}

.envPortfolio {
	width: 60px !important;
}
.envPortfolio #bottomNav_menu_story {
	left: -662px;
}

/* @end */

/* @group Content Structure */

/* =========================================
    Content Structure
   ========================================= */
 
 /* streches the maindiv background 100% width */
#contentBackground {
	width:100%;
	background-image: url('../images/content_background.jpg');
	background-repeat: repeat-x;
	margin: 5px 0 0 0;
	background-color:#A7A29F;
}
 
#content,#content_index  {
	margin: 0 auto;
	width: 100%;
	background-image: url('../images/content_background.jpg');
	background-repeat: repeat-x;
	padding:10px 0;
	width:980px;
	background-color:#A7A29F;
	position:relative;
	height:530px;
}

#content_index {
	padding:0px;
	width:980px;
	height: 420px;
	margin: 0 auto;
	position:relative;
}

#content hr {
	background-color:#BFBDBB;
	border:0 none;
	float:left;
	height:1px;
	margin:11px 0 0;
	width:600px;
}

.columnLeft { float:left; width:700px; }
.columnRight { float:right; width:230px; }

/*#index_content { margin:0 0 -44px -37px; }*/

.more_btn {
	width:47px;
	height:20px;
	float:left;
	margin: -2px 0 0px;
	background-image: url('../images/more_button.png');
}
.more_btn:hover { background-image: url('../images/more_buttonOver.png'); }

.specs_btn {
	width:47px;
	height:19px;
	margin:1px 0 0 -2px;
	background-image: url('../images/specs_button.png');
}
.specs_btn:hover { background-image: url('../images/specs_buttonOver.png'); }

/* @end */

/* @group Bottom Site Nav */

/* =========================================
    Bottom Site Nav
   ========================================= */

#bottomNavContainer {
	margin: 6px auto;
	width: 978px;
	height:108px;
	background-color:#ffffff;
	padding:0 3px;
}

#bottomNavBackground {
	background-image: url('../images/bottomnav_background.jpg');
	background-repeat: repeat-x;
}

#bottomNav_website, #bottomNav_hosting, #bottomNav_help {
	width:242px;
	margin: 0 0 0 3px;
	height:108px;
}

#bottomNav_app {
	width:243px;
	height:109px;
}

#bottomNav_website { height:109px; }


/* ============ SMALL ============= */

#bottomNavBackgroundSmall {
	margin: 2px 0 0 0;
	width: 100%;
	height:30px;
	background-image: url('../images/bottomnavSmall_background.jpg');
	background-repeat: repeat-x;
}

#bottomnavSmallContainer {
	background-color:#FFFFFF;
	height:30px;
	margin:0 auto;
	padding:0 3px;
	width:973px;
}

#bottomnavSmall_app, #bottomnavSmall_website, #bottomnavSmall_help, #bottomnavSmall_hosting {
	float:left;
	margin: 0 0 0 3px;
	width:241px;
	height:30px;
}
#bottomnavSmall_app { margin:0; }

/* @end */

/* @group Footer */

/* =========================================
    Footer
   ========================================= */

#footer {
	position: relative;
	font-size:12px;
	letter-spacing:0.5px;
	margin:12px auto 32px;
	width: 100%;
	overflow:hidden;
	width: 978px;
}

#footer h4 {
	background-image: url('../images/trans.png');
	font-family: Gotham-Book;
	font-weight: normal;
	color: #706964;
	float: left;
	z-index: 5;
}

#best_places_to_work {
	position: absolute;
	width: 205px;
	height: 95px;
	margin: 30px 0 0 30px;
}

#newsTicker {
	position: absolute;
	background-color: #FFF;
	margin: -20px 0 0 63px;
	width: 66%;
}
.newsPost {
	float:left;
	padding: 17px 13px 0 0;
}
.newsPost span {
	color:#F1BE66;
	font-weight: bold;
	margin: 0 4px 0 0;
}
.newsPost p {
	color: #999;
	margin: 0;
	padding: 0;
	float:left;
}
.newsPost strong, #socialLinks strong {
	color: #D3D2D7;
	font-weight: normal;
}
.newsPost a {
	
}

#socialLinks {
	background-image: url('../images/trans.png');
	float: right;
	word-spacing: 6px;
}
#socialLinks a {
	font-family: Gotham-Book;
	color: #706964;
	text-decoration: none;
}
#socialLinks a:hover {
	color: #6AB2AB;
}

/* @end */

/* @group Strategy Page */

/* =========================================
    Strategy
   ========================================= */

.strategyList {
	float:left;
	width:350px;
	margin: 30px 0 0 0;
	font-size:11pt;
	letter-spacing:0.6px;
}

.strategyList ul {
	float:left;
	width:340px;
	padding:0 0 0 17px;
	margin:0;
}

.strategyList li {
	list-style-image:url("../images/list_icon.png");
	padding:1px 0;
}

.contentList {
	margin: 5px;
	padding:0 0 0 30px;
}

.contentList li {
	list-style-image:url("../images/list_icon.png");
	padding:1px 0;
	font-size:11pt;
}

/* ==== Toolset Specs Popup Menu ==== */
#toolset_content {
	margin:-4px 0 -16px;
	overflow-y:scroll;
	width:260px;
	height: 310px;
	top:-8px;
	position:relative;
}

#toolset_background {
	background-image:url(../images/toolsetSpecs_tile.png);
	background-repeat:repeat-y;
	width:270px;
	position:relative;
	height:300px;
}

#toolsetHeader {
	background-image:url(../images/toolsetSpecs_header.png);
	background-repeat: no-repeat;
	width:266px;
	height:45px;
}

#toolsetHeader h3 {
	color:#706964;
	font-size:14px;
	letter-spacing:0.2px;
	margin:0;
	padding:9px 12px;
}

#toolsetFooter {
	position:relative;
	top:-6px;
}

#toolset_list {
	width: 270px;
	float:right;
	margin:47px -8px 0 0;
	display:none;
}

#strategy_icon {
	float:right;
	display:block;
	margin:0 -100px 0 0;
}

#toolset_content ul {
	margin:0 9px;
	padding:10px 0 6px 2px;
	width:225px;
}

#toolset_content li {
	font-size:8.5pt;
	line-height:14px;
	list-style-type:none;
	padding:0 0 0 9.5px;
}

#toolset_content .toolset_listHeader {
	background-color:#4F4740;
	font-size:8pt;
	font-weight:bold;
	margin:5px 0 2px;
	padding:5px 0 4px 10px;
	text-transform:uppercase;
}

.spacer {
	margin: 0;
}

/* @end */

/* @group Traits Pages */

/* =========================================
    TRAITS PAGES
   ========================================= */

.traitsSubhead {
	font-size:12pt;
	letter-spacing:0.3pt;
	line-height:14pt;
	margin-top: 8px;
	width:326px;
}

/* ===== PROCESS PAGE ===== */

#processDiv {
	background: url(../images/content/process.png) no-repeat 30px 100px;
	width: 100%;
	height: 100%;
}
#processDiv p.subhead {
	width: 100%;
}

/* ===== SERVICES PAGE ===== */

#servicesDiv {
	background: url(../images/content/services/servicesBG.png) no-repeat 0 250px;
	height: 100%;
	width: 100%;
}
#servicesDiv p.traitsSubhead {
	float: left;
}

#servicesTicker dl {
	background: url(../images/content/services/servicesScrollbarDots2.png) no-repeat;
	float: right;
	color: #CCC;
	font-size: 14px;
	font-weight: bold;
	overflow: auto;
	margin-right: 70px;
	padding-left: 19px;
	width: 377px;
	height: 300px; 
}
#servicesTicker dl div { margin-top:0; } /* IE6 Fix */
#servicesTicker dl div:hover {
	color: #EEE;
}
#servicesTicker dl dt {  
	padding: 0 10px 0 10px;
	padding-top: 10px;
}  
#servicesTicker dl dd {  
	margin-left: 0;
	padding: 0 10px 10px 25px;  
}
/*
#servicesTicker dd.last {
	border-bottom:1px solid #ffffff;
}
*/

/* ===== DEV CYCLE PAGE ===== */

#devCycleContainer {
	background: url(../images/content/devCycle/devCycleBG.png) no-repeat 130px 150px;
	width: 100%;
	height: 100%;
}
#devCycleContainer ul {
	list-style: none;
}

ul#devCycleIcons li {
	display: block;
	cursor: pointer;
	position: absolute;
}
ul#devCyclePopups li {
	position: absolute;
	display: none;
	background: transparent url(../images/content/devCycle/devCyclePopup.png) no-repeat scroll 0 0;
	color: #FFF;
	width: 240px;
	height: 220px;
	padding: 20px 35px 0;
	z-index: 5;
}

ul#devCyclePopups li h4 {
	font-size: 18pt;
	font-weight: bold;
	text-shadow: 0 0 5px #333;
	margin-bottom: 24px;
}

.devCycleBody {
	font-size: 12px;
}

#icon1 {
	left: 45px;
	top: 330px;
	background: transparent url(../images/content/devCycle/devCycleIcon1Sprite.png) no-repeat 1px 0;
	width: 99px;
	height: 105px;
}

#icon1:hover {
	background-position: -98px 2px;
}

#popup1 {
	left: -55px;
	top: 280px;
}

#icon2 {
	left: 200px;
	top: 200px;
	background: transparent url(../images/content/devCycle/devCycleIcon3Sprite.png) no-repeat 0 0;
	width: 99px;
	height: 105px;
}

#icon2:hover {
	background-position: -98px 6px;
}

#popup2 {
	left: 110px;
	top: 150px;
}

#icon3 {
	left: 480px;
	top: 320px;
	background: transparent url(../images/content/devCycle/devCycleIcon2Sprite.png) no-repeat 0 0;
	width: 99px;
	height: 110px;
}

#icon3:hover {
	background-position: -97px 0;
}

#popup3 {
	left: 390px;
	top: 270px;
}

#icon4 {
	left: 630px;
	top: 170px;
	background: transparent url(../images/content/devCycle/devCycleIcon4Sprite.png) no-repeat 0 0;
	width: 99px;
	height: 105px;
}

#icon4:hover {
	background-position: -99px 3px;
}

#popup4 {
	left: 540px;
	top: 120px;
}

#icon5 {
	left: 680px;
	top: 370px;
	background: transparent url(../images/content/devCycle/devCycleIcon5Sprite.png) no-repeat 0 0;
	width: 99px;
	height: 105px;
}

#icon5:hover {
	background-position: -102px 2px;
}

#popup5 {
	left: 590px;
	top: 320px;
}

#icon6 {
	left: 840px;
	top: 90px;
	background: transparent url(../images/content/devCycle/devCycleIcon6Sprite.png) no-repeat 0 0;
	width: 156px;
	height: 151px;
}

#icon6:hover {
	background-position: -152px 2px;
}

#popup6 {
	left: 750px;
	top: 50px;
}

ul#devCyclePopups li {
	display: none;
}

/* ==== TOOLSET PAGE ==== */

#toolsetDiv {
	background: transparent url(../images/content/toolset.png) no-repeat scroll 160px 0;
	width: 100%;
	height: 100%;
}

#toolsetDiv p.traitsSubhead {
	width: 250px;
}

/* @end */

/* @group Work/Environment Pages */

/* =========================================
    WORK/ENVIRONMENT PAGES
   ========================================= */

#leftColumn {
	width:240px;
	float:left;
}

#portfolioContentWrapper {
	background-image:url(../images/portfolioBackground.png);
	float:left;
	height:420px;
	padding:17px 0 0 21px;
	position:absolute;
	right:-31px;
	top:76px;
	width:753px;
}

/* ==== ACCORDION ==== */

#accordion {
	padding-top: 13px;
	width:240px;
	height: 278px;
}

#accordion ul {
	margin:0;
	padding:0;
	margin:20px 0 0 -5px;	
}

#accordion li {
	margin: -15px 0;
	list-style-type: none;
}
#accordion li img {
	cursor: pointer;
}

.detail {
	color:#FFFFFF;
	font-size:12px;
	padding:20px 0;
}
.detail a {
	display: block;
	color: #6AB2AB !important;
	background: transparent url('../images/connectInputBG.png') no-repeat scroll 0 0;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0 0 5px #555;
	margin-top: 16px;
	padding: 10px;
	height: 29px;
}
.detail a:hover {
	text-decoration: underline;
}

/* ==== MAIN CONTENT CONTAINER (and SlideViewer jQuery plugin CSS) ==== */

/*preload classes*/ 
.prependLoadingSpinner {
	position: absolute;
	top: 50%;
	margin-top: -32px;
	width: 722px;
	height: 377px;
}
.prependLoadingSpinner img.ldrgif {
	margin: 0pt auto;
	display: block;
	width: 32px;
	height: 32px;
}
.prependLoadingSpinner ul {
	position: relative;
	left: -999em;
} 

/*core classes*/ 
.stripViewer {  
	position: relative; 
	overflow: hidden;  
	margin: 0 0 1px 0; 
} 

.stripViewer ul { /* this is your UL of images */ 
	margin: 0; 
	padding: 0; 
	position: relative; 
	left: 0; 
	top: 0; 
	width: 1%; 
	list-style-type: none; 
} 

.stripViewer ul li {  
	float:left; 
} 

.stripViewer img {
	width:722px;
	height:377px;
	cursor: pointer;
}

.stripTransmitter { 
	overflow: auto; 
	width: 1%; 
	margin:12px 0;
} 
.stripTransmitter #slideLeftArrow, .stripTransmitter #slideRightArrow {
	cursor: pointer;
}

.stripTransmitter ul { 
	margin: 0; 
	padding: 0; 
	position: relative; 
	list-style-type: none; 
} 

.stripTransmitter ul li{ 
	width: 20px; 
	float:left; 
	margin:1px;
} 

.stripTransmitter a{ 
	text-align: center; 
	color: #fff; 
	text-decoration: none; 
	display: block; 
	width:19px;
	height:20px;
	font-size:0;
	text-indent: -9999px;
	background-image:url(../images/slideshowItem.png);
} 

.stripTransmitter a:hover, a.current{ 
	width:19px;
	height:20px;
	background-image:url(../images/slideshowActive.png);	
} 
 
/*tooltips formatting*/ 
#tooltip { 
	background: #fff; 
	color: #000; 
	opacity: 0.85; 
	border: 5px solid #dedede; 
} 

#tooltip h3 {  
	font: normal 10px Verdana;  
	margin: 0;  
	padding: 6px 2px;  
	border: 0; 
}

/* @end */

/* @group I NEED A... Pages */

/* =========================================
    I Need A Page
   ========================================= */
   
a#INeedContactButton {
	display: block;
	background: transparent url(../images/content/iNeedAFolder/iNeedAContactBtn.png) no-repeat 85px 5px;
	position: absolute;
	left: 730px;
	top: 425px;
	width: 250px;
	height: 85px;
}

a#INeedContactButton:hover {
	background-position: 85px -86px;
}

#INeedAContainer {
	position: absolute;
	top: 200px;
	left: 75px;
	width: 100%;
	height: 300px;
}
#INeedAContainer input {
	position: absolute;
	width: 260px;
	height: 270px;
}

/* I Need a Site */
#INeedASiteEx1 {
	background: transparent url(../images/content/iNeedAFolder/iNeedASiteWetFloor_appletonSprite.png) no-repeat 0 0;
}
#INeedASiteEx1:hover {
	background-position: -260px 0px;
}

#INeedASiteEx2 {
	background: transparent url(../images/content/iNeedAFolder/iNeedASiteWetFloor_capsuleSprite.png) no-repeat 0 0;
	left: 265px;
}
#INeedASiteEx2:hover {
	background-position: -260px 0px;
}

#INeedASiteEx3 {
	background: transparent url(../images/content/iNeedAFolder/iNeedASiteWetFloor_partiniSprite.png) no-repeat 0 0;
	left: 530px;
}
#INeedASiteEx3:hover {
	background-position: -260px 0px;
}

/* I Need an Application */
#INeedAnAppEx1 {
	background: transparent url(../images/content/iNeedAFolder/iNeedAnAppWetFloorSprite1.png) no-repeat 0 0;
}
#INeedAnAppEx1:hover {
	background-position: -261px 0px;
}

#INeedAnAppEx2 {
	background: transparent url(../images/content/iNeedAFolder/iNeedAnAppWetFloorSprite2.png) no-repeat 0 0;
	left: 265px;
}
#INeedAnAppEx2:hover {
	background-position: -258px 0px;
}

#INeedAnAppEx3 {
	background: transparent url(../images/content/iNeedAFolder/iNeedAnAppWetFloorSprite3.png) no-repeat 0 0;
	left: 530px;
}
#INeedAnAppEx3:hover {
	background-position: -258px 0px;
}

/* I Need Hosting */
#INeedHostingDiv {
	background: url(../images/content/iNeedAFolder/iNeedHostingBG.png) no-repeat 170px 0;
	width: 540px;
	height: 275px;
}

/* I Need Help */
#INeedHelpDiv {
	display: block;
	background: url(../images/content/iNeedAFolder/iNeedHelpBG.png) no-repeat 200px 10px;
	text-indent: -9999px;
	outline: 0;
	width: 550px;
	height: 350px;
}
   
/* @end */

/* @group Connect Page */

/* =========================================
    Connect Page
   ========================================= */

#connectLeftCol {
	background: url(../images/connectPanelBG.png) no-repeat 85px 110px;
	float: left;
	height: 350px;
	width: 550px;
}
#connectLeftCol .subhead {
	width: 550px;
}

#beiAddress {
	position: relative;
	top: 42px;
	left: 150px;
	letter-spacing: 0;
}

#getDirections {
	display: block;
	margin: 12px 0 0 4px;
}
#getDirections img {
	float: left;
}
#getDirections a {
	float: left;
	margin: 5px;
}

#connectRightCol {
	float: right;
	text-align: right;
	margin-top: -35px;
}

#contact_form div {
	display: block;
}
#contact_form div label {
	margin-right: 8px;
}
#contact_form div input, #contact_form textarea {
	font-family: Arial, Helvetica, san-serif;
	font-size: 13px;
	color: #000;
	border: 1px solid #706964;
	padding: 3px;
	width: 264px;
}

#contact_form div label.textareaLabel {
	vertical-align: top;
}

#contact_form textarea {
	height: 124px;
}

form#contact_form div p {
	background: transparent url('../images/connectInputBG.png') no-repeat scroll right 0;
	visibility: hidden;
	color: #FF5F7C;
	font-size: 13px;
	letter-spacing: 0;
	text-align: left;
	text-shadow: 0 0 5px #555;
	padding: 9px 0 0 95px;
	height: 28px;
}

#beiAddress a {
	text-decoration: none;
	color: #6AB2AB;
	text-shadow: 0 0 5px #555;
}

#beiAddress a:hover {
	text-decoration: underline;
}

#captcha {
	margin-top: 20px;
	float: right;
	display: block;
}

#captchaMsg{
	float:right;
	padding: 5px 35px 5px 5px;
	font-size: 13px;
	color: #FF5F7C;
	background: #615C58;
	border-radius: 5px;
	moz-border-radius: 5px;
}

#messageMsg{
	display: none;
}

#submitBtn {
	float: right;
	background: transparent url('../images/submitBtn.png') no-repeat scroll 0 0;
	margin-right: -8px;
	width: 97px;
	height: 39px;
}
#submitBtn:hover {
	background: transparent url('../images/submitBtn.png') no-repeat scroll -98px 0;
}

#connectRightCol h2 {
	font-size: 24px;
	text-align: center;
}

/* @end */



