#CVGenerator {
    -moz-border-radius-bottomleft:10px;
    -moz-border-radius-bottomright:10px;
    -moz-border-radius-topleft:10px;
    -moz-border-radius-topright:10px;
    background-color:#F6F6F6;
    border:1px solid #B2B3B5;
    margin:0px auto;
    padding:20px;
    width:700px;	
    text-align:left;
}

#CVGenerator a{
    text-decoration:none;	
}

#CVGenerator input, select, textarea {
	font-family:Arial,Helvetica,sans-serif;
}

#steps {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
overflow:hidden;
padding:0;
width:100%;
}

#CVGenerator ul {
display: block;
}

#steps li.current {
color:#000000;
}

#steps li {
color:#B0B1B3;
float:left;
font-size:24px;
padding:10px;
}

#steps li span {
display:block;
font-size:11px;
}

#cvform legend {
color:#5A4C6F;
font-size:18px;
font-weight:bold;
margin:0;
padding:10px 0;
}

#cvform .prev {
float:left;
}

#cvform .next {
float:right;
}

#cvform .prev, 
#cvform .next {
background-color:#A7B4BF;
color:black;
padding:2px;
border-style:ridge;
border-width:3px;
text-align:center;
width:10ex;

-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
-moz-border-radius-topleft:10px;
-moz-border-radius-topright:10px;
}

#cvform a.prev:hover,
#cvform a.next:hover { 
	color:#FFFFFF; background-color:#5A4C6F;
}


#cvform td, #cvform th{
    padding: 6px;
    height: 12px;
}

#cvform .notAustria {
    padding-top: 6px;
}

#cvform td span, #cvform th span {
	font-size: 12px;
    float: right;
    color: #5A4C6F;
}

input.generateCV {
    border:2px solid #f9490f;
    color:#003366;
    background-color: #ffffff;
    margin:10px;
    padding:2px;
    font-family: Comic Sans MS; 
    cursor: pointer;
}

#cvform fieldset {
    border:medium none;
    width:320px;
}

div #workexperience table {
	-moz-border-radius-bottomleft:10px;
    -moz-border-radius-bottomright:10px;
    -moz-border-radius-topleft:10px;
    -moz-border-radius-topright:10px;
	background-color:#E0E0E0;
	border: 3px solid #f9490f;
	padding: 5px;
	margin-bottom: 15px;
}


span.addWorkExp {
     cursor:pointer;
     text-decoration:underline;
     color:blue;
} 

div #education table {
    -moz-border-radius-bottomleft:10px;
    -moz-border-radius-bottomright:10px;
    -moz-border-radius-topleft:10px;
    -moz-border-radius-topright:10px;
    background-color:#E0E0E0;
    border: 3px solid #f9490f;
    padding: 5px;
    margin-bottom: 15px;
}


span.addEducation {
     cursor:pointer;
     text-decoration:underline;
     color:blue;
} 

div #training table {
    -moz-border-radius-bottomleft:10px;
    -moz-border-radius-bottomright:10px;
    -moz-border-radius-topleft:10px;
    -moz-border-radius-topright:10px;
    background-color:#E0E0E0;
    border: 3px solid #f9490f;
    padding: 5px;
    margin-bottom: 15px;
}


span.addTraining {
     cursor:pointer;
     text-decoration:underline;
     color:blue;
}

span.deleteBox{
	float:right;
	color:blue;
    cursor:pointer;
    text-decoration:underline;
}

div #skills table th{
    vertical-align:top;
    text-align:right;
    width: 23%;
}

div.help {
    margin-left: 20px;
    float:left;
    cursor:pointer;
}

div.field {
    float:left;
}

div.comment {
    border-bottom: 1px dotted black;
    border-left: 1px dotted black;
    padding-left: 5px;
    float: left;
    width: 300px;
    display:none;
}

label.error {
    margin-left: 10px;
    color: red;
}

div.ui-datepicker{
 font-size:12px;
}

#upload{  
	float:left;
    padding:5px;  
    font-weight:bold; font-size:1em;  
    font-family:Arial, Helvetica, sans-serif;  
    text-align:center;  
    background:#f2f2f2;  
    color:#3366cc;  
    border:1px solid #ccc;  
    width:150px;  
    cursor:pointer !important;  
    -moz-border-radius:5px; -webkit-border-radius:5px;  
}  

td span#status{
	margin-left:15px;
    float:none;
    color: red;
    font-size:14px;
}

div.error{
    color:red;
    padding-top:10px;
}

#image{
    clear:left;
    width:173px;
}

#image img{
    margin-left:30px;	
    padding-top:20px;
}

#imagetitle{
    text-align:center;
}

#deleteImg{
	padding-top:20px;
    float:right;
    cursor:pointer;
}

div.description{
    width:600px;
}

#cv_footer{
	font-size:12px;
	padding-top:5px;
}

#cv_footer p{
	margin: 3px;
}

#deleteImg img{
	margin: 0;
	padding: 0;
}
