/*
    MIRANDA CODE ver 1.5 - M_widgets.css
    Author: Raffaele Adinolfi for HRX Pty Ltd
    Last update: 18/05/2010
*/

@import url('M_login.css');
@import url('M_quicksearch.css');

.rasp_widget {
    float: left;
    padding: 0;
    width: 100%;
}

.top_widget {
	margin: 0;
	height: 10px;
	width: 100%;
	background: transparent url(../../M_images/round_corners/top_right.gif) no-repeat scroll top right;
    display: none;
}

.top_widget .cornerL {
	width: 20px;
	height: 10px;
	background: transparent url(../../M_images/round_corners/top_left.gif) no-repeat scroll top left;
}

.bottom_widget {
	height: 10px;
	width: 100%;
	background: transparent url(../../M_images/round_corners/bottom_right.gif) no-repeat scroll bottom right;
	margin: 0;
	clear: left;
    display: none;
}

.bottom_widget .cornerL {
	width: 20px;
	height: 10px;
	background: transparent url(../../M_images/round_corners/bottom_left.gif) no-repeat scroll bottom left;
}

.rasp_widget_content {
    float: left;
    width: auto;
}

.rasp_widget h3{
    margin: 0;
    font-weight: normal;
    margin-bottom: 10px;
}


.rasp_widget div.rasp_field {
    width: 99%;
    margin-bottom: 8px;
}

.rasp_widget div.rasp_field label {
    font-size: 10px;
    margin-bottom: 4px;
    padding-left: 0;
    text-transform: uppercase;
}

.rasp_widget div.rasp_field input {
    width: 98%;
}

.rasp_widget div.rasp_field select {
    width: 200px !important;
}

.rasp_widget .rasp_actions {
    float: left;
    margin: 5px 0 0;
    width: 100%;
}

.rasp_widget .rasp_actions .primary {
    float: left;
    width: auto;
}

.rasp_widget .rasp_actions .secondary {
    float: left;
    font-size: 10px;
    margin: 8px 0 0 6px;
    
    text-transform: uppercase;
    width: auto;
}
                       