#gjs_container
{
    display: block;
    background-image: url(../images/background.jpg);
    background-repeat: repeat-x; 
    height: 172px;
    width: 300px;
    
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    
    padding-bottom: 0px;
    padding-left: 10px;
    padding-right: 0px;
    padding-top: 0px;
    
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-style: normal;

}

#gjs_container body
{
    background: black;
    
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}



#gjs_container .label
{
    display:block;
    color: White;
    height: 13px;
    width: 174px;
    margin: 5px 0px 0px 0px;
}

#gjs_container .inner
{
	display:inline;
}

#gjs_container .textbox
{
    display:block;
    font-size: 10px;
    font-style: normal;
    height: 13px;
    width: 170px;
    margin: 5px 0px 0px 0px;
    /*
    border: 2px solid #888;
	padding: 4px;
	*/
	background-color: #F8F8F8;
	outline: none;
	
}

#gjs_container .dropdown
{
    visibility:visible;
    display:block;
    font-size: 10px;
    font-style:normal;
    height:18px;
    width: 174px;
    margin: 5px 0px 0px 0px;
}

#gjs_container .dropdownlist
{
    visibility:visible;
    display:block;
    font-size: 10px;
    font-style:normal;
    height:45px;
    width: 174px;
    margin: 5px 0px 0px 0px;
}

#gjs_container .globe
{
    border: 0px;
    overflow: hidden;
    display: inline;
    float: right;
    margin: 0px 5px 0px 0px;
    vertical-align: middle;
    clear: right;
}

#gjs_container .submitImage
{
	clear: both;
    background: url(../images/jobseek_normal.png) no-repeat;
    border: 0px;
    overflow: hidden;
    display: block;
    
    float: right;
    margin: 0px 5px 0px 0px;
    width: 107px;
    height: 33px;
    vertical-align: middle;
    text-decoration: none;
}

#gjs_container .submitImage:hover
{ 
    background: url(../images/jobseek_rollover.png) no-repeat;
    color: white;
    text-decoration: none;
}


#gjs_container .submitImageGif
{
	clear: both;
    background: url(../images/jobseek_normal.gif) no-repeat;
    border: 0px;
    overflow: hidden;
    display: block;
    
    float: right;
    margin: 0px 5px 0px 0px;
    width: 107px;
    height: 33px;
    vertical-align: middle;
    text-decoration: none;
}

#gjs_container .submitImageGif:hover
{ 
    background: url(../images/jobseek_rollover.gif) no-repeat;
    color: white;
    text-decoration: none;
}


#gjs_container .hidden
{
    display: none;
    visibility: hidden;
}

#gjs_container .error
{
	display: block;
	visibility: visible;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF0000;
	overflow: hidden;
	border: 0px;
	width: 100%;
}


<!--
//Server:WWb02
-->
