@charset "UTF-8";
/* CSS Forms & Buttons Style Document */


form{font-size:12px;margin-bottom:0}form p+p{margin-top:9px}legend{display:block;width:100%;margin-bottom:20px;font-size:10px;line-height:30px;color:#333;border-bottom:1px solid #eee}label,input,textarea,div[contenteditable="true"],select{margin:0;font-size:13px;line-height:20px}label{display:block;margin-bottom:5px;color:#333;cursor:pointer}button{border:0}fieldset{padding:0;margin:0;border:0}input,textarea,div[contenteditable="true"],select{display:inline-block;width:210px;padding:4px;margin:0;outline:0;background-color:#fff;border:1px solid #ccc;border-radius:3px}.ie9 input,.ie9 textarea{min-height:20px}input[type=checkbox],input[type=radio]{width:auto;height:auto;padding:0;margin:3px 0;line-height:normal;border:0;background-color:transparent;cursor:pointer}input[type=file]{
	background-color:#FFF;
	padding: initial;
	border: initial;
	line-height: initial;
	-webkit-box-shadow: none;
	box-shadow: none
}input[type=button],input[type=reset],input[type=submit]{width:auto;height:auto}select,input[type=file]{height:30px;line-height:30px}select[multiple]{background-color:#fff;height:inherit}.inline-form{float:left;width:100%;margin:10px 0}textarea{height:auto}.radio,.checkbox{margin:5px 0;padding-left:18px;line-height:18px}.radio input[type=radio],.checkbox input[type=checkbox]{float:left;margin-left:-18px}.radio-nested,.checkbox-nested{margin-left:18px}.controls>.radio:first-child,.controls>.checkbox:first-child{padding-top:1px}input,textarea,div[contenteditable="true"]{-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.075);box-shadow:inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.075);-webkit-transition:.2s linear background;-moz-transition:.2s linear background;transition:.2s linear background}input:focus,textarea:focus,div[contenteditable="true"]:focus,div[contenteditable="true"].fake-focus{outline:0;color:#333;border-color:#56b4ef;-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,.05),0 0 8px rgba(82,168,236,.6);box-shadow:inset 0 1px 3px rgba(0,0,0,.05),0 0 8px rgba(82,168,236,.6)}input[type=file]:focus,input[type=checkbox]:focus,input[type=radio]:focus,select:focus{outline:1px dotted #666;outline:auto 5px -webkit-focus-ring-color;-webkit-box-shadow:none;box-shadow:none}.disabled,.disabled:hover,.disabled:focus,.disabled:active,input[disabled],select[disabled],textarea[disabled],input[readonly],select[readonly],textarea[readonly],div[contenteditable="true"][readonly]{background:#f5f5f5;border-color:#ccc;cursor:not-allowed}.disabled.btn,.disabled.btn:active{cursor:default;-webkit-box-shadow:none;box-shadow:none}input.placeholded,textarea.placeholded{color:#7f7f7f}.input-mini{width:50px}.input-small{width:90px}.input-medium{width:175px}.input-large{width:270px}.input-xlarge{width:330px}.input-block{display:block;width:100%;padding:7px 9px;margin-bottom:5px;font-size:14px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.help-text{color:#999}.help-text+.help-text{margin-top:9px}.help-text-inline{position:absolute;top:6px;left:230px}.form-inline .btn{font-weight:normal}.control-group{margin-bottom:15px}.form-horizontal .control-label{float:left;width:120px;padding-top:5px;text-align:right}.form-horizontal .controls{margin-left:140px}.form-horizontal input,.form-horizontal select,.form-horizontal textarea{margin-bottom:5px}.form-horizontal .controls p{color:#999}.form-horizontal .form-actions{padding-left:140px;margin:20px 0 8px}.placeholder{color:#999!important;white-space:nowrap;cursor:text;-webkit-transition:opacity .1s,font-size .1s;-moz-transition:opacity .1s,font-size .1s;-o-transition:opacity .1s,font-size .1s;transition:opacity .1s,font-size .1s}.placeholder:focus{opacity:.6}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#999;opacity:1}input:focus::-webkit-input-placeholder,textarea:focus::-webkit-input-placeholder{opacity:.6}input::-moz-placeholder,textarea::-moz-placeholder{color:#999;opacity:1}input:focus::-moz-placeholder,textarea:focus::-moz-placeholder{opacity:.6}input:-moz-placeholder,textarea:-moz-placeholder{color:#999;opacity:1}input:focus:-moz-placeholder,textarea:focus:-moz-placeholder{opacity:.6}input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#999;opacity:1}input:focus:-ms-input-placeholder,textarea:focus:-ms-input-placeholder{opacity:.6}


.form-horizontal input, .form-horizontal select, .form-horizontal textarea {
margin-bottom: 5px;
}

input, textarea, div[contenteditable="true"] {
-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.075);
box-shadow: inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.075);
-webkit-transition: .2s linear background;
-moz-transition: .2s linear background;
transition: .2s linear background;
}

