/* Global elements */
* {
	margin: 0;
	padding: 0;
}

body {
	background: #f0f0f0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	text-align: center;
	color: #222;
	letter-spacing: -1px;
}

a {
	color: #717171;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	border-bottom: 1px dotted #717171;
}

a img {
	border: none;
}

/* Alignment */
#container, #logincontainer {
	width: 750px;
	margin: 0 auto;
	padding-bottom: 20px;
	background: #fff;
	text-align: left;
}

/* Header */
#head {
	position: relative;
	height: 53px;
	background: #ffde12;
	border-left: 6px solid #c5ac0f;
}

#head h1 {
	padding: 16px 15px 0;
	margin: 0;
	display: block;
}

#head h1 a {
	display: block;
	width: 108px;
	height: 29px;
	text-decoration: none;
	background: url(../images/twipme_logo.gif) top left no-repeat;
	text-indent: -1000em;
}

#head h1 a:hover {
	border-bottom: 0;
}

#head li a {
	text-decoration: none;
	font-weight: bold;
	color: #8a780a;
	font-size: 16px;
}

#head a.signin:hover, #head li a:hover {
	border-bottom: 0;
	color: #b29b0b;
}

#head #menu {
	position: absolute;
	right: 20px;
	top: 20px;
	list-style-type: none;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    #head #menu {
		top: 18px;
	}
}

#head li {
	display: inline;
	margin-left: 18px;
}

/* Page content */
#content {
	width: 664px;
	padding: 20px 43px;
}

#content div {
	padding: 20px 0;
	border-bottom: 1px solid #717171;
	font-weight: bold;
}

#sf_admin_container div {
	border-bottom: none;
}

#content div em, #content div dd {
	color: #bcbcbc;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	word-spacing: normal;
}

div#top {
	padding: 20px 322px 20px 0;
	background: url(../images/services2.jpg) center right no-repeat;
	text-align: center;
	font-size: 27px;
	word-spacing: 10px;
	line-height: 130%;
}

#top em {
	font-size: 20px;
}

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

div.cover {
	border-top: 1px solid #717171;
}

div#paip {
	padding-right: 110px;
	background: url(../images/paip_logo.jpg) center right no-repeat;
	font-size: 21px;
	text-align: center;
}

div#paip a {
	color: #222;
}

.normaltext { 
	font-weight: normal;
	font-size: 13px;
	letter-spacing: 0px;
	line-height: 1.4;
}
	

.helpmenu {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.4;
	letter-spacing: 0px;
}

.helpmenu h1 {
	letter-spacing: -1px;
}

.helpmenu code {
	color: #555555;
}

.helpmenu li a {
	font-weight: normal;
	letter-spacing: -1px;
}

.helpmenu ol, .helpmenu ul, .helpmenu li { 
	padding: 2px;
	margin-left: 25px;
}

/* Forms */
#content div.forms {
	padding: 20px 20px;
}

.forms p, .forms .label {
	font-size: 18px;
	color: #717171;
	letter-spacing:0;
	font-weight: bold;
}

.forms input {
	margin-bottom: 20px;
}

.forms input[type=text], .forms input[type=password] {
	width: 588px;
	font-size: 22px;
	padding: 10px 10px 11px;
	background: url(../images/text_large.gif) top left no-repeat;
	border: 0;
	margin-top: 0;
	margin-bottom: 15px;
}

#user_im_username {
	margin-top: 5px !IE;
}

.forms input[type=text]:focus, 
.forms input[type=password]:focus, 
.forms input[type=text]:hover, 
.forms input[type=password]:hover {
	background: url(../images/text_on.gif) top left no-repeat;
}

.label p {
	margin: 8px 0 5px;
}

.forms #im_network {
	display: inline;
	padding: 0 8px;
	border: none;
}

.forms #im_network div {
	padding: 0;
	border-bottom: none;
}

