

/*********************************************************/
/* Placing the boxes, and attributing them correct width */
/*********************************************************/

.loginForm{
	float:left;
	display:inline;
	width:30%;
	font: 10px Arial,helvetica; 
}

.loginText{
	float:left;
	display:inline;
	width:35%;
	
	text-align:center;
    font: 12px verdana,arial,helvetica;
    color: green;
}

.loginButton{
	float:left;
	display:inline;
	width: 35%;
	font: 10px Arial,helvetica;
	color:green;
}


/****************/
/* Form display */
/****************/
.textboxcss {
    height:15px;
    width:100%;
}

.textboxcssPW {
    height:15px;
    width:100%;
}

.LoginLabel > .dnnLabel{
margin-right:0px ;
padding-right: 0px ;
}

.TextFieldCss {
    text-align:left;
    width: 2px;
    height: 19px;
}
.ConteneurCssImage {
    width: 100%;
    height: 24px;
	margin-left:25%;
	-moz-border-radius: 1px;
	border-radius: 1px;
	background-repeat: no-repeat;
}

.tableButtonLink {
    position: absolute;
    width: 100px;
    margin-left:185px;
}
.ConteneurCssImage:hover {    
    width: 80%;
    height: 24px;
}
.imageLogin {
    display: block;
    background-color:none;
    width:100%;
    height:23px;
}
.imageLogin:hover {
    display: block;
    background-color:none;
    width:100%;
    height:23px;
}
.linkCss {
    text-align:center;
	color:green !important;
}

.FONT-9 {
    font-family: "Arial",Verdana,Helvetica,Sans-serif;
	font-size: 9px !important;
	width: 100%;
}


#login_search_corners {
    background-repeat: no-repeat;
    float: right;
    height: 66px;
    width: 0%;
}
.login_search_corners_bg {
    background-image: none; 
}
.login_search_corners_bg_guest {
	background-image: none; 
}

#search_body {
    /* background-repeat: repeat-x; */
    float: right;
    font-size: 0.7em;
    height: 66px;
    width: 100%;
	/*-moz-border-radius: 0 15px 0 15px;
	border-radius: 0 15px 0 15px;
	border-color: #fbe7ef;*/
}
.search_body_bg {
    background-image: none;
	/*background-color: #8b8886;
	background: linear-gradient(to right, #d7d6d2 0%,#eeeeec 100%);*/
}
.search_body_bg_guest {
    background-image: none; 
	/*background-color: #a0dfbf;
	background: linear-gradient(to right, #40be80 0%,#a0dfbf 100%);*/
}
#search_body_clock {
    background-repeat: repeat-x;
    float: right;
    font-size: 0.7em;
    height: 66px;
}
#search_body_text {
    background-repeat: repeat-x;
    float: right;
    font-size: 0.7em;
    height: 66px;
}
#search_corners {
    background-repeat: no-repeat;
    float: right;
    height: 0%;
    width: 0%;
}
.search_corners_bg {
    background-image: none; 
}
.search_corners_bg_guest {
    background-image: none; 
}
.form_search_btn {
    float: left;
}

a {
    color: black;
}

#3GPP_Text{
	display:inline !important;
}
#ETSI_Text{
	display: none !important;
}
#LoggedInChgwd{
	display: none !important;
}

#rememberLoginEtsi{
	display:none;
	visibility: hidden;
}




