/*
    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;
    margin: 0;
    padding: 0;
    width: 100%;
    margin-bottom: 14px;
	/*background:#eeeeee; */
}

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

.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: url("../../M_images/bottom_right.jpg") no-repeat scroll right bottom transparent; */
	margin: 0;
	clear: left;
}

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

.rasp_widget_content {

}

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


.rasp_widget div.rasp_field {
    clear: left;
    float: left;
    width: 99%;
    margin-bottom: 8px;
	margin-left: 6px;
    margin-right: 10px;
}

.rasp_widget div.rasp_field label {
    float: left;
    margin-bottom: 4px;
}

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

.rasp_widget div.rasp_field select {
    width: 91%;
	overflow:hidden;
}

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

.rasp_widget .rasp_actions .primary{
    float: left;
    /*margin: 12px 0 8px 0;*/
}

.rasp_widget .rasp_actions .secondary {
    margin: 4px 0 0 6px;
    width: 55%;
    float: left;
    font-size: 90%;
}

