
.psloginbutton2 {

	FONT-SIZE: 9pt;
	CURSOR: hand;
	COLOR: #FFFFFF;
	BACKGROUND-COLOR: #666666;
	font-family: Arial;
	font-weight: bold;
	border: 1px outset;
}
.psloginframe {
	background-color: #F5F5F5;
	border: 1px solid #D6D6D6;
	}.pslogintext {
	font-family: Arial;
	font-size: 9pt;
	color: #000000;
	font-weight: normal;
}
.psloginlabel {
	font-family: Arial;
	font-size: 9pt;
	color: #000000;
	font-weight: bold;
}
.pslogincopyright {
	font-family: Arial;
	font-size: 9px;
}
.pslanguageframe {
	background-color: #FFFFFF;
	border-right: 1px solid #D6D6D6;
	border-bottom: 1px solid #D6D6D6;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D6D6D6;
}
.psmessageframe {
	background-color: #EEEEEE;
	border-right: 1px solid #D6D6D6;
	border-bottom: 1px solid #D6D6D6;
	border-left: 1px solid #D6D6D6;
}
.pslogintextsmall {

	font-family: Arial;
	font-size: 7pt;
	color: #000000;
}
.pslogintextsmalllabel {

	font-family: Arial;
	font-size: 8pt;
	color: #000000;
	font-weight: bold;
}
.psloginerror {

	font-family: Arial;
	font-size: 9pt;
	color: #FF0000;
}
.psloginmessagelarge {
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #666666;
}
.psloginmessage {

	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	color: #666666;
}
.pslogineditbox {
	font-family: Arial;
	font-size: 9pt;
	color: #000000;
}

/* CSS - CIBER THAYMAN */
input {
	width: 200px;
	height: 32px;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size: 12px;
	outline: none;
}

input[type=text],
input[type=password] {
	color: #777;
	padding-left: 10px;
	margin: 10px;
	margin-top: 12px;
	margin-left: 18px;
	border: 1px solid #c7d0d2;
	border-radius: 2px;
	box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .4), 0 0 0 5px #f5f7f8;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}

input[type=text]:hover,
input[type=password]:hover {
	border: 1px solid #b6bfc0;
	box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .7), 0 0 0 5px #f5f7f8;
}

input[type=text]:focus,
input[type=password]:focus {
	border: 1px solid #a8c9e4;
	box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .4), 0 0 0 5px #e6f2f9;
}
input[type=submit] {
	float:left;
	margin-right: 20px;
	margin-top: 20px;
	margin-left: 22px;
	margin-bottom: 20px;
	width: 200px;
	height: 32px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background-color: #4C4C4C;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#acd6ef), to(#6ec2e8));
	background-image: -moz-linear-gradient(top left 90deg, #acd6ef 0%, #6ec2e8 100%);
	background-image: linear-gradient(top left 90deg, #acd6ef 0%, #6ec2e8 100%);
	border-radius: 5px;
	border: 1px solid #66add6;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .3), inset 0 1px 0 rgba(255, 255, 255, .5);
	cursor: pointer;
}

input[type=submit]:hover {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#b6e2ff), to(#6ec2e8));
	background-image: -moz-linear-gradient(top left 90deg, #b6e2ff 0%, #6ec2e8 100%);
	background-image: linear-gradient(top left 90deg, #b6e2ff 0%, #6ec2e8 100%);
}

input[type=submit]:active {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#6ec2e8), to(#b6e2ff));
	background-image: -moz-linear-gradient(top left 90deg, #6ec2e8 0%, #b6e2ff 100%);
	background-image: linear-gradient(top left 90deg, #6ec2e8 0%, #b6e2ff 100%);
}
