 
document.write('<STYLE TYPE="text/css">');

document.write('.eRecruiting_button{');
document.write('background-color:ffffff; ');
document.write('font:11px/10px verdana, arial, helvetica, sans-serif; ');
document.write('color:000099;'); 
document.write('border: solid darkblue 1px; ');
document.write('width: 50px;');
document.write('height:20;');
document.write('}');
document.write('.eRecruiting{');
  document.write('font:11px/10px verdana, arial, helvetica, sans-serif; ');
  document.write('background-color:#ffffff;');
  document.write('color:004080;');
  document.write('border: solid #6699cc 1px');
document.write('}');

document.write('.elink {');
	document.write('color:000090;');
	document.write('text-decoration:underline;');
	document.write('}');
	
document.write('.elink:link {color:000090;}');
document.write('.elink:visited {color:000090;}');
document.write('.elink:hover {text-decoration:none; font-weight:200 }');


document.write('</STYLE>');

document.write('<!---- *********** BEGIN: eRecruiting Login Table ********************* ----->');
document.write('<span style="color:#009a00;font-size:14px;font-weight:bold;">QC CAREERLINK<br>eRecruiting Log-In<br />');
document.write('<table cellpadding=0  width="100%" cellspacing=0 border=0 style="color:white; font:10px/12px verdana, arial, helvetica, sans-serif; font-weight:bold;">');
document.write('<tr><td valign=top width="100%" colspan="2">');
document.write('<table cellspacing=1 width="100%" border=0 bordercolor="#004080" style="font:10px/14px verdana, arial,helvetica, sans-serif;">');
document.write('<tr><td valign=top>');

document.write('<table cellspacing=1 border=0 bordercolor="#6699cc" style="font:10px/14px verdana,arial,helvetica, sans-serif;" width="100%">');

document.write('<form method=post action="https://qc.erecruiting.com/er/security/login.jsp" target="_blank">');
document.write('<tr>');
	document.write('<td align="center" colspan="2">');
	document.write('<img src="http://qcplanet.com/Project/career/Career/pictures/home/key3.jpg">');
	   document.write('<b>Login to Your Account</b>');
   document.write('</td>');
document.write('</tr>');
document.write('<tr>');
 document.write(' <td  bordercolor=white style="color:004080" valign="bottom">');
	     document.write('Username:');
 document.write(' </td>');
 document.write(' <td valign="bottom">');
	   document.write('<font style="color:black"><input	type=text name="username" size=12 class="eRecruiting">');
  document.write('</td>');
document.write('</tr>');

document.write('<tr>');
  document.write('<td  bordercolor=white style="color:004080" valign="bottom">');
	   document.write(' Password:');
 document.write(' </td>');
 document.write(' <td valign="bottom">');
	   document.write('<font style="color:black">');
	  document.write(' <input	type=password name="password" size=12 maxlength=40 class="eRecruiting">');
  document.write('</td>');
document.write('</tr>');
document.write('<tr>');
	document.write('<td align=center colspan=2>');
	document.write('<input type=submit value="LOGIN" class=eRecruiting_button onMouseOver="this.style.borderColor=\'e9f4ff\'; this.style.color=\'ffffff\'; this.style.backgroundColor=\'6699cc\'" ');
	document.write('onMouseOut="this.style.borderColor=\'darkblue\'; this.style.color=\'000099\';');
	document.write('this.style.backgroundColor=\'ffffff\'" > ');
	document.write('</td>');
document.write('</tr>');
document.write('<tr>');
 document.write(' <td colspan=2 align=center>');
        document.write('<a href="http://qcpages.qc.cuny.edu/career/Career/html/home/Student_Careerlink.html" class="elink">');
		document.write('Not a member yet?');
		document.write('</a>');
 document.write(' </td>');
document.write(' </tr>');
document.write('</form>');
document.write('</table>');

document.write('</td></tr>');
document.write('</table>');
document.write('</td></tr>');
document.write('</table>');
document.write('<!---- *********** END: eRecruiting Login Table ********************* ----->');