.forms input[type=submit],
#inside div.continue input[type=submit] {
	width: 88px;
	background: url(../images/button_small.gif) center center no-repeat;
	font-size: 22px;
	font-weight: bold;
	padding: 10px 0;
	color: #717171;
	border: 0;
}

#content div.alignright {
	padding: 0 15px 0 0;
	text-align: right;
	border: 0;
}

#inside div.continue input[type=submit] {
	float: none;
}

/* Footer */
#footer {
	text-align: center;
	font-size: 15px;
	color: #717171;
	line-height: 130%;
}

/* Login form */
.disabled {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 300%;
	z-index: 999;
	background: url(../images/transparency.png);
}

.invisiblecontainer {
	position: relative;
	width: 750px;
	margin: 40px auto;
	padding-bottom: 20px;
	text-align: left;
	background: none;
}

.whitebox {
	position: absolute;
	right: 10px;
	width: 380px;
}

.whitebox .top {
	height: 38px;
	background: url(../images/whitebox_top.png) top left no-repeat;
}

.whitebox .bottom {
	width: 357px;
	height: 20px;
	margin: 0;
	padding: 0;
	background: url(../images/whitebox_bottom.png) top left no-repeat;
}

.whitebox a.closebutton {
	float: right;
	margin-right: 10px;
	display: block;
	width: 38px;
	height: 38px;
	text-indent: -1000em;
}

.whitebox a.closebutton:hover {
	border: none;
}

.boxforms {
	width: 322px;
	padding: 0 9px;
	margin: 0;
	background: #ffffff;
	border-left: 8px solid #ffde12;
	border-right: 9px solid #ffde12;
}

.boxforms p {
	font-size: 19px;
	color: #717171;
}

.boxforms input[type=text],
.boxforms input[type=password] {
	width: 288px;
	font-size: 22px;
	padding: 9px 10px 10px;
	margin-bottom: 13px;
	background: url(../images/text_medium2.png) top left no-repeat;
	border: 0;
}

.boxforms textarea {
	width: 306px;
	height: 70px;
	height: 60px !IE;
	margin-bottom: 13px;
}

.boxforms input[type=submit] {
	width: 88px;
	background: url(../images/button_small.gif) center center no-repeat;
	font-size: 22px;
	font-weight: bold;
	padding: 10px 0;
	margin: 0 12px 0;
	color: #717171;
	border: 0;
	vertical-align: middle;
}

.boxforms a.recover {
	font-size: 14px;
	font-weight: normal;
	color: #222;
	padding: 0 5px;
}

.boxforms .result {
	margin: 5px 5px 0;
	padding: 5px;
	text-align: center;
	color: #222;
}

/* Inside */
#menu2 {
	text-align: center;
}

#menu2 a {
	color: #222;
}

#switch {
	float: right;
	margin-top: -18px;
	margin-top: 10px !IE;
	border: 0;
}

#switch div, #switch div div {
	margin: 0;
	padding: 0;
}

#inside div {
	border: none;
}

a.back2top {
	margin-left: 642px;
	display: block;
	width: 21px;
	height: 21px;
	background: url(../images/goup.png) top right no-repeat;
	font-size: 12px;
	color: #222;
	text-indent: -1000em;
}

a.back2top:hover {
	border: 0;
}

#inside div.continue {
	margin: 10px 0 -45px;
	text-align: center;
}

#inside div.box {
	width: 609px;
	clear: both;
	margin: 30px 0 5px;
	padding: 20px 27px 0;
	background: #f2f2f2 url(../images/box_top.gif) top left no-repeat;
	border-bottom: 0;
	font-size: 22px;
}

#inside div.closebox {
	width: 663px;
	height: 10px;
	margin-left: -27px;
	margin-top: 10px;
	padding: 0;
	background: url(../images/box_bottom.gif) bottom left no-repeat;
	border-bottom: 0;
}

#inside div.notice, 
div.notice {
	margin: 15px 0 0;
	padding: 10px;
	background: #ffde12;
	font-size: 16px;
	text-align: center;
	border-bottom:1px solid #222;
	border-right:1px solid #222;
}

