﻿
fieldset
{
    width: 800px;
    border: 0;
}

fieldset label 
{
	float: left;
	width: 250px;
	clear: left;
	line-height: 24px;
	text-align: right;
	padding: 0 5px;
}

fieldset em 
{
	color: Red;
	float: left;
}

fieldset input, fieldset select, fieldset textarea   
{
	float:left;
	margin-top: 4px;
	background-color: #F4F4F4;
	border: solid 1px #999;
	padding: 2px;
	color: #666;
}

fieldset input, fieldset select 
{
    width: 150px;
}

fieldset textarea 
{
	float: left;
	margin-top: 4px;
	background-color: #F4F4F4;
	height: 85px;
	width: 250px;
}

.checkBox input
{
    height: 20px;
    width: 20px;    
}

.sideNote
{
    font-size: 0.8em;
    float: left;
}

.sideNoteHighlight
{
    float: left;
    color: Red;
    font-size: 0.8em;
    margin-left: 260px;
    width: 300px;
    clear: both;
}

.formButton
{
    margin-top: 20px;
    height: 22px;
    width: 150px;
    margin-left: 260px;
    font-size: 1.2em;
}

.required
{
    color: Red;
}

.left
{
    float: left;
}

.myCV
{
margin: 5px 35px;
float: left;
}

.boxCV
{
float: left;
margin: 0 0 25px 0;
background-color: #f6f6f6;
padding: 5px 10px 0px 10px;
}


/*---------------Matching Criteria Table---------------------*/

.criteria
{
    margin-bottom: 20px;
    border-collapse: collapse;
}

.criteria td
{
    line-height: 1.8em;
}

.criteria td.width
{
    width: 150px;
}

.criteria .altRow
{
    background-color: #f4f4f4;
}

/*--------------Folder---------------------------------------*/
.folder h4
{
    background-color: #9fca9f;
    text-transform: none;
    color: #fff;
    margin-bottom: 0;
    margin-top: 30px;
    padding: 5px 10px;
    width: 100px;
}
.folder #container
{
    border: dashed 1px #9fca9f;
    padding: 10px;
    width: 203px;
}
.folder #container hr {
border: none 0; 
border-top: 1px dashed #9fca9f;
height: 1px;
}
/* ------ Upload CV ------*/
#uploadCV 
{
    position: absolute;
    top: 235px;
    text-align: left;
    padding: 15px;
    border: dashed 2px #9fca9f;
    background-color: #F4F4F4;
    display:none
}