.ProfilePage{
	width:500px;
	margin:0 auto;
}

.ProfileForm{
	padding:15px 10px 10px 10px;
	/*background:#333;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;*/
	width:450px;
	margin:0 auto;
	
	background: #424443;
	border: solid 1px #6d6d6d;		
}

.ProfileForm fieldset{
	border:none;
}
.ProfileForm fieldset legend{
	color:white; 
	margin:0; 
	padding:0; 
	/*font-size:150%;*/
	
}

.logon-form,
.forgot-password-form{
	margin-top:100px !important;
	margin-bottom:50px !important;
}


.ProfileForm input,
.ProfileForm button {
	width:150px;
	font-size:120%;
} 	

.ProfileForm .login-field {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;		
}

.ProfileForm hr{
	margin:0 0 10px;
	background:#2d2d2d;
	border-bottom:solid 1px #656565;
}
	
.profile-legend {
	width:250px;
	float:left;
	color:white;
}
.profile-data {
	width:150px;
	float:left;
}
.profile-clear {
	clear:both;
	height:5px;
}
.forgot-password-form {
	width:500px;
	margin:0 auto;
}
.forgot-password-form input {
	width:200px;
	font-size:120%;
} 	

.profile-form {
	width:500px;
	margin:0 auto;
}

.profile-form input, .profile-form select {
	width:200px;
	font-size:120%;
}



.try-universe-form input, .try-universe-form select {
	width:200px;
	font-size:120%;
}

.try-universe-form #tuf_question {
	width:20px;
	}

.tuf-legend {
	width:270px;
	float:left;
}
.tuf-data {
	width:200px;
	float:left;
}
.tuf-clear {
	clear:both;
	height:5px;
}
.tuf-submit{
	display:none;
}

.tuf-agree{
	text-align: center;
	padding-left:270px;
}

.input-good{
	background-color:#85EDB6;
}

.input-bad{
	background-color:#FF8272;
}

.hint-good{
	color:#85EDB6;
}

.hint-bad{
	color:#FF8272;
}
.required-field{
	color:white;
}

/*VLAD*/

.profile-header{
	margin-bottom:10px;
	font-size:150%;
	color:white;
}

.profile-headeritem{
	cursor:pointer;
}

.current-profile-headeritem{
	color:#1cabd2;
}

.payment-form input, .payment-form select{
	font-size:120%;
	width: 200px; 
}

.payment-form input{
	font-size:120%;
	width: 192px; 
}

#payment_question{
	width: 20px;
}

.payment-form textarea{
	width: 192px; 
}

.payment-form #ff_message{
	width: 442px;
}

.textarea-wide{
	width: 442px;
}

.pf-wideselect{
	width: 455px;
}

.payment-button{
	text-align: center;
}

.payment_important{
	font-size:120%;
	color: white;
	font-weight: bold;
}

#ui-datepicker-div{
	z-index: 9999999;
}