.notice a {
	color: #222;
}

#inside div.notice2, 
div.notice2 {
	padding: 10px;
	font-size: 16px;
	text-align: center;
	margin-top: 10px;
}
#inside span.notice3, 
span.notice3 {
	padding: 8px;
	font-size: 14px;
	text-align: left;
	margin-top: 10px;
	margin-right: 7px;
	color: #000000;
	width: 180px;
}
#inside div.box input[type=text] {
	width: 432px;
	font-size: 22px;
	padding: 10px 10px 12px;
	background: url(../images/text_medium2.gif) top left no-repeat;
	border: 0;
	margin-top: 15px;
	margin-right: 5px;
}

#inside div.box input[type=text]:hover,
#inside div.box input[type=text]:focus {
	background: url(../images/text-hover-small.gif) top left no-repeat;
}

#inside div.box input.large {
	width: 588px;
	font-size: 22px;
	padding: 10px 10px 11px;
	background: url(../images/text_large.gif) top left no-repeat;
	border: 0;
	margin-top: 0;
	margin-bottom: 15px;
}

#inside div.box input.large:hover,
#inside div.box input.large:focus {
	background: url(../images/text-hover-long.gif) top left no-repeat;
}

#inside div.box input[type=submit], 
#inside div.box input[type=button] {
	width: 144px;
	padding: 10px 0;
	background: url(../images/button.gif) center center no-repeat;
	font-size: 22px;
	font-weight: bold;
	color: #717171;
	letter-spacing: -2px;
	border: 0;
	vertical-align: bottom;
}

#inside div.box p, #inside div.box .label {
	font-size: 19px;
	color: #717171;
	margin-top: 10px !IE;
}

#inside div.box p.your {
	margin-top: 1px;
	margin-top: 10px !IE;
}

#inside div.box .label #im_network {
	margin-top: -5px;
	margin-top: 5px !IE;
}

#inside div.box div.aligncenter {
	margin: 0;
	padding: 0;
	text-align: center;
}

#inside div.box div.aligncenter em {
	display: block;
	padding: 10px 0 0;
}

#inside #im_network {
	display: inline;
	padding: 0 8px;
	border: none;
}

div#im_network div {
	padding: 0;
}

#inside div.warning {
	width: 605px;
	padding: 40px 0px 30px 80px;
	background: url(../images/warning.jpg) top left no-repeat;
	font-size: 19px;
	margin: 30px 0 -30px -21px;
	text-align: center;
}

#inside div.fixwarning {
	position: relative !IE;
	left: -21px !IE;
}

/* Errors */
ul.error_list {
	margin-top: -10px;
	margin-left: -30px;
	list-style-type: none;
	font-size: 14px;
	color: #f00;
}

ul.error_list li {
	margin: 0;
}

.response {
	color: #f00;
	font-size: 14px;
	float: right;
}

.box .response,
.box2 .response {
	background: #fff;
}

#error {
	font-size: 28px;
	text-align: center;
}

#error img {
	vertical-align: middle;
}

#content div.flash {
	padding: 10px;
	font-size: 18px;
	text-align: center;
	border: 2px dotted #f00;
	border-bottom: 2px dotted #f00;
}

#content div.green {
	border: 2px dotted #2f2;
	border-bottom: 2px dotted #2f2;
}

#scroller {
	position: absolute;
	bottom: 10px;
	left: 50%;
	margin-left: 400px;
}

#scroller a {
	display: block;
	height: 23px;
	width: 60px;
	padding-top: 6px;
	padding-left: 22px;
	vertical-align: bottom;
	font-size: 12px;
	font-weight: normal;
	text-indent: -1000em;
	background: url(../images/arrow_off.gif) top left no-repeat;
}

#scroller a:hover {
	text-indent: 0;
	background: url(../images/arrow_on.gif) top left no-repeat;
	border-bottom: 0;
}