root { 
    display: block;
}

body {
    margin:0px;
    padding:0px;
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;    
}

form {    
    margin:0px;
    padding:0px;
}

.clear {    
    clear:both;
    margin:0px;
    padding:0px;
    height:0px;
    line-height:0px;
    
}

.center{
    text-align:center;
}

div.error {
    clear:both;
    margin-bottom:5px;
    margin-top:5px;
    border:1px solid #a3032e;
    background-image:url(/images/icons/delete.png);
    background-color: #ffe4e1;
    background-repeat: no-repeat;
    background-position: left;
    padding-left:20px;
    padding-right:10px;
    line-height:20px;    
}

input.error {
    padding-right:20px;
    background:url(/images/icons/delete.png) #ffe4e1 right no-repeat;    
}

input, textarea {
    border: 1px solid #A5A5A5;
    padding-right: 2px;
    padding-left: 2px;
}

select.error {
    background:#ffe4e1 right no-repeat;    
}

strong.error-explanation {
    white-space:nowrap;
    color:#a3032e;
}

div.notice {
    clear:both;
    margin-top:5px;
    margin-bottom:5px;
    border:1px solid #9c9;
    font-weight:bold;
    background-image:url(/images/icons/accept.png);
    background-color: #E2F9E3;
    background-repeat: no-repeat;
    background-position: left;
    color:#060;
    padding-left:20px;
    padding-right:10px;
    line-height:20px;
}

div.help {
    border:1px solid #173052;
    font-weight:bold;
    background:url(/images/icons/help.png) 2px 2px #bfddff no-repeat;
    color:#173052;
}

.icon {
    border:0px;
    width:16px;
    height:16px;
}

.flag {    
    height:12px;
}

img.data_file_preview {
    border:0px solid;
}

input.text_field {
    padding-right:20px;
    width:180px;
}

input.mandatory {
    background-image:url(/images/icons/req.png);
    background-position:right top;
    background-repeat:no-repeat;
}

textarea {
    width:60%;
    height:100px;
}

textarea.tinymce_editor {    
    height:400px;
}

.transparent_class {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
