/* ============================================
Standard Message Styles 1

Usage examples:
<p class="ErrorMsg">Warning!You took my underware!</p>
============================================ */
.ErrorMsg
{
	padding:5px 5px 5px 25px;
	border:1px solid #F60;
	background:#FFF2E9 url(../Images/standard_msg_error.gif) 5px 5px no-repeat;	
	color:#000;
	text-align:left;		
}
/* ============================================
PagePanel Styles 1

Usage examples:
<div id="PagePanel">        
	<div id="PagePanelTable">
		<div id="LeftPanel">
		</div>
		<div id="RightPanel">	                
		</div>
	</div>
</div> 
============================================ */
#PagePanel
{
	margin: 0px;
	/*添加下面一行后将会消除job频道导航条和主导航条中间的蓝色线条*/
	margin-top:-5px;
	padding:0px;
	width:100%;
	text-align:center;	
}
#PagePanelTable
{
	margin: 0px auto 0px auto;
	width:770px;
	text-align:left;
}
/* ============================================
redcolor Styles 1

Usage examples:
<span class="redcolor">*</span>
============================================ */
.redcolor
{
	color:Red;
}
/* ============================================
RowHighlight Styles 1

Usage examples:
<tablecellpadding="3" cellspacing="2">
    <tbody>
        <tr class="RowHighlight">
            <td>...</td>
        </tr>
        <tr class="RowHighlight1">
            <td>...</td>
        </tr>
    </tbody>
</table>
============================================ */
.RowHighlight
{
	background-color:#b7e7f4;
}
.RowHighlight1
{
	background-color:#e9f8fc;
}
.RowHighlight2
{
	background-color:#68cbe8;
}

.RegSubmitButton
{
	font-size: 12px; border-width:1px
}

.input
{
    font-size: 12px; 
    border-width:1px;	
}