/*---------------------------------------------------------------------------------------------------------------------*/
/*PARTIE FORMULAIRE gp_secure*/
/*---------------------------------------------------------------------------------------------------------------------*/


/*FORMULAIRE*/


/*MESAGES D'ERREURS*/
.gp_secure-error {
	font-weight: bold;
	color: #e3302c;
}

/*---------------------------------------------------------------------------------------------------------------------*/
/*PARTIE ADMINISTRATION*/
/*---------------------------------------------------------------------------------------------------------------------*/

#gp_secure_options	{
				font-family:"Lucida Grande", Verdana,Arial, "Bitstream Vera Sans", sans-serif;
				}
				
#gp_secure_options h3	{
				font:bold 12px/12px "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
				color:#333;
				background-color:#DFDFDF;
				background-position:left top;
				background-repeat:repeat-x;
				text-shadow:0 1px 0 #FFFFFF;
				margin:15px 0 0;
				padding:6px 10px;
				border:1px solid #dfdfdf;
				border-bottom:none;
				border-radius:6px 6px 0 0;
				-moz-border-radius:6px 6px 0 0;
				-webkit-border-radius:6px 6px 0 0;
				position:relative;
				z-index:100;
				}
				
#gp_secure_options .form-table {
					border:1px solid #dfdfdf;
					border-collapse:collapse !important;
					background:#fff;
				}

#gp_secure_options .form-table th {
					border:1px solid #dfdfdf;
				}

#gp_secure_options .form-table td {
					border-top:1px solid #dfdfdf;
				}
				
#gp_secure_options .form-table th b {
				width:160px;
				padding:5px 0;
				float:left;
				display:block;
				margin-bottom:3px;
				}
				
#gp_secure_options .form-table td {
				border-left:1px solid #dfdfdf;
				}
				
#gp_secure_options input[type=text],
#gp_secure_options input[type=file] {
				margin-bottom:5px;
				}
				
#gp_secure_options input[type=file] {margin-top:5px;}
				
#gp_secure_options input.small-text {display:inline; margin:0;}
				
#gp_secure_options span.description {
				font-size:11px;
				font-style:normal;
				color:#777;
				}
				
#gp_secure_options ul.ui-tabs-nav	{
				margin:0;
				padding:0;
				list-style:none;
				}
				
#gp_secure_options li.ui-state-default,
#gp_secure_options li.ui-tabs-selected  {
				margin:0 2px 0 0;
				padding:6px 10px;
				position:relative;
				float:left;
				font:bold 12px/12px "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
				color:#333;
				border:1px solid #dfdfdf;
				border-bottom:none;
				border-radius:6px 6px 0 0;
				-moz-border-radius:6px 6px 0 0;
				-webkit-border-radius:6px 6px 0 0;
				z-index:100;
				}
				
#gp_secure_options li.ui-state-default {
				background-color:#DFDFDF;
				background-position:left top;
				background-repeat:repeat-x;
				}
				
#gp_secure_options li.ui-tabs-selected,
#gp_secure_options li.ui-state-active	{
				background:#fff;
				margin-bottom:-1px;
				border-bottom:1px solid #fff;
				}
				
#gp_secure_options li.ui-state-default a  {
				color:#333;
				text-decoration:none;
				text-shadow:0 1px 0 #FFFFFF;
				}
				
#gp_secure_options li.ui-state-default a:hover  {
				color:#298cba;
				text-decoration:none;
				text-shadow:0 1px 0 #FFFFFF;
				}
				
#gp_secure_options li.ui-tabs-selected a,
#gp_secure_options li.ui-tabs-selected a:hover	{
				color:#333;
				text-decoration:none;
				}
				
#gp_secure_options li.ui-state-active a	{cursor:default;}
