.usernameheader {
	height: 140px;
	border-bottom: 1px solid #cdcdcd;
	position: relative;
}

.usernameheader h1 {
	font-size: 30px;
	margin: 35px 0 0 28px;	
	font-weight: normal;
}

.usernameheader p {
	font-size: 12px;
	margin: 8px 0 0 28px;	
	
}

.usr-row {
	margin: 10px 0;	
}

.usr-col1 {
	padding-top: 4px;
	float:left;
	width: 120px;
	min-height: 10px;
	text-align: right;	
}

.usr-col2 {
	float:left;
	width: 180px;
	margin-left: 5px;
}

.usr-col3 {
	padding-top: 6px;
	float:left;
	width: 355px;
	margin-left: 5px;
}

.textfield2 {
	width: 75px;
	padding: 0 5px;
    height: 26px;
    line-height: 26px;
    border: 1px solid #ccc;
    border-width: 1px;
    -webkit-border-radius: 2px;
    -webkit-box-shadow: 0 1px 2px 0 #E8E8E8 inset;
    -moz-border-radius: 2px;
    -moz-box-shadow: 0 1px 2px 0 #E8E8E8 inset;
    -o-border-radius: 2px;
    -o-box-shadow: 0 1px 2px 0 #E8E8E8 inset;
    -ms-border-radius: 2px;
    -ms-box-shadow: 0 1px 2px 0 #E8E8E8 inset;
    border-radius: 2px;
    box-shadow: 0 1px 2px 0 #E8E8E8 inset;
}

.capcha {
	width: 85px;
	margin-left: 5px;
}

.submitbtn3 {
	color: #fff;
	padding: 7px 35px;
	cursor:pointer;
	font-size: 18px;
	background: #39a9ff; /* Old browsers */
	background: -moz-linear-gradient(top,  #39a9ff 0%, #38a7fe 51%, #288af1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#39a9ff), color-stop(51%,#38a7fe), color-stop(100%,#288af1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #39a9ff 0%,#38a7fe 51%,#288af1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #39a9ff 0%,#38a7fe 51%,#288af1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #39a9ff 0%,#38a7fe 51%,#288af1 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #39a9ff 0%,#38a7fe 51%,#288af1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#39a9ff', endColorstr='#288af1',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

}

.submitbtn4 {
	color: #000;
	padding: 3px 25px;
	cursor:pointer;
	font-size: 14px;
	background: #f7f7f7; /* Old browsers */
	background: -moz-linear-gradient(top,  #f7f7f7 0%, #e5e6e7 51%, #e5e6e7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(51%,#e5e6e7), color-stop(100%,#e5e6e7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f7f7f7 0%,#e5e6e7 51%,#e5e6e7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f7f7f7 0%,#e5e6e7 51%,#e5e6e7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f7f7f7 0%,#e5e6e7 51%,#e5e6e7 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f7f7f7 0%,#e5e6e7 51%,#e5e6e7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#e5e6e7',GradientType=0 ); /* IE6-9 */
	border: 1px solid #c9c9c9;


}

.popupinternal{
	width: 422px;
	height: 240px;
	position: relative;	
}

.popupinternal h1 {
	font-weight: normal;
	font-size: 32px;	
}

.popuptitle {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 22px;
}


