/* Generic defaults
-------------------------------------------------- */

.gPContWraper{
	float: left;
	width: 842px;
	padding-top: 10px;
}
.gLeftContactCol{
	float: left;
	width: 500px;
	padding-left: 10px;
	padding-top: 0px;
}
.gRightGraffcoColDetails{
	float: right;
	width: 300px;
	padding: 1px;
	background-color: #58595b;

}
form {
	margin: 0;
	padding: 0;
}

/* Page layout
-------------------------------------------------- */
#gContent {
	float: left;
	width: 500px;
	background-color: #606163;
	text-align: left;
}

#gInside {
	padding: 25px 10px 20px 10px;
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	font-variant: normal;
	color: #d0d5da;
}

label{
	width: 65px;
	float: left;
	
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #d0d5da;
	padding-right: 15px;
	text-align: right;
}
label.gRequired {
	border-right: 2px solid #ea4c02;
	
}
.gRequired {
	border-right: 2px solid #ea4c02;
}
label.gNotRequired {
	border-right: 2px solid #66c12f;
}
.gNotRequired {
	border-right: 2px solid #66c12f;
}
.gTNote{
	padding-left: 100px;
	padding-bottom: 5px;
	float: left;
}
.gFormInputWrap{
	float: left;
	width: 370px;
	padding-left: 15px;
	padding-bottom: 15px;
}
/* ------------------------------------------ Input --*/
input.gFormInput{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	font-variant: normal;
	color: #cdcece;
	text-decoration: none;

	border-top: #484849 1px solid;
	border-right: #6b6c6e 1px solid;	
	border-bottom: #6b6c6e 1px solid;
	border-left: #484849 1px solid;
	padding: 2px 4px 2px 4px;
	background-color:#31302e;
	width: 355px;
}
input.gFormInputFocus{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	color: #31302e;
	text-decoration: none;

	border-top: #484849 1px solid;
	border-right: #6b6c6e 1px solid;	
	border-bottom: #6b6c6e 1px solid;
	border-left: #484849 1px solid;
	padding: 2px 4px 2px 4px;
	background-color:#929294;
	width: 355px;
}
input.gErrFormInput {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	font-variant: normal;
	color: #ffffff;
	text-decoration: none;

	border-top: #484849 1px solid;
	border-right: #6b6c6e 1px solid;	
	border-bottom: #6b6c6e 1px solid;
	border-left: #484849 1px solid;
	padding: 2px 4px 2px 4px;
	background-color:#c10a09;
	width: 355px;
}
input.gErrFormInputFocus {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	font-variant: normal;
	color: #ffffff;
	text-decoration: none;

	border-top: #484849 1px solid;
	border-right: #6b6c6e 1px solid;	
	border-bottom: #6b6c6e 1px solid;
	border-left: #484849 1px solid;
	padding: 2px 4px 2px 4px;
	background-color:#d80b0a;
	width: 355px;
}

/* ------------------------------------------ Select --*/
select.gFormInput{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	font-variant: normal;
	color: #cdcece;
	text-decoration: none;

	border-top: #484849 1px solid;
	border-right: #6b6c6e 1px solid;	
	border-bottom: #6b6c6e 1px solid;
	border-left: #484849 1px solid;
	padding: 2px 4px 2px 4px;
	background-color:#31302e;
	width: 365px;
}
select.gFormInputFocus{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	color: #31302e;
	text-decoration: none;

	border-top: #484849 1px solid;
	border-right: #6b6c6e 1px solid;	
	border-bottom: #6b6c6e 1px solid;
	border-left: #484849 1px solid;
	padding: 2px 4px 2px 4px;
	background-color:#929294;
	width: 365px;
}
select.gErrFormInput {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	font-variant: normal;
	color: #ffffff;
	text-decoration: none;

	border-top: #484849 1px solid;
	border-right: #6b6c6e 1px solid;	
	border-bottom: #6b6c6e 1px solid;
	border-left: #484849 1px solid;
	padding: 2px 4px 2px 4px;
	background-color:#c10a09;
	width: 365px;
}
select.gErrFormInputFocus {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	font-variant: normal;
	color: #ffffff;
	text-decoration: none;

	border-top: #484849 1px solid;
	border-right: #6b6c6e 1px solid;	
	border-bottom: #6b6c6e 1px solid;
	border-left: #484849 1px solid;
	padding: 2px 4px 2px 4px;
	background-color:#d80b0a;
	width: 365px;
}

/* ------------------------------------------ TextArea --*/
textarea.gFormTextarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	font-variant: normal;
	color: #cdcece;
	text-decoration: none;

	border-top: #484849 1px solid;
	border-right: #6b6c6e 1px solid;	
	border-bottom: #6b6c6e 1px solid;
	border-left: #484849 1px solid;
	padding: 2px 4px 2px 4px;
	background-color:#31302e;
	width: 355px;
	height: 190px;
}
textarea.gFormTextareaFocus{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	color: #31302e;
	text-decoration: none;

	border-top: #484849 1px solid;
	border-right: #6b6c6e 1px solid;	
	border-bottom: #6b6c6e 1px solid;
	border-left: #484849 1px solid;
	padding: 2px 4px 2px 4px;
	background-color:#929294;
	width: 355px;
	height: 190px;
}
textarea.gErrFormTextarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	font-variant: normal;
	color: #ffffff;
	text-decoration: none;

	border-top: #484849 1px solid;
	border-right: #6b6c6e 1px solid;	
	border-bottom: #6b6c6e 1px solid;
	border-left: #484849 1px solid;
	padding: 2px 4px 2px 4px;
	background-color:#c10a09;
	width: 355px;
	height: 190px;
}
textarea.gErrFormTextareaFocus {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	font-variant: normal;
	color: #ffffff;
	text-decoration: none;

	border-top: #484849 1px solid;
	border-right: #6b6c6e 1px solid;	
	border-bottom: #6b6c6e 1px solid;
	border-left: #484849 1px solid;
	padding: 2px 4px 2px 4px;
	background-color:#d80b0a;
	width: 355px;
	height: 190px;
}

.gButton{
	padding-left: 95px;
}

.gFormCounter{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #66c12f;
	border: 1px solid #606163;
	background-color: #606163;
}
.gSmallText{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 18px;
	color: #aaa9a9;
	
	padding-left: 100px;
}

.gErrContainer{
	padding-left: 40px;
	padding-bottom: 20px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	color: #ffffff;
}
.gErrTitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	color: #ffffff;
}
.gErr{
	width: 340px;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 10px;
	color:#FFFFFF;
}

/* ------------------------------------------ Dupa trimiterea mailurilor --*/
#gMailSucces{
	padding-left: 20px;
	padding-top: 10px;
}
.gMailSuccesInside{
	padding-left: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-top: 5px;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	color: #d0d5da;
}
A.gContactLink:ACTIVE, A.gContactLink:LINK, A.gContactLink:VISITED  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	line-height: 18px;
	color: #cdcece;
	text-decoration:none;
}
A.gContactLink:HOVER{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	line-height: 18px;
	color: #ffffff;
	text-decoration:none;
	border-bottom: 2px solid #557ebe;
}
