/* Onglets */
#onglet  {
 	width        : 100%;
    background   : yellow;
	line-height  : normal;
	background   : url(img/bg2.png) repeat-x bottom;
	font-weight  : bold;
	left         : 1px;
	*left     : -1px;
	border 		  : none;
	overflow: hidden;
}

ul#onglet_bis  {
    margin     : 0;
    padding    : 0;
    list-style : none;
	padding    : 0px 10px 0;
}

ul#onglet_bis li {
    float      : left;
    background : url(img/norm_right.gif) no-repeat right top;
    margin     : 0;
	padding    : 0 0 0 9px;
}

ul#onglet_bis a {
    display         : block;
	background      : url(img/norm_left.gif) no-repeat left top;
	padding			: 5px 9px 4px;
	margin-left     : -9px;
	text-decoration : none;
	color           : black;
}

#onglet_bis a:hover{
	color : green;
}

#onglet_bis .current {
    background-image : url(img/norm_right_on.gif);
}

#onglet_bis .current a {
	background-image : url(img/norm_left_on.gif);
	padding-bottom   : 5px;
}

.tab_content  {
    width        : 100%;
   	border-left: 1px solid #000;
   	border-right: 1px solid #000;
   	border-bottom: 1px solid #000;
   	border-top: none;
	overflow  : hidden;
}

/* whois results */
table.results {
	width:100%;
}

td.reservation {
	background-color: #E8E8E8;
}

tr.registered td.status,td.registered {
	background-color: #FFAAAA !important;
}

tr.available td.status,td.available {
	background-color: #88FF88 !important;
}

tr.error td.status, tr.error td.extension, td.error {
	color: #000 !important;
	font-weight:normal;
}

tr.error td.status {
	background-color: #CCCCCC !important;
}

.etape-cssform{
	padding-right:15px;
	padding-bottom: 50px;
	padding-left: 15px;
}

.etape-cssform h3{
	display: block;	
}


.form input.mysubmit {
    float: right;
 	font-size:11px;
}

input.myothersubmit {
    background-color : #93af0d;
    color            : white;
    border           : 0px;
    font-weight      : bold;
    cursor:pointer;
}

ol li {
	list-style-type:upper-alpha;
}

table.contentpaneopen td, table.contentpaneopen th, table.contentpaneopen tr{
	border: none;
}