input, textarea, div[contenteditable="true"], select {
	display: inline-block;
	width: auto;
	padding: 4px;
	margin: 0;
	outline: 0;
	background-color: #FFF;
	border: 1px solid #ccc;
	border-radius: 3px;
}


label, input, textarea, div[contenteditable="true"], select {
margin: 0;
font-size: 13px;
line-height: 20px;
}

label, input, textarea, select, button {
font-family: "Helvetica Neue",Arial,sans-serif;
}





button{border:0}.btn{
	position: relative;
	display: inline-block;
	padding: 5px 10px;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	color: #333;
	background-color: #ccc;
	background-repeat: no-repeat;
	border: 1px solid #ccc;
	cursor: pointer;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.5);
	box-shadow: 0 1px 0 rgba(255,255,255,.5)
}.ie9 .btn{border-radius:0}.no-shadow{-webkit-box-shadow:none;box-shadow:none}.btn.no-shadow:active{-webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,.1);box-shadow:inset 0 2px 4px rgba(0,0,0,.1)}button::-moz-focus-inner,input[type=submit].btn::-moz-focus-inner{padding:0;border:0}


.btn {
  background-color: #f5f8fa;
  background-image: linear-gradient(#fff,#f5f8fa);
}

.btn{background-color:#ccd6dd;background-repeat:no-repeat;border:1px solid #e1e8ed;border-radius:4px;color:#66757f;cursor:pointer;display:inline-block;font-size:14px;font-weight:bold;line-height:normal;padding:8px 16px;position:relative}.btn .Icon{background:transparent}.btn.focus,.btn:focus,.btn:active,.Button:focus{outline:0!important}.ie9 .btn{border-radius:0}.no-shadow{box-shadow:none}.btn.no-shadow:active{box-shadow:inset 0 2px 4px rgba(0,0,0,0.1)}.btn{background-color:#f5f8fa;background-image:linear-gradient(#fff,#f5f8fa);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#f5f8fa)"}.btn:focus,.btn.focus{background:#fff;border-color:#fff;text-decoration:none}

.btn:hover,.follow-combo.open .btn-user-actions,.dropdown.open .user-dropdown{color:#292f33;text-decoration:none;background-color:#e1e8ed;background-image:linear-gradient(#fff,#e1e8ed);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(enabled=false)";border-color:#e1e8ed;}


.btn.focus:hover .btn:focus:hover{border-color:#fff}.btn.active,.btn:active,.follow-combo.open .btn-user-actions,.dropdown.open .user-dropdown,.btn.open,.open>.btn{color:#292f33;background:#e1e8ed;border-color:#ccd6dd;box-shadow:inset 0 1px 4px rgba(0,0,0,0.2)}.btn.disabled,.btn.disabled:hover,.btn[disabled],.btn[aria-disabled=true]{color:#66757f;cursor:default;background-color:#ccd6dd;background-image:linear-gradient(#fff,#f5f8fa);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#f5f8fa)";border-color:#ccd6dd;opacity:.5;-ms-filter:"alpha(opacity=50)"}.btn.large{border-radius:6px;font-size:18px;line-height:28px}.btn.small{color:#292f33;font-size:13px;padding:3px 11px 5px}.signup-btn{background-color:#fd9a0f;background-repeat:repeat-x;background-image:-moz-linear-gradient(top,#fee94f 0,#fd9a0f 100%);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fee94f),color-stop(100%,#fd9a0f));background-image:-webkit-linear-gradient(top,#fee94f 0,#fd9a0f 100%);background-image:-ms-linear-gradient(top,#fee94f 0,#fd9a0f 100%);background-image:-o-linear-gradient(top,#fee94f 0,#fd9a0f 100%);background-image:linear-gradient(top,#fee94f 0,#fd9a0f 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fee94f',endColorstr='#fd9a0f',GradientType=0);border-color:#fa2}.signup-btn:hover,.signup-btn:focus{color:#333;background-color:#fd9512;background-repeat:repeat-x;background-image:-moz-linear-gradient(top,#fedc4d 0,#fd9512 100%);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fedc4d),color-stop(100%,#fd9512));background-image:-webkit-linear-gradient(top,#fedc4d 0,#fd9512 100%);background-image:-ms-linear-gradient(top,#fedc4d 0,#fd9512 100%);background-image:-o-linear-gradient(top,#fedc4d 0,#fd9512 100%);background-image:linear-gradient(top,#fedc4d 0,#fd9512 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fedc4d',endColorstr='#fd9512',GradientType=0);border-color:#ec8b11}.signup-btn:active{background-image:none;border-color:#ec8b11}

.primary-btn,.following.first-hover .follow-btn:hover,.following .follow-btn,.following .follow-button.cancel-hover-style:hover,.following .follow-button,.notifying .device-follow-button,.button-group-item .content.selected{color:#fff;background-color:#55acee;background-image:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.05));-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#0C000000)";border:1px solid #3b88c3;box-shadow:inset 0 1px 0 rgba(255,255,255,0.15)}

.primary-btn:hover,.primary-btn:focus{color:#fff}.primary-btn:focus,.primary-btn.focus,.following .follow-btn:focus,.following .follow-button:focus,.notifying .device-follow-button:focus,.button-group-item .content.selected:focus{background:#55acee;border-color:#fff}.primary-btn:hover{background-color:#55acee;background-image:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.15));-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#26000000)";border-color:#3b88c3}.primary-btn:active{background-color:#3b88c3;background-image:linear-gradient(rgba(0,0,0,0.15),rgba(0,0,0,0.15));-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#26000000, endColorstr=#26000000)";border-color:#3b88c3}.primary-btn .messaging-text{display:none}.primary-btn.messaging .messaging-text{display:inline}.primary-btn.messaging .tweeting-text{display:none}.caution-btn,.caution-btn:hover,.caution-btn:focus,.following .follow-btn:hover,.following .follow-button:hover,.email-following .email-follow-button:hover,.email-following .email-follow-state-button:hover,.email-follow-enabled .email-follow-state-button:hover{background-color:#c43c35;background-repeat:repeat-x;background-image:-moz-linear-gradient(#ee5f5b,#c43c35);background-image:-ms-linear-gradient(#ee5f5b,#c43c35);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ee5f5b),color-stop(100%,#c43c35));background-image:-webkit-linear-gradient(#ee5f5b,#c43c35);background-image:-o-linear-gradient(#ee5f5b,#c43c35);background-image:linear-gradient(#ee5f5b,#c43c35);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b',endColorstr='#c43c35',GradientType=0);border-color:#a93730;border-bottom-color:#952f2a}.caution-btn,.caution-btn:focus{color:#fff;text-shadow:0 -1px 1px rgba(0,0,0,.2)}.caution-btn:active,.following:hover .follow-btn:active,.following:hover .follow-button:active,.email-following:hover .email-follow-button:active{background-image:none;border-color:#952f2a}.fb-btn{color:#fff;background-color:#3c5d96;background-repeat:repeat-x;background-image:-moz-linear-gradient(#6079ab,#3c5d96);background-image:-ms-linear-gradient(#6079ab,#3c5d96);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#6079ab),color-stop(100%,#3c5d96));background-image:-webkit-linear-gradient(#6079ab,#3c5d96);background-image:-o-linear-gradient(#6079ab,#3c5d96);background-image:linear-gradient(#6079ab,#3c5d96);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#6079ab',endColorstr='#3c5d96',GradientType=0);border-color:#3c5a98;border-bottom-color:#273b64;text-align:left;text-shadow:0 -1px 1px rgba(0,0,0,.5);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1)}.fb-btn:hover,.fb-btn:focus{color:#fff;background-color:#345285;background-repeat:repeat-x;background-image:-moz-linear-gradient(#5e76a9,#344d7e);background-image:-ms-linear-gradient(#5e76a9,#344d7e);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#5e76a9),color-stop(100%,#344d7e));background-image:-webkit-linear-gradient(#5e76a9,#344d7e);background-image:-o-linear-gradient(#5e76a9,#344d7e);background-image:linear-gradient(#5e76a9,#344d7e);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5e76a9',endColorstr='#344d7e',GradientType=0);border-color:#3c5a98;border-bottom-color:#273b64}.btn-group{position:relative}.action-text{min-width:68px;padding:5px 7px;padding-top:4px\9;padding-bottom:4px\9}.follow-btn{padding:0;margin-right:3px\9}.btn-user-actions,.user-dropdown,.btn-search-actions{padding-left:7px;padding-right:7px}

.buttn01 {
	width:177px;
	height:50px;
}

.btn01 { 
position: relative; 
display: inline-block; 
overflow: visible; 
padding: 5px 10px;
font-family:"Helvetica Neue",Arial,sans-serif; 
font-size: 17px; 
font-weight: bold; 
line-height: 18px; 
color: #333; 
text-shadow: 0 1px 0 rgba(255, 255, 255, .5); 
background-color: #CCC; 
background-repeat: no-repeat; 
border: 1px solid #CCC;
cursor: pointer;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .5);
-moz-box-shadow: 0 1px 0 rgba(255,255,255,.5); 
box-shadow: 0 1px 0 rgba(255, 255, 255, .5);
text-decoration: none !important;
margin-left:5px; 
}



















.StartSetupProfile{width:440px}.StartSetupProfile-profileCard{position:relative;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:800;-webkit-transform-style:preserve-3d}.StartSetupProfile-profileCardInner{padding-top:39.090909090909086%;padding-bottom:1px}.StartSetupProfile-profileCardBackground{padding-top:23.18181818181818%;border-radius:5px 5px 0 0;top:0;width:100%;position:absolute;z-index:1;background-color:#e1e8ed}.StartSetupProfile-profileCardPhoto{position:absolute;z-index:2;display:block;width:26.36363636363636%;border-radius:8px;border:solid #fff 5px;background-color:#fff;top:32.55813953488372%;left:4.772727272727273%}.StartSetupProfile-profileCardPhoto img{display:block;width:100%;border-radius:5px}.StartSetupProfile-photoOverlay{background-color:rgba(0,0,0,0.5);border-radius:6px;bottom:0;color:#fff;left:0;opacity:0;-ms-filter:"alpha(opacity=0)";position:absolute;right:0;text-shadow:0 1px 2px rgba(0,0,0,.75);top:0;transition:all .2s;visibility:hidden;z-index:1000}.StartSetupProfile-profileCardPhotoDrag{cursor:copy}.StartSetupProfile-removePhoto .Icon--close{cursor:pointer}.StartSetupProfile.with-custom-photo .StartSetupProfile-profileCardPhoto:hover .StartSetupProfile-removePhoto,.StartSetupProfile-profileCardPhotoDrag--show{opacity:1;-ms-filter:"alpha(opacity=100)";visibility:visible}.StartSetupProfile-profileCardPhotoDrag:before{border:dashed 3px #fff;position:absolute;content:"";top:2px;left:2px;right:2px;bottom:2px;border-radius:5px}.StartSetupProfile-photoOverlayIcon{color:#fff;position:absolute;top:7px;right:11px}.StartSetupProfile-profileCardPhotoDragMessage{text-align:center;position:absolute;left:10px;right:10px;top:50%;margin-top:-14px;font-size:14px}.StartSetupProfile-profileCardPhotoOrDrag,.StartSetupProfile-profileCardPhotoDragHere{display:none}.StartSetupProfile-profileCardPhotoDrag--showOrDrag .StartSetupProfile-profileCardPhotoOrDrag,.StartSetupProfile-profileCardPhotoDrag--showDragHere .StartSetupProfile-profileCardPhotoDragHere{display:block}.StartSetupProfile-profileCardText{top:71.51162790697674%;left:37.27272727272727%;position:absolute;z-index:2}.StartSetupProfile-profileCardName{font-size:20px;font-weight:bold;line-height:1.25}.StartSetupProfile-profileCardUsername{font-size:16px;color:#8899a6}.StartSetupProfile-profileCard+.StartSetupProfile-actions{margin-top:38px}.StartSetupProfile-actions .btn{width:93%;-moz-box-sizing:border-box;box-sizing:border-box}.StartSetupProfile-actions .Icon{vertical-align:top;font-size:120%;line-height:1}.StartSetupProfile-actions .btn:focus{border-color:#aab8c2}.StartSetupProfile-uploadButton{position:relative}.StartSetupProfile-uploadButton .StartSetupProfile-uploadButtonInput{position:absolute;top:0;right:0;z-index:10;width:100%;height:100%;font-size:50px;cursor:pointer;opacity:0;-ms-filter:"alpha(opacity=0)"}.StartSetupProfile-profileCard--animateWait .StartSetupProfile-profileCardPhoto,.StartSetupProfile-profileCard--animateWait .StartSetupProfile-profileCardName,.StartSetupProfile-profileCard--animateWait .StartSetupProfile-profileCardUsername{opacity:0;-ms-filter:"alpha(opacity=0)"}.StartSetupProfile-profileCard--animateIn .StartSetupProfile-profileCardPhoto,.StartSetupProfile-profileCard--animateIn .StartSetupProfile-profileCardName,.StartSetupProfile-profileCard--animateIn .StartSetupProfile-profileCardUsername{-webkit-animation-name:StartSetupProfile-popIn;animation-name:StartSetupProfile-popIn;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:backwards;animation-fill-mode:backwards}@-webkit-keyframes StartSetupProfile-popIn{0%{opacity:0;-ms-filter:"alpha(opacity=0)";-webkit-transform:translateY(15px);transform:translateY(15px)}100%{opacity:1;-ms-filter:"alpha(opacity=100)";-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes StartSetupProfile-popIn{0%{opacity:0;-ms-filter:"alpha(opacity=0)";-webkit-transform:translateY(15px);transform:translateY(15px)}100%{opacity:1;-ms-filter:"alpha(opacity=100)";-webkit-transform:translateY(0);transform:translateY(0)}}.StartSetupProfile-protectAccount{margin-left:7px;margin-top:10px}.StartSetupProfile-protectAccountDescription{font-size:12px;color:#8899a6}