/* Start of CMSMS style sheet 'Forms' */
form#frmPostAJob {
	font-family:Arial, Helvetica, sans-serif;

	width:620px;
        margin:0px;
        padding:0px;
}	

form#frmPostAJob label {
	display:block;
	font-size:11px;
}

form#frmPostAJob ul li {
       margin:0px;
}

form#frmPostAJob div.postajob_formFull, 
form#frmPostAJob div.formFull {
	border-bottom:2px solid #BBB;
	float:left;
        clear:left;
        width:620px;
        padding:1em;
}	

form#frmPostAJob div.postajob_formColumn {
	float:left;
	margin:0px 0px 0px 20px;
        padding:0px;
	width:300px;
}

form#frmPostAJob div.postajob_first {
	margin-left:0px;
}	

form#frmPostAJob input.postajob_largest, 
form#frmPostAJob input.postajob_largestWithIndicator, 
form#frmPostAJob input.postajob_short, 
form#frmPostAJob select, 
form#frmPostAJob textarea {
    width:288px;
}

form#frmPostAJob div#terms_wrapper textarea {
    width:100%;
}

form#frmPostAJob input.glassButton {
	width:auto;
}	

form#frmPostAJob span.postajob_extraFieldInformation, 
form#frmPostAJob span.extraFieldInformation {
	text-transform:uppercase;
	text-decoration:underline;
	font-size:9px;
	color:red;
}	
form#frmPostAJob span.postajob_extraFieldInformation:hover {cursor:help}

form#frmPostAJob span.postajob_fieldInformation, 
span.fieldInformation, 
form#frmPostAJob div.legend {
	font-size:11px;
	color:#666;
}

form#frmPostAJob h4 {
	margin:5px 0px 10px 0px;
	color:#444;
}	

.prototip {
position:absolute;
}
.prototip .effectWrapper {
position:relative;
}
.prototip .tooltip {
position:relative;
}
.prototip .toolbar {
position:relative;
display:block;
}
.prototip .toolbar .title {
display:block;
position:relative;
}
.prototip .content {
clear:both;
}
.prototip .toolbar a.close {
position:relative;
text-decoration:none;
float:right;
width:15px;
height:15px;
background:transparent url(images/prototip/close.gif);
display:block;
line-height:0;
font-size:0px;
border:0;
}
.prototip .toolbar a.close:hover {
background:transparent url(images/prototip/close_hover.gif);
}
.iframeShim { 
position:absolute;
border:0;
margin:0;	
padding:0;
background:none;
}

/* ---- Tooltip styles ---- */
.prototip .default {
/*width:300px;*/
color:#333;
font-family:Arial, Helvetica, sans-serif;
}
.prototip .fixed {
width:300px;
}
.prototip .default .toolbar, .prototip .fixed .toolbar {
background:#4297FF;
font:italic 17px Georgia, serif;
}
.prototip .default .title {
padding:4px;
font-size:0.65em;
background-color:#FFF9EA;
color:#2378BE;
font-style:normal;
font-weight:bold;
border-top:1px solid #FDBF7B;
border-left:1px solid #FDBF7B;
border-right:1px solid #FDBF7B;
font-family:"Tahoma", Arial, Helvetica, sans-serif;
}
.prototip .fixed .title {
padding:4px;
font-size:0.75em;
background-color:#777;
color:#FFF;
font-style:normal;
font-weight:bold;
border-top:1px solid #777;
border-left:1px solid #777;
border-right:1px solid #777;
font-family:"Tahoma", Arial, Helvetica, sans-serif;
text-align:center;
}
.prototip .default .content {
font:11px Arial, Helvetica, sans-serif;
padding:4px 4px 2px 4px;
border:1px solid #777;
background-color:#F2F2F2;
}
.prototip .fixed .content {
font:11px Arial, Helvetica, sans-serif;
padding:4px;
border-top:none;
border-left:1px solid #777;
border-right:1px solid #777;
border-bottom:1px solid #777;
background-color:#F2F2F2;
}
.prototip .fixed .content p {
padding:3px 0;
}	


/* Speech Bubble */
div.speechBubbleWrapper {
	position: absolute;
	z-index: 10;
	padding: 0px;
}

div.speechBubbleWrapper h4 {
	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 7px 0px;
}

div.speechBubbleWrapper > div {
	border: 1px solid #222;
	padding: 4px 4px 15px 4px;
	background-color: #777;
	font-size: 10px;
	color: #fff;
}

div.speechBubbleWrapper div.bubble ul {
      	list-style-type:disc;
}
div.speechBubbleWrapper div.bubble ul li {
        padding:2px 7px 0px;
	list-style-position:inside;
}

div.speechBubbleWrapper div.loading {
	width: 90px;
	height: 30px;
	background: transparent url('images/ajax_loader_trans.gif') no-repeat center center; 
}

div.speechBubbleWrapper div.note,
div.speechBubbleWrapper div.loading {
	background-color: #fff;
	padding: 4px;
	color: #000;
	-moz-border-radius: 4px;
}

div.speechBubbleWrapper div.note {
	margin: 2px 0px;
	width: 230px;
}

div.speechBubbleWrapper > div input,
div.speechBubbleWrapper > div select {
	border: 1px solid #999;
	padding: 1px;
	margin: 1px;
	font-size: 10px;
}

div#questiontime ul {
   padding:0.5em 0 0.5em;
   margin-bottom:0.5em;
}

div#questiontime ul li {
   margin:0 0 0.10em 1.5em;
   padding:0;
}
/* End of 'Forms' */

